android
build_error
ai_generated
true
Warning: class not found: com.example.SomeClass
ID: android/proguard-missing-class
80%Fix Rate
84%Confidence
3Evidence
2023-01-01First Seen
Version Compatibility
| Version | Status | Introduced | Deprecated | Notes |
|---|---|---|---|---|
| 14 | active | — | — | — |
Root Cause
R8/ProGuard cant find referenced class during shrinking.
genericWorkarounds
-
88% success Add specific -keep rules for library classes
-
85% success Check if missing class is in correct dependency version
Dead Ends
Common approaches that don't work:
-
Add -dontwarn for all packages
78% fail
Hides real missing dependencies
-
Disable R8 entirely
72% fail
Large APK, no optimization