AndroidRuntime: Unable to instantiate activity: java.lang.ClassNotFoundException
May 21, 2013 in answer
ANSWER:
I just had the same issue with Android Studio (IntelliJ), my solution was:
- File > Project Structure
- Select “Project” under “Project Settings”
- Took the file path at the bottom of the screen under “Project compiler output” and nuked the contents
After that it worked fine

New Comments