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
In Java class change Main extends ActionBarActivity to Main extends Activity. It worked for me.
Main extends ActionBarActivity
Main extends Activity