Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio - No USB devices detected

Tags:

android

usb

I tried to play Android Studio 2.0 with my mobile without success, what I did are:

  1. In my mobile, Apps/gear icon/Settings/SYSTEM/{} Developer options/ Android debugging/, enable the Android Debug Bridge(adb) interface (set tick).
  2. After plug in my mobile to my PC with a USB cable, I found A0001 in my Computer folder. Within A0001, I can see the files in my mobile.
  3. In my PC, run Android Studio/bin/studio.exe, "Select Deployment Target" window shows with message "No USB devices or running emulators detected"
  4. I have tried two different USB drivers but got no lucky.
  5. Perhaps I should tell Android Studio where is my USB driver? But, how? Can you help?
like image 745
mark22 Avatar asked May 09 '16 06:05

mark22


People also ask

Why is it showing no device in Android Studio?

If your device is not correctly detected in RAD Studio or in the system Device Manager, check the following: Ensure that your Android device is unlocked and not sleeping while connected via USB. Set the appropriate option in Settings or Developer Options. Make sure your Android device is enabled for USB debugging.

How can I see my device in Android Studio?

To do so, just click on “File transfer via USB touch for more options” in the notification area of the device. and then choose the PTP option. Then you will get a popup on your device regarding access. Just try restarting Android Studio to show up there as well though.


Video Answer


2 Answers

same here... but I hope you can avoid this problem the same way I Did.

There is an "universal ADB Driver for all Android Devices".

Yep... sounds like magic.

Just follow this link. https://devs-lab.com/usb-adb-drivers-for-all-android-devices.html

Fun fact there is no "Step 5" in that article so I'll give you.

you have to enable "USB Depuration" from "Developer Options" connect your cellphone to computer as a "MTP storage" , after windows detected your cellphone as a "Portable Device" Execute ADBDriverInstaller.exe (that downloaded from devs-lab)

check the device list and your cellphone will say "Driver incorrectly", select your cellphone and press install.

Step 6: Once the process is completed, you’ll see something like the image that appears there (in the link).

I hope that somebody else work this

like image 29
Israel Avatar answered Sep 20 '22 18:09

Israel


I had the same problem too and I managed to resolve it this way.

  1. First, enable debugger mode in your android device.

  2. Go to Device Manager from Start Menu and try to find ADB Interface with an error symbol on it. This generally happens because windows sometimes fail to load all the mobile device drives.

  3. Next, Go to http://adbdriver.com/downloads/ and download the driver installer, unzip and run it.

  4. Now go to Android Studio and you should find that everything is working fine. Chill....

like image 93
Saisudhan Sutrave Avatar answered Sep 23 '22 18:09

Saisudhan Sutrave