ich konfiguriert haben:proguard Warnung: die Konfiguration hält den Einstiegspunkt .... aber nicht die Descriptor-Klasse
-keep ,allowoptimization,allowobfuscation,allowshrinking public class org.jf.dexlib2.dexbacked.** {
*;
}
aber immer noch die Warnung erhalten:
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'
Ich bin mit proguard Version 4.7 (in Android SDK)
Was soll ich tun?
'-halten, includedescriptorclasses' –
Muhammads Lösung funktionierte für mich. –