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
Try using
android:targetSdkVersion="19"
if you are using
android:targetSdkVersion="20"
There is some problem API level 20. Here is a similar issue.