Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails to run library "libc++_shared.so" not found #3

Closed
ShootingKing-AM opened this issue Apr 12, 2023 · 0 comments · Fixed by alvr-org/ALVR#1578
Closed

Fails to run library "libc++_shared.so" not found #3

ShootingKing-AM opened this issue Apr 12, 2023 · 0 comments · Fixed by alvr-org/ALVR#1578

Comments

@ShootingKing-AM
Copy link
Member

Process: alvr.client.cardboard, PID: 7428
 java.lang.UnsatisfiedLinkError: dlopen failed: library "libc++_shared.so" not found: needed by /data/app/~~ypIlJ6gskLZ9E-1JUAyr_Q==/alvr.client.cardboard-2Gh-K3IG7PPX1t2OEgcEFg==/base.apk!/lib/arm64-v8a/libalvr_client_core.so in namespace classloader-namespace
	at java.lang.Runtime.loadLibrary0(Runtime.java:1077)
	at java.lang.Runtime.loadLibrary0(Runtime.java:998)
	at java.lang.System.loadLibrary(System.java:1656)
	at com.google.cardboard.VrActivity.<clinit>(VrActivity.java:32)
	at java.lang.Class.newInstance(Native Method)
	at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
	at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
	at android.app.Instrumentation.newActivity(Instrumentation.java:1285)
	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3578)
	at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3842)
	at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
	at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
	at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2252)
	at android.os.Handler.dispatchMessage(Handler.java:106)
	at android.os.Looper.loopOnce(Looper.java:201)
	at android.os.Looper.loop(Looper.java:288)
	at android.app.ActivityThread.main(ActivityThread.java:7842)
	at java.lang.reflect.Method.invoke(Native Method)
	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003)
  • Tested with API levels 27, 30, 32 and ABI with both arm aswell as x86 abis, real as well as AVD emulator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant