Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ADB failed to start make sure the plugin is properly configured [duplicate]

I have this problem every now and then, it says "ADB server didn't ACK, failed to start daemon".

So First, I followed some instructions to reset the adb in DDMS, AND then it gives me "adb failed to start, make sure the plugin is properly configured". After reading some other solutions, I kill the adb.exe in my task manager, but it became alive again after 2 seconds.

I have restart my eclipse and pc couple of times, still no luck. anyone know whats the problem? I am using win8, don't know if it the problem...

like image 421
Jolin Avatar asked Feb 27 '13 21:02

Jolin


People also ask

Where is adb located in Android Studio?

adb is included in the Android SDK Platform-Tools package. You can download this package with the SDK Manager, which installs it at android_sdk /platform-tools/ .

How do I find my adb path?

For this, open C:\Users\Username\AppData\Local\Android\Sdk\platform-tools, check if adb.exe is present. Case 1: If adb is not present: If the adb is not present, installing the platform-tools resolves the problem.

What does Cannot locate adb mean?

As it turns out, the error message appears when Android Studio is not able to locate the ADB.exe file that is located in the platform-tools folder. Unable to Locate ADB. This can happen due to several reasons including when your antivirus software removes the adb.exe file due to a false alarm.


1 Answers

You can solve this issue by following below mentioned steps

  1. Go to Task Manager and kill adb.exe from Process tab
  2. Go to DDMS->Devices tab in eclipse and select option Reset adb.
  3. Your emulator will come in Online and can go further.

If this should not work, try restarting Eclipse and the emulator, and try the steps again.

like image 53
Manesh Appukuttan Avatar answered Oct 20 '22 08:10

Manesh Appukuttan