Android Studio: Android Device Monitor not showing my device

◇◆丶佛笑我妖孽 提交于 2019-12-10 02:31:04

问题


My real device is Sony Xperia c6502 with android version 4.3 I'm sure I connect it to my computer and I turn Developer options/ USB debugging on

In SDK manager, Google USB driver is already installed.

I downloaded Xperia Z Driver from this page:http://developer.sonymobile.com/downloads/drivers/ But I don't know how to use it

No PTP mode option in USB Connectivity in my phone

My device is not shown in Android Device Monitor and thus I can't run app test on my phone.

How to let my Android Studio catch my phone?


回答1:


Some possible solutions:

  • On your notification bar, expand it and click the connection. Then select connect as Camera (PTP) (not as media device)

  • Try with another USB cable.

  • Go to your SDK manager and install Google USB Driver (I see you updated your answer regarding this)

  • Follow the instructions on OEM USD Drivers




回答2:


I tried all the possible solutions given above but cannot detect my device. Finally, I come to know device drivers are not installed.

You can install it like: Go to Tools > Android > SDK Manager> SDK Tools > Google USB drivers.

Make sure it's installed.




回答3:


  1. Go to Google to download usb driver

  2. Plug in your Android phone

Open device manager

Right click on your phone with exclaimation mark

Select update driver software

  1. Browse my computer for driver sofware

  1. Let me pick from a list of device drivers on my computer

  1. Select Android Device

  1. Click Have Disk

  1. Select the inf file

  1. Select Android Composite ADB Interface and click next and Yes to install

  1. And your are done




回答4:


Do a CTRL+ALT+DEL and bring up the task manager. Look for ADB.EXE and end task it.

Sometimes it will hang and prevent device enumeration.




回答5:


It does not work if USB tethering is on.



来源:https://stackoverflow.com/questions/31717298/android-studio-android-device-monitor-not-showing-my-device

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!