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

后端 未结 2 1575
时光取名叫无心
时光取名叫无心 2020-12-22 05:57

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:26

    Try using

    android:targetSdkVersion="19"
    

    if you are using

    android:targetSdkVersion="20"
    

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

提交回复
热议问题