System.NotSupportedException: Could not activate JNI Handle 0x7fca1a7480 (key_handle 0x2ad6405) of Java type 'Esri/ArcGISRuntime/UI/MapView' as managed type 'Esri.ArcGISRuntime.UI.MapView'.

5167
10
11-29-2016 01:19 AM
NadirHussain
Occasional Contributor II

my mobile is in debug mode.how to solve this on mobile device.


System.NotSupportedException: Could not activate JNI Handle 0x7fca1a7480 (key_handle 0x2ad6405) of Java type 'Esri/ArcGISRuntime/UI/MapView' as managed type 'Esri.ArcGISRuntime.UI.MapView'.

how 

0 Kudos
10 Replies
dotMorten_esri
Esri Notable Contributor

If any of you are experiencing this issue on a device running Android v4.2 or older (API level 17 or below), try adding the following line of code to the Application's constructor:

 Java.Lang.JavaSystem.LoadLibrary("runtimecore");

0 Kudos