I tried to migrate a project from Eclipse to Android studio. Finally I am able to run it, but at a certain point I got this exception, and I found nothing in google about th
Make sure that
super.onCreate(savedInstanceState); setContentView(R.layout.activity_main);
are at the top of everything this works for me....good luck