I have been having issues running my first android app. Yesterday, i came close to running it but my happiness was dashed when i encountered this error:
emul
If you don't see an emulator running, check Task Manager to see if you have an emulator-arm
process already running. If there is an emulator-arm
process, select it, choose "End Process", and try again.
Might be old question but try executing directly from command line, assuming you are in android-sdk\tools
folder run your created emulator by calling emulator-arm @youremulatorname
Just rebooting my PC worked for me.
Use a low resolution device, when I selected Nexus 4
it kept running smoothly with me.
Go to Window->Open Prespective->DDMS
you will see view as mention below
click on the portion i have highlighted and click on reset adb,and try to run your project again
Change the resolution of the device and it should work. It didn't work for me when the resolution was 1280X800. I changed it to 800X600 and it worked fine.