Unfortunately, (app) has stopped - error message in AVD/Eclipse on a new/default application

后端 未结 2 1298
不知归路
不知归路 2020-12-22 05:26

I recently installed the ADT/Eclipse bundle on Windows 7 (64 bit). Whenever I try to run an application on the emulator it just says \"Unfortunately, app has stopped\". I\'v

相关标签:
2条回答
  • 2020-12-22 06:12

    Try using

    android:targetSdkVersion="19"
    

    if you are using

    android:targetSdkVersion="20"
    

    There is some problem API level 20. Here is a similar issue.

    0 讨论(0)
  • 2020-12-22 06:12

    Try changing target sdk version to 19

    Do not use API Level of 20 and Platform 4.4W, as Android Virtual Device. With Level 19 and Platform 4.2.2 set on ADV everything runs as it should. From here

    Note: After changing clean your project.

    0 讨论(0)
提交回复
热议问题