I\'m trying to compile my Android project in Android Studio 0.3.0. Today I get the following error:
Exception in thread \"main\" java.lang.NoClassDefFoundErr
Finally found it. It's in the Run/Debug Configurations dialog. Disabled JUnit and it compiles again.