If you get this error, when you try to launch your Android app on Emulator device, then simply try the following troubleshooting steps.
- Close you Eclipse IDE
- Locate your adb tool (you may simple find the path from the error logs)
- Now open Command Prompt/Terminal depending on if you are on Mac OS X or Windows.
- Execute command adb kill-server
- Now Open Eclipse IDE again and try running you app, there should be no issue.
If you still facing the issue, then it may be that ADB process is was not killed properly.
For Windows,
- Close Eclipse IDE.
- Go to task manager (ctrl+alt+del)
- Look for adb.exe
- Terminate/End the process.
- Now Open eclipse and launch AVD.
For Mac OS X,
- Close Eclipse IDE.
- Open Activity Monitor from Spotlight
- Under Cpu tab, look if eclipse/adb process is running
- Double Click on the Process name and Exit it.
- Restart Android Eclipse IDE and run AVD again
Provide Feedback For This Article
We take your feedback seriously and use it to improve our content. Thank you for helping us serve you better!
😊 Thanks for your time, your feedback has been registered!
Comments & Discussion
Facing issues? Have questions? Post them here! We're happy to help!