Unfortunately Android App Has Stopped And Works On Android Device
For some reason everytime I try to open my android app in an emulator it says it has stopped however it runs perfectly on my android device. I am not sure if it is the emulator or
Solution 1:
As clearly as it goes :
You cannot combine swipe dismissal and the action bar
an sdk problem indeed . . .
try changing target sdk version to 19+
check here targetSdkVersion setting
Do not mess up with API Level and Platform, as Android Virtual Device. With Level 19+ and Platform 4.2.2+ set on ADV everything runs as it should.
Post a Comment for "Unfortunately Android App Has Stopped And Works On Android Device"