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:
Open any app in x86 emulator AVD.
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)
The text was updated successfully, but these errors were encountered:
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:
Expected behavior
Run app.
Screenshots
Not applicable.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: