相关疑难解决方法(0)

proguard警告:配置保留入口点....但不是描述符类

我配置了:

-keep ,allowoptimization,allowobfuscation,allowshrinking public class     org.jf.dexlib2.dexbacked.** {
    *;
}
Run Code Online (Sandbox Code Playgroud)

但仍然收到警告:

 Note: the configuration keeps the entry point 'com.trusteer.trf.dex_parser { int get_strings_count(org.jf.dexlib2.dexbacked.DexBackedDexFile); }', but not the descriptor class 'org.jf.dexlib2.dexbacked.DexBackedDexFile'
Run Code Online (Sandbox Code Playgroud)

我使用的是proguard 4.7版(在Android SDK中)

我该怎么办?

obfuscation android proguard

28
推荐指数
2
解决办法
2万
查看次数

标签 统计

android ×1

obfuscation ×1

proguard ×1