DexFile dexFile = DexFileFactory.loadDexFile(file,null);
使用上面这段代码APP闪退,报错日志:
java.lang.NoClassDefFoundError: Failed resolution of: Lcom/google/common/io/ByteStreams;
需要导入库
com.google.guava
DexFile dexFile = DexFileFactory.loadDexFile(file,null);
使用上面这段代码APP闪退,报错日志:
java.lang.NoClassDefFoundError: Failed resolution of: Lcom/google/common/io/ByteStreams;
需要导入库
com.google.guava