1

I tried ./adb devices from ~/Android/Sdk/platform-tools directory and I got * daemon not running. starting it now on port 5037 * ADB server didn't ACK * failed to start daemon *

I expected something like this:

List of devices attached
HT9CPP809576 device

If I try ./adb kill-server and after that ./adb start-server I get

* daemon not running. starting it now on port 5037 *
ADB server didn't ACK
* failed to start daemon *

If I try ./adb nodaemon server I get Illegal instruction (core dumped).

I have 32bit lubuntu 15.04. I use Android studio. My Android phone(LG l50) is plugged into the computer.

How can I solve this issue ?

Seba
  • 47
  • 2
  • 2
  • 8

2 Answers2

1

Run tasklist | findstr /i adb to see if the adb is running. If it is still running, you can kill it with taskkill /f /im adb.exe. Then restart the adb by adb start-server

NickMan
  • 19
  • 4
-1

this error could be due to port 5037 is getting used by other process. Try to set the adb server port to other, windows set ANDROID_ADB_SERVER_PORT = XXXX