android
runtime_error
ai_generated
true
ClassNotFoundException
ID: android/class-not-found-exception
80%Fix Rate
84%Confidence
3Evidence
2023-01-01First Seen
Version Compatibility
| Version | Status | Introduced | Deprecated | Notes |
|---|---|---|---|---|
| 14 | active | — | — | — |
Root Cause
Class missing at runtime. ProGuard/R8 stripping or multidex issue.
genericWorkarounds
-
90% success Add specific -keep rules in proguard-rules.pro for reflection-used classes
-
85% success Enable multidex: multiDexEnabled true
Dead Ends
Common approaches that don't work:
-
Disable minification entirely
70% fail
Large APK, no obfuscation
-
Add -keep rules for all classes
75% fail
Defeats purpose of shrinking