Tag Archives: Didn’t find class “xxxxx” on path: DexPathList

Didn’t find class “xxxxx” on Path: dexpathlist caused by code obfuscation

Explain the function of static keyword and final keyword in Java in detail>>>

Add code confusion, has been reported this problem, see the number of methods does not exceed 65K

Because we used the things in buildconfig, and this class was confused, so it was wrong

-keep class xxxx.xxxx.BuildConfig { *; }

Proguard-rules.pro plus the one above to avoid confusion

Similarly: – keep class com.xxx. * * {*;}, Avoid confusing classes under the package name