简体   繁体   English

Android Studio 看不到所有设备

[英]Android Studio don’t see all device

a few days ago there was no problem when I used my device to run the application.几天前,当我使用我的设备运行应用程序时没有问题。 but suddenly when I plug the usb into my device android studio displays no device and I try to replace another device but still not detected in android studio even though in the file explorer device is detected.但是突然当我将 USB 插入我的设备时,android studio 没有显示任何设备,我尝试更换另一个设备但仍然没有在 android studio 中检测到,即使在文件资源管理器中检测到设备。 I tried using the same device and same usb on another laptop and it was detected.我尝试在另一台笔记本电脑上使用相同的设备和相同的 USB 并被检测到。 I've tried several answers like install adb but it still didn't work我已经尝试了几个答案,比如 install adb 但它仍然没有用

Could you tap adb devices on your cmd and check if you see your plugged devices.你能在你的 cmd 上点击adb devices并检查你是否看到你插入的设备。

If not please check if u correctly check the developer options "Enable USB debugging" from your device.如果没有,请检查您是否从您的设备正确检查了开发人员选项“启用 USB 调试”。

Please check:请检查:

  • Developer mode is on;开发者模式开启;

  • USB debugging: enable; USB调试:启用;

  • Verify apps over USB is off;验证通过 USB 的应用程序已关闭;

  • only charging this device via USB - is off;仅通过 USB 为该设备充电 - 已关闭;

  • switch USB computer connection to PTP mode or to File Transfer mode;将 USB 计算机连接切换到 PTP 模式或文件传输模式;

  • ensure that you are applyed fingerprinting keys in popup window after connection new device to your computer;确保将新设备连接到计算机后,在弹出窗口中应用指纹密钥;

  • your USB-cable is real Data-Cable (not only for charging);您的 USB 线是真正的数据线(不仅用于充电);

您的ADB drivers与您的设备不兼容,您需要安装Universal ADB drivers或尝试open google ADB drivers (某些电话公司不支持 google ADB 驱动程序)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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