arcgis - How to enable multidex(android) in IBM MobileFirst 7.1 Application(Hybrid) -
we developing hybrid application , have added necessary libraries project. have esri arcgis jars (native maps) , pro-guarded version of google play services (to include analytics) in app. mobilefirst features, have jsonstore enabled.
this resulting in dex issue in android: conversion dalvik format failed: unable execute dex: method id not in [0, 0xffff]: 65536
arcgis recommends not proguard optimized api, in case have limited options.
does know steps enable multi-dex in our hybrid app, spl. because limited using eclipse ide mobilefirst app development.
the option can think of migrate project gradle-based, importing mobilefirst studio-generated project android studio , select option migrate.
note: mobilefirst platform foundation not support gradle @ time. means after opening project in android studio, if require additional changes in project need build in mobilefirst studio , again import , migrate gradle , on on repeat...
Comments
Post a Comment