can't launch app because missing "libmonodroid.so" #19

Closed
opened 2025-11-07 08:23:04 -06:00 by GiteaMirror · 7 comments
Owner

Originally created by @yopspanjers on GitHub (Dec 1, 2016).

On my Xiaomi mipad2 I can't open the app. On the error log it says it can't find libmonodroid.so.

java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.x8bit.bitwarden-2/base.apk"],nativeLibraryDirectories=[/data/app/com.x8bit.bitwarden-2/lib/x86_64, /vendor/lib64, /system/lib64]]] couldn't find "libmonodroid.so" at java.lang.Runtime.loadLibrary(Runtime.java:435) at java.lang.System.loadLibrary(System.java:988) at mono.MonoPackageManager.LoadApplication(MonoPackageManager.java:34) at mono.MonoRuntimeProvider.attachInfo(MonoRuntimeProvider.java:22) at android.app.ActivityThread.installProvider(ActivityThread.java:5018) at android.app.ActivityThread.installContentProviders(ActivityThread.java:4613) at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4553) at android.app.ActivityThread.access$1500(ActivityThread.java:154) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1369) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:135) at android.app.ActivityThread.main(ActivityThread.java:5275) 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:912) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:707)

Originally created by @yopspanjers on GitHub (Dec 1, 2016). On my Xiaomi mipad2 I can't open the app. On the error log it says it can't find libmonodroid.so. `java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.x8bit.bitwarden-2/base.apk"],nativeLibraryDirectories=[/data/app/com.x8bit.bitwarden-2/lib/x86_64, /vendor/lib64, /system/lib64]]] couldn't find "libmonodroid.so" at java.lang.Runtime.loadLibrary(Runtime.java:435) at java.lang.System.loadLibrary(System.java:988) at mono.MonoPackageManager.LoadApplication(MonoPackageManager.java:34) at mono.MonoRuntimeProvider.attachInfo(MonoRuntimeProvider.java:22) at android.app.ActivityThread.installProvider(ActivityThread.java:5018) at android.app.ActivityThread.installContentProviders(ActivityThread.java:4613) at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4553) at android.app.ActivityThread.access$1500(ActivityThread.java:154) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1369) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:135) at android.app.ActivityThread.main(ActivityThread.java:5275) 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:912) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:707)`
Author
Owner

@kspearrin commented on GitHub (Dec 1, 2016):

Weird. What version of android is the tablet running? Can you try uninstalling and reinstalling?

@kspearrin commented on GitHub (Dec 1, 2016): Weird. What version of android is the tablet running? Can you try uninstalling and reinstalling?
Author
Owner

@yopspanjers commented on GitHub (Dec 1, 2016):

Android 5.1 with the latest security patch (2016-11-01), and I have tried to reinstall the app.

@yopspanjers commented on GitHub (Dec 1, 2016): Android 5.1 with the latest security patch (2016-11-01), and I have tried to reinstall the app.
Author
Owner

@yopspanjers commented on GitHub (Dec 2, 2016):

I found a workaround by changing the supported architectures to just x86_64, maybe xamarin is copying the libs incorrectly?

@yopspanjers commented on GitHub (Dec 2, 2016): I found a workaround by changing the supported architectures to just x86_64, maybe xamarin is copying the libs incorrectly?
Author
Owner

@kspearrin commented on GitHub (Dec 3, 2016):

@yopspanjers Where are you changing this architecture?

@kspearrin commented on GitHub (Dec 3, 2016): @yopspanjers Where are you changing this architecture?
Author
Owner

@yopspanjers commented on GitHub (Dec 3, 2016):

Properties of the Android project > Android Options > Advanced

@yopspanjers commented on GitHub (Dec 3, 2016): Properties of the Android project > Android Options > Advanced
Author
Owner

@kspearrin commented on GitHub (Dec 3, 2016):

Interesting. I'll have to research this some more.

@kspearrin commented on GitHub (Dec 3, 2016): Interesting. I'll have to research this some more.
Author
Owner

@kspearrin commented on GitHub (Mar 9, 2018):

This should have been fixed since we added all architectures some time ago.

@kspearrin commented on GitHub (Mar 9, 2018): This should have been fixed since we added all architectures some time ago.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#19