I'm trying to run My first app on the emulator, as mention here.
I create new AVD: Android 4.4W, API Level 20.
When I run it, it gives the following error in the emulator:
Unfortunately, My First App has stopped.
And in the eclipse, I get the following error:
0 E/AndroidRuntime(1662): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.myfirstapp/com.example.myfirstapp.MainActivity}: android.util.AndroidRuntimeException: You cannot combine swipe dismissal and the action bar.
How can I solve it?