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 ?