Exception details: dlopen failed: library "libruntimecore.so" not found

926
0
08-03-2022 10:48 AM
rodrigoup
New Contributor

Hi everyone, I am with a problem when try debug my app.

Environment.

Xamarin Forms: 5.0.0.2515

Esri.ArcGISRuntime.Xamarin.Forms: 100.12.0

Esri.ArcGISRuntime.Xamarin.Android: 100.12.0

Android API 30

Emulador X86.

[ArcGIS Runtime] Failed to explicitly load ArcGIS Runtime core library, Exception details: dlopen failed: library "libruntimecore.so" not found
[ArcGIS Runtime] at Java.Interop.JniEnvironment+StaticMethods.CallStaticVoidMethod (Java.Interop.JniObjectReference type, Java.Interop.JniMethodInfo method, Java.Interop.JniArgumentValue* args) [0x00068] in /Users/runner/work/1/s/xamarin-android/external/Java.Interop/src/Java.Interop/Java.Interop/JniEnvironment.g.cs:13250
[ArcGIS Runtime] at Java.Interop.JniPeerMembers+JniStaticMethods.InvokeVoidMethod (System.String encodedMember, Java.Interop.JniArgumentValue* parameters) [0x00008] in /Users/runner/work/1/s/xamarin-android/external/Java.Interop/src/Java.Interop/Java.Interop/JniPeerMembers.JniStaticMethods.cs:41
[ArcGIS Runtime] at Java.Lang.JavaSystem.LoadLibrary (System.String libname) [0x0001f] in /Users/runner/work/1/s/xamarin-android/src/Mono.Android/obj/Release/monoandroid10/android-30/mcw/Java.Lang.JavaSystem.cs:339
[ArcGIS Runtime] at Esri.ArcGISRuntime.ArcGISRuntimeEnvironment.Initialize () [0x00012] in <abb6159fde4546cf9f46f2a8f5042a96>:0
[ArcGIS Runtime] --- End of managed Java.Lang.UnsatisfiedLinkError stack trace ---
[ArcGIS Runtime] java.lang.UnsatisfiedLinkError: dlopen failed: library "libruntimecore.so" not found
[ArcGIS Runtime] at java.lang.Runtime.loadLibrary0(Runtime.java:1098)
[ArcGIS Runtime] at java.lang.Runtime.loadLibrary0(Runtime.java:1008)
[ArcGIS Runtime] at java.lang.System.loadLibrary(System.java:1664)

 

 

 

0 Kudos
0 Replies