We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我当前的基本环境信息是
你遇到的问题是什么?(请描述完整操作与具体现象) 我把项目下载后,编译成功,直接运行,安装到手机上,然后用VirtualXposed的添加应用克隆手机上我运行的Wechat Magician,然后点击桌面图标,打开失败
Bug 触发后生成的 Xposed 日志
2019-08-07 14:51:33.078 7445-7445/com.gh0u1l5.wechatmagician W/System.err: java.lang.RuntimeException: Unable to instantiate application com.gh0u1l5.wechatmagician.frontend.WMApplication: java.lang.ClassNotFoundException: Didn't find class "com.gh0u1l5.wechatmagician.frontend.WMApplication" on path: DexPathList[[zip file "/system/framework/org.apache.http.legacy.boot.jar", zip file "/data/user/0/io.va.exposed/virtual/data/app/com.gh0u1l5.wechatmagician/base.apk", zip file "/data/user/0/io.va.exposed/virtual/data/app/com.gh0u1l5.wechatmagician/base.apk"],nativeLibraryDirectories=[/data/user/0/io.va.exposed/virtual/data/app/com.gh0u1l5.wechatmagician/lib, /data/user/0/io.va.exposed/virtual/data/app/com.gh0u1l5.wechatmagician/base.apk!/lib/armeabi-v7a, /data/user/0/io.va.exposed/virtual/data/app/com.gh0u1l5.wechatmagician/base.apk!/lib/armeabi-v7a, /system/lib]] 2019-08-07 14:51:33.079 7445-7445/com.gh0u1l5.wechatmagician W/System.err: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.gh0u1l5.wechatmagician.frontend.WMApplication" on path: DexPathList[[zip file "/system/framework/org.apache.http.legacy.boot.jar", zip file "/data/user/0/io.va.exposed/virtual/data/app/com.gh0u1l5.wechatmagician/base.apk", zip file "/data/user/0/io.va.exposed/virtual/data/app/com.gh0u1l5.wechatmagician/base.apk"],nativeLibraryDirectories=[/data/user/0/io.va.exposed/virtual/data/app/com.gh0u1l5.wechatmagician/lib, /data/user/0/io.va.exposed/virtual/data/app/com.gh0u1l5.wechatmagician/base.apk!/lib/armeabi-v7a, /data/user/0/io.va.exposed/virtual/data/app/com.gh0u1l5.wechatmagician/base.apk!/lib/armeabi-v7a, /system/lib]] 2019-08-07 14:51:33.086 1213-1694/? W/ActivityManager: Duplicate finish request for ActivityRecord{44314a7 u0 io.va.exposed/io.virtualapp.home.LoadingActivity t429 f} 2019-08-07 14:51:33.111 7445-7445/? I/o.va.exposed:p: System.exit called, status: 0 2019-08-07 14:51:33.122 1213-1694/? D/EmbryoManager: prepare io.va.exposed user 0 2019-08-07 14:51:33.122 1213-1694/? I/ActivityManager: Process io.va.exposed:p0 (pid 7445) has died: fore TOP 2019-08-07 14:51:33.125 1213-1297/? D/RestartProcessManager: Update Total Launch Times :io.va.exposed 2019-08-07 14:51:33.125 1213-1297/? D/RestartProcessManager: updateSelf : io.va.exposed, size : 9 2019-08-07 14:51:33.126 1213-1297/? D/RestartProcessManager: Last Running Package : io.va.exposed , start time 1565160693125 2019-08-07 14:51:33.168 1213-1299/? I/ActivityManager: Start proc 7486:io.va.exposed:p0/u0a167 for activity io.va.exposed/com.lody.virtual.client.stub.StubActivity$C0 2019-08-07 14:51:33.175 7486-7486/? I/o.va.exposed:p: Late-enabling -Xcheck:jni 2019-08-07 14:51:33.222 1213-3104/? D/OnePlusSmartBoostManager: writeHotCount io.va.exposed, pid=7486 2019-08-07 14:51:33.224 956-7500/? E/ANDR-RAMBOOST_SERVER: ramboost cmd_len = 81 cmd: iop_start -1 io.va.exposed /data/app/io.va.exposed-7WXYnv99xxaj8cMDtTNQmA== false 2019-08-07 14:51:33.226 1213-3104/? D/OneplusAppPreload: io.va.exposed is not preload, collectAppFocusEvent 2019-08-07 14:51:33.233 7486-7499/? I/o.va.exposed:p: The ClassLoaderContext is a special shared library. 2019-08-07 14:51:33.238 7486-7493/? E/o.va.exposed:p: Unable to peek into adb socket due to error. Closing socket.: Connection reset by peer 2019-08-07 14:51:33.249 7486-7486/? I/o.va.exposed:p: The ClassLoaderContext is a special shared library. 2019-08-07 14:51:33.294 7486-7486/? W/o.va.exposed:p: Accessing hidden method Landroid/hardware/Camera;->native_setup(Ljava/lang/Object;IILjava/lang/String;)I (light greylist, reflection) 2019-08-07 14:51:33.579 7486-7486/? I/VClientImpl: Xposed is enabled.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我当前的基本环境信息是
你遇到的问题是什么?(请描述完整操作与具体现象)
我把项目下载后,编译成功,直接运行,安装到手机上,然后用VirtualXposed的添加应用克隆手机上我运行的Wechat Magician,然后点击桌面图标,打开失败
Bug 触发后生成的 Xposed 日志
The text was updated successfully, but these errors were encountered: