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
我在华为荣耀8(FRD-AL00)上面测试,补丁加载时出现异常,不生效
08-17 17:38:37.868 13089-13089/? I/ActivityManager_activity: LoadedApk getClassLoader return mClassLoader: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/user/0/com.ljsdk.rocoofixdemo/files/hotfix/rocoo.dex", zip file "/data/app/com.ljsdk.rocoofixdemo-2/base.apk"],nativeLibraryDirectories=[/data/app/com.ljsdk.rocoofixdemo-2/lib/arm, /data/app/com.ljsdk.rocoofixdemo-2/base.apk!/lib/armeabi, /vendor/lib, /system/lib]]] 08-17 17:38:37.872 13089-13089/? W/System.err: java.lang.reflect.InvocationTargetException 08-17 17:38:37.872 13089-13089/? W/System.err: at java.lang.reflect.Method.invoke(Native Method) 08-17 17:38:37.872 13089-13089/? W/System.err: at com.dodola.rocoofix.RocooFix$V23.install(Unknown Source) 08-17 17:38:37.872 13089-13089/? W/System.err: at com.dodola.rocoofix.RocooFix$V23.access$100(Unknown Source) 08-17 17:38:37.872 13089-13089/? W/System.err: at com.dodola.rocoofix.RocooFix.installDexes(Unknown Source) 08-17 17:38:37.872 13089-13089/? W/System.err: at com.dodola.rocoofix.RocooFix.applyPatch(Unknown Source) 08-17 17:38:37.872 13089-13089/? W/System.err: at com.ljsdk.rocoofixdemo.c.a(Unknown Source) 08-17 17:38:37.872 13089-13089/? W/System.err: at com.ljsdk.rocoofixdemo.MainApplication.onCreate(Unknown Source) 08-17 17:38:37.872 13089-13089/? W/System.err: at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1015) 08-17 17:38:37.872 13089-13089/? W/System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4837) 08-17 17:38:37.872 13089-13089/? W/System.err: at android.app.ActivityThread.access$1600(ActivityThread.java:168) 08-17 17:38:37.872 13089-13089/? W/System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1440) 08-17 17:38:37.872 13089-13089/? W/System.err: at android.os.Handler.dispatchMessage(Handler.java:102) 08-17 17:38:37.872 13089-13089/? W/System.err: at android.os.Looper.loop(Looper.java:150) 08-17 17:38:37.872 13089-13089/? W/System.err: at android.app.ActivityThread.main(ActivityThread.java:5665) 08-17 17:38:37.872 13089-13089/? W/System.err: at java.lang.reflect.Method.invoke(Native Method) 08-17 17:38:37.872 13089-13089/? W/System.err: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:799) 08-17 17:38:37.872 13089-13089/? W/System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:689) 08-17 17:38:37.872 13089-13089/? W/System.err: Caused by: java.io.IOException: No original dex files found for dex location /sdcard/patch.jar 08-17 17:38:37.872 13089-13089/? W/System.err: at dalvik.system.DexFile.openDexFileNative(Native Method) 08-17 17:38:37.873 13089-13089/? W/System.err: at dalvik.system.DexFile.openDexFile(DexFile.java:303) 08-17 17:38:37.873 13089-13089/? W/System.err: at dalvik.system.DexFile.(DexFile.java:115) 08-17 17:38:37.873 13089-13089/? W/System.err: at dalvik.system.DexFile.loadDex(DexFile.java:155) 08-17 17:38:37.873 13089-13089/? W/System.err: at dalvik.system.DexPathList.loadDexFile(DexPathList.java:287) 08-17 17:38:37.873 13089-13089/? W/System.err: ... 17 more
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我在华为荣耀8(FRD-AL00)上面测试,补丁加载时出现异常,不生效
08-17 17:38:37.868 13089-13089/? I/ActivityManager_activity: LoadedApk getClassLoader return mClassLoader: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/user/0/com.ljsdk.rocoofixdemo/files/hotfix/rocoo.dex", zip file "/data/app/com.ljsdk.rocoofixdemo-2/base.apk"],nativeLibraryDirectories=[/data/app/com.ljsdk.rocoofixdemo-2/lib/arm, /data/app/com.ljsdk.rocoofixdemo-2/base.apk!/lib/armeabi, /vendor/lib, /system/lib]]]
08-17 17:38:37.872 13089-13089/? W/System.err: java.lang.reflect.InvocationTargetException
08-17 17:38:37.872 13089-13089/? W/System.err: at java.lang.reflect.Method.invoke(Native Method)
08-17 17:38:37.872 13089-13089/? W/System.err: at com.dodola.rocoofix.RocooFix$V23.install(Unknown Source)
08-17 17:38:37.872 13089-13089/? W/System.err: at com.dodola.rocoofix.RocooFix$V23.access$100(Unknown Source)
08-17 17:38:37.872 13089-13089/? W/System.err: at com.dodola.rocoofix.RocooFix.installDexes(Unknown Source)
08-17 17:38:37.872 13089-13089/? W/System.err: at com.dodola.rocoofix.RocooFix.applyPatch(Unknown Source)
08-17 17:38:37.872 13089-13089/? W/System.err: at com.ljsdk.rocoofixdemo.c.a(Unknown Source)
08-17 17:38:37.872 13089-13089/? W/System.err: at com.ljsdk.rocoofixdemo.MainApplication.onCreate(Unknown Source)
08-17 17:38:37.872 13089-13089/? W/System.err: at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1015)
08-17 17:38:37.872 13089-13089/? W/System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4837)
08-17 17:38:37.872 13089-13089/? W/System.err: at android.app.ActivityThread.access$1600(ActivityThread.java:168)
08-17 17:38:37.872 13089-13089/? W/System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1440)
08-17 17:38:37.872 13089-13089/? W/System.err: at android.os.Handler.dispatchMessage(Handler.java:102)
08-17 17:38:37.872 13089-13089/? W/System.err: at android.os.Looper.loop(Looper.java:150)
08-17 17:38:37.872 13089-13089/? W/System.err: at android.app.ActivityThread.main(ActivityThread.java:5665)
08-17 17:38:37.872 13089-13089/? W/System.err: at java.lang.reflect.Method.invoke(Native Method)
08-17 17:38:37.872 13089-13089/? W/System.err: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:799)
08-17 17:38:37.872 13089-13089/? W/System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:689)
08-17 17:38:37.872 13089-13089/? W/System.err: Caused by: java.io.IOException: No original dex files found for dex location /sdcard/patch.jar
08-17 17:38:37.872 13089-13089/? W/System.err: at dalvik.system.DexFile.openDexFileNative(Native Method)
08-17 17:38:37.873 13089-13089/? W/System.err: at dalvik.system.DexFile.openDexFile(DexFile.java:303)
08-17 17:38:37.873 13089-13089/? W/System.err: at dalvik.system.DexFile.(DexFile.java:115)
08-17 17:38:37.873 13089-13089/? W/System.err: at dalvik.system.DexFile.loadDex(DexFile.java:155)
08-17 17:38:37.873 13089-13089/? W/System.err: at dalvik.system.DexPathList.loadDexFile(DexPathList.java:287)
08-17 17:38:37.873 13089-13089/? W/System.err: ... 17 more
The text was updated successfully, but these errors were encountered: