Search code examples
androidadbandroid-virtual-device

ADB suddenly not responding in Android Studio


I'm using Android Studio 1.3.2 and without warning my AVD Emulator stopped working. I then tried my own device but when running Debug I get the following message

Warning: debug info can be unavailable. Please close other application using ADB: Monitor, DDMS, Eclipse
Restart ADB integration and try again

I've restarted ADB several times and also used Killall ADB from the command line. I've then ran all my updates and reset Android Studio but nothing seems to make ADB respond. Can someone please suggest how I can get my emulator and ADB working again?


Solution

  • 1.) Start Task Manger.

    2.) Go to Processes tab.

    3.) Find adb.exe

    4.) Select adb.exe and click on End Process.

    This will solve the problem.