POST
|
Hi Morten - I just done the test - upgraded to SDK 100.2.1 and I added call Java.Lang.JavaSystem.LoadLibrary("runtimecore"); to Application constructor and it works. Without the call in constructor, I get the exception mentioned above. This is happening on real device - Xiaomi Mi2s, Android 5.0.2, we use target framework 8.0 (oreo) and minimum API level Android 5.0 (Api level 21) I never had this problem on iOS or Android emulator. Thank you! Petr
... View more
04-18-2018
04:02 AM
|
0
|
1
|
1721
|
POST
|
I will try to create a sample later if I will have time. In the end we solved the problem by downgrading back to version 100.1.0 which does not have this problem.
... View more
04-17-2018
05:00 AM
|
0
|
3
|
1721
|
POST
|
We have Xamarin android app that uses ArcGIS SDK for Xamarin After the app is installed on the device and I try to lauch it, I get the following exception: Xamarin caused by: android.runtime.JavaProxyThrowable: System.DllNotFoundException: libRuntimeCoreNet at (wrapper managed-to-native) RuntimeCoreNet.GeneratedWrappers.CoreArcGISRuntimeEnvironment:CoreRT_ArcGISRuntimeEnvironment_enableBreakOnException (bool,intptr&) at RuntimeCoreNet.GeneratedWrappers.CoreArcGISRuntimeEnvironment.EnableBreakOnException (System.Boolean enable) [0x00000] in :0 at Esri.ArcGISRuntime.ArcGISRuntimeEnvironment.Initialize () [0x00035] in :0 at Esri.ArcGISRuntime.ArcGISRuntimeEnvironment.SetLicense (System.String licenseKey) [0x00009] in :0 at NeoTreks.PlowOps.Android.Activities.MainActivity.OnCreate (Android.OS.Bundle savedInstanceState) [0x0003a] in <2e8073a2350242dc8c655650b4525319>:0 at Android.App.Activity.n_OnCreate_Landroid_os_Bundle_ (System.IntPtr jnienv, System.IntPtr native__this, System.IntPtr native_savedInstanceState) [0x0000f] in <3db0c94344514ae1a2cf0f64cb1a487a>:0 at (wrapper dynamic-method) System.Object:cd243ea0-e72b-4ef1-afd9-336733c9c36a (intptr,intptr,intptr) at md515cc6cdff08daa7d20d96887e3190398.MainActivity.n_onCreate(Native Method) at md515cc6cdff08daa7d20d96887e3190398.MainActivity.onCreate(MainActivity.java:35) at android.app.Activity.performCreate(Activity.java:5993) at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1105) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2268) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2375) at android.app.ActivityThread.access$900(ActivityThread.java:147) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1283) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:135) at android.app.ActivityThread.main(ActivityThread.java:5254) at java.lang.reflect.Method.invoke(Native Method) at java.lang.reflect.Method.invoke(Method.java:372) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:910) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:705) Does anyone know what is causing this exception and how to solve it? We are using Esri.ArcGISRuntime.Xamarin.Android, version 100.2.0
... View more
02-02-2018
04:30 AM
|
0
|
7
|
2265
|
POST
|
We have created the application using Xamarin and ArcGIS SDK. Our production build targets ARM64 and ARMv7. The final ipa size is 59.3 MB. This is too much, we are getting the following report from app store: The app binary listed below was 59.3 MB when you submitted it, but will be 140.9 MB once processed for the App Store. This exceeds the cellular network download size limit and would require your app to be downloaded over Wi-Fi I noticed that the biggest part of the application are native ArcGIS frameworks - ArcGIS-arm64.framework ~65.5 MB, ArcGIS-armv7.framework ~60.4 MB. We tried to enable "Enable device specific builds", if i understand correctly it should allow additional processing when submitting app to the app store where packages dedicates to specific architecture are generated so that user with a given device architecture will only download stuff which is needed for his device. But enabling this options had no effect. Is there a way to make the ipa bundle smaller?
... View more
06-21-2017
03:17 AM
|
0
|
4
|
1867
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:25 AM
|