I am experiencing an error quite often among my users. The app crashes during startup. When the MainActivity is supposed to be loaded the VM apparently cannot find the class
For me, the issue was that the referenced library was built using java 7. I solved this by rebuilding using the 1.6 JDK.