0
点赞
收藏
分享

微信扫一扫

because: Failure to verify dex file


E/System: java.io.IOException: Failed to open dex files from /data/user/0/cn.qssq666.pluginload/app_robot_out_dex/classes.dex because: Failure to verify dex file '/data/user/0/cn.qssq666.pluginload/app_robot_out_dex/classes.dex': Bad file size (1024, expected 940d)
at dalvik.system.DexFile.openDexFileNative(Native Method)
at dalvik.system.DexFile.openDexFile(DexFile.java:373)
at dalvik.system.DexFile.<init>(DexFile.java:113)
at dalvik.system.DexFile.<init>(DexFile.java:78)

其实还有其他错误,解决办法就是看看其他错误是啥,我这里提示重复的类。所以我的方法是排除那个dex不进行合并

举报

相关推荐

0 条评论