android runtime_error ai_generated true

ClassNotFoundException

ID: android/class-not-found-exception

Also available as: JSON · Markdown
80%Fix Rate
84%Confidence
3Evidence
2023-01-01First Seen

Version Compatibility

VersionStatusIntroducedDeprecatedNotes
14 active

Root Cause

Class missing at runtime. ProGuard/R8 stripping or multidex issue.

generic

Workarounds

  1. 90% success Add specific -keep rules in proguard-rules.pro for reflection-used classes
  2. 85% success Enable multidex: multiDexEnabled true

Dead Ends

Common approaches that don't work:

  1. Disable minification entirely 70% fail

    Large APK, no obfuscation

  2. Add -keep rules for all classes 75% fail

    Defeats purpose of shrinking