Puneet Kumar
Puneet Kumar
Hi @mbcoder I am using ArcGIS SDK in my application. Facing a 64-Bit compatibility issue while publishing the application on play store as according to Google Android documentation I have...
@mbcoder I am using this version of ArcGIS SDK in my application:- implementation 'com.esri.arcgis.android:arcgis-android:10.2.9' and in Gradle file, we have added these filters as above suggested by you:- ndk.abiFilters 'armeabi-v7a',...
@mbcoder On Devices list below:- 1) Google Pixel 2) Samsung S8+ 3) Samsung S7 4) Huawei We are facing a crash at the starting of the application.There are very few...
@mbcoder Hi, on devices in which our application is getting crashed, we got these crash logs:- Caused by: java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.sba.sba-SiFC5mQA1Tm0uoIHcifxcA==/base.apk"],nativeLibraryDirectories=[/data/app/com.sba.sba-SiFC5mQA1Tm0uoIHcifxcA==/lib/arm64, /data/app/com.sba.sba-SiFC5mQA1Tm0uoIHcifxcA==/base.apk!/lib/arm64-v8a, /system/lib64, /system/vendor/lib64]]] couldn't find "libruntimecore_java.so" 2019-12-20 19:30:07.628...
@mbcoder Hi, I have started to update the project code a day ago according to the latest version of ArcGIS SDK 100.7.0. It is time taking because the implementation of...
@mbcoder Hi, I am working with the latest version of SDK 100.7.0. I am able to show the map and load data from the URL. I have one functionality to...
Hi @mbcoder I have updated my app with latest version 100.7.0. In release i used these two filters only :- ndk { abiFilters "armeabi-v7a", "arm64-v8a" } After this still i...
@gunt0001 Hi , This problem is occurred when i am enabling :- **minifyEnabled true** If I set it as **false** then it is working fine in all devices without any...
Hi, you can try with auto-start option in app settings if you enable that then the notification will work properly.
Hi Ranjeet, Ok, have you tried with this library:- https://github.com/judemanutd/AutoStarter This option is mostly available in Chinese manufactured devices or MIUI devices.