简体   繁体   中英

Android Studio doesn't see any phone

I have 2 computers, and both have Android Studio (I installed it yesterday), but only one of them sees my phone. ADB devices also doesn't see it. The developer mode is enabled, SDK is installed, google usb driver is installed, enabling PTP didn't help.

What can I do?

Xiaomi Redmi 4X Windows 10

what device are you using? it totally depends on what device you are using, different devices use different drivers to connect and communicate with your computer here is the official OEM (Original Equipment Manufacturer) list of drivers:

https://developer.android.com/studio/run/oem-usb

If you are on a Windows machine here is a list of useful scripts that might also help:

https://github.com/alkathirikhalid/android-window-scripts

Cheers and happy learning.

I assume that you are working on Windows. What had helped me once was to install Adb drivers from Intel website. You can follow this tutorial

下载PC中的pdaNet软件进行安装,然后尝试。

https://adb.clockworkmod.com/ Try this. Also you may run task manager and kill adb.exe.

First check whether your phone is showing "Usb debugging connected" in notification bar? If it is upgraded to android 7.0, it will show an "N" in the notification bar with details as i mentioned earlier. This message means that your phone is in debugging mode. If its charging and not showing any such notification in bar, that means your data cable is the problem.Connecting phone in mtp will not help at all. You can do a quick and dirty fix by pushing the port a little bit up with a toothpick or something (i tried and trust me it works). But that can cause a bit of damage. So I will recommend buying a new data cable. This is the only thing that comes to my mind as you mentioned that developer options are enabled and usb debugging is turned on in developer options right?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM