Any way to solve this error. I tried to connect with real device but showing 'ADB not responding'?
Asked
Active
Viewed 1,477 times
0
-
Well, getting a computer with an Intel CPU would "solve the error" – OneCricketeer Jun 10 '16 at 08:11
-
is there no way to solve this? – Jun 10 '16 at 08:12
-
Which thing are you trying to solve? The emulator or ADB to a physical device? If it's the emulator, I'm not psychic, you have to show us what chipset you have. – OneCricketeer Jun 10 '16 at 08:14
-
I tried to use emulator but it is not working. So i am trying to connect physical device now it is showing 'ADB not responding' – Jun 10 '16 at 08:18
-
Related: http://stackoverflow.com/questions/18059334/adb-not-responding-you-can-wait-more-or-killabd-exe-process-manually-and-clic – OneCricketeer Jun 10 '16 at 08:19
-
I am using ubuntu not windows and i tried it already but result is same – Jun 10 '16 at 08:21
-
Read the comments? "Worked for me on Ubuntu" besides the solution said nothing about Windows. It says 1) Kill the adb process (via a terminal) or 2) Toggle the ADB Integration in Android Studio – OneCricketeer Jun 10 '16 at 08:22
-
2try to use `arm images` for Emulator. You can find this in `Other Images` tab at the time of emulator creation. – Shashanth Jun 10 '16 at 08:23
-
please explain @Shashanth – Jun 10 '16 at 08:24
-
i tried it so many time i kill the adb process and restarted it but still showing same error @cricket_007 – Jun 10 '16 at 08:25
-
See the image that you posted in your question, there android studio asking select system image, so click on other images and there you can select `armbeabi` images of android. – Shashanth Jun 10 '16 at 08:27
-
Not sure what to tell you then, other than forget and close Android Studio for a second and see what `adb kill-server` followed by `adb devices` tells you in the terminal – OneCricketeer Jun 10 '16 at 08:28
-
by typing adb devices it is showing **List of devices attached ZY2223SK6K device** Means device is attached – Jun 10 '16 at 08:33
-
I downloaded other image but the result is same @Shashanth – Jun 10 '16 at 08:34
-
Ok, it's better to use [Genymotion](https://www.genymotion.com/), if you really want to use emulator – Shashanth Jun 10 '16 at 08:38
-
i had already installed virtualbox and genymotion but when i tried to open genymotion it shows 'cannot execute binary file' – Jun 10 '16 at 08:39
-
Genymotion cannot run ARM images, so you are going to have the same problems as HAXM – OneCricketeer Jun 10 '16 at 09:15
-
so what to do @cricket_007 – Jun 10 '16 at 09:16
-
ADB clearly is working in the terminal, so Android Studio seems to be having some issues knowing that. I am not sure what the solution would be – OneCricketeer Jun 10 '16 at 09:18
-
ok thanks for help @cricket_007 I am trying to fix this. – Jun 10 '16 at 09:20
-
Maybe it helps https://stackoverflow.com/a/39506074/4693278 – Avinash Kumar Dec 26 '17 at 05:48