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

六月ゝ 毕业季﹏ 提交于 2019-11-29 17:28:45

Try using

android:targetSdkVersion="19"

if you are using

android:targetSdkVersion="20"

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

Giru Bhai

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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!