i was busy with my app for over a week, when suddenly:
11-12 07:59:17.860 1653-1653/nl.test.myapp E/AndroidRuntime﹕ FATAL EXCEPTION: main
java.lang.Runtim
Close android studio. Navigate to the project folder. Delete all files relating to intelliJ (Android Studio) i.e
Also make sure that package name matches the package in the android manifest.xml.
Then reimport the project.
This happened to me because I renamed the root package and IntelliJ (android studio) didn't track this.