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

MissingLibraryException: lib/x86/libepic.so #746

Closed
Enyby opened this issue Nov 14, 2019 · 1 comment
Closed

MissingLibraryException: lib/x86/libepic.so #746

Enyby opened this issue Nov 14, 2019 · 1 comment

Comments

@Enyby
Copy link

Enyby commented Nov 14, 2019

Describe the bug
In APK for VirtualXposed 0.18.0 not present libepic.so for x86 arch.
It present only for ARM.
So x86 devices can not run anything.

To Reproduce
Steps to reproduce the behavior:

  1. Open any app in x86 emulator AVD.
  2. It load forever.

Expected behavior
Run app.

Screenshots
Not applicable.

Desktop (please complete the following information):

  • OS: n/a
  • Browser n/a
  • Version n/a

Smartphone (please complete the following information):

  • Device: AVD
  • OS: Android 10 x86
  • Browser n/a
  • Version 10

Additional context

Shutting down VM
FATAL EXCEPTION: main
Process: com.musselwhizzle.tapcounter, PID: 15298
com.getkeepsafe.relinker.MissingLibraryException: lib/x86/libepic.so
       at com.getkeepsafe.relinker.ApkLibraryInstaller.installLibrary(ApkLibraryInstaller.java:85)
       at com.getkeepsafe.relinker.ReLinkerInstance.loadLibraryInternal(ReLinkerInstance.java:180)
       at com.getkeepsafe.relinker.ReLinkerInstance.loadLibrary(ReLinkerInstance.java:136)
       at com.getkeepsafe.relinker.ReLinker.loadLibrary(ReLinker.java:70)
       at com.getkeepsafe.relinker.ReLinker.loadLibrary(ReLinker.java:51)
       at me.weishu.exposed.ExposedBridge.initOnce(ExposedBridge.java:115)
       at com.lody.virtual.client.VClientImpl.bindApplicationNoCheck(VClientImpl.java:337)
       at com.lody.virtual.client.VClientImpl.bindApplication(VClientImpl.java:218)
       at com.lody.virtual.client.VClientImpl.bindApplicationForActivity(VClientImpl.java:213)
       at android.app.TransactionHandlerProxy.handleLaunchActivity(TransactionHandlerProxy.java:149)
       at android.app.TransactionHandlerProxy.handleLaunchActivity(TransactionHandlerProxy.java:146)
       at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:83)
       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:2016)
       at android.os.Handler.dispatchMessage(Handler.java:107)
       at android.os.Looper.loop(Looper.java:214)
       at android.app.ActivityThread.main(ActivityThread.java:7356)
       at java.lang.reflect.Method.invoke(Native Method)
       at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:492)
       at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:930)
@tiann tiann closed this as completed in dd6cc47 Nov 14, 2019
@Enyby
Copy link
Author

Enyby commented Dec 21, 2019

@tiann
Are there any dates when a new release will be made, or are x86 libraries added to the old one?

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

No branches or pull requests

1 participant