AndroidRuntime: Unable to instantiate activity: java.lang.ClassNotFoundException

May 21, 2013 in answer

0 votes, 0.00 avg. rating (0% score)

ANSWER:

I just had the same issue with Android Studio (IntelliJ), my solution was:

  1. File > Project Structure
  2. Select “Project” under “Project Settings”
  3. Took the file path at the bottom of the screen under “Project compiler output” and nuked the contents

After that it worked fine

nduplessis from http://stackoverflow.com/questions/16665067