Android Studio: Android Device Monitor not showing

2020-08-17 07:41发布

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 have already turned the option on

It is connected to my computer by USB cable

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

No PTP mode option in USB Connectivity in my phone enter image description here

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?

enter image description here

5条回答
我命由我不由天
2楼-- · 2020-08-17 08:19

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

查看更多
Melony?
3楼-- · 2020-08-17 08:22

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.

查看更多
做个烂人
4楼-- · 2020-08-17 08:24

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.

查看更多
狗以群分
5楼-- · 2020-08-17 08:25
  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

enter image description here

  1. Browse my computer for driver sofware

enter image description here

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

enter image description here

  1. Select Android Device

enter image description here

  1. Click Have Disk

enter image description here

  1. Select the inf file

enter image description here

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

enter image description here

  1. And your are done

enter image description here

查看更多
Ridiculous、
6楼-- · 2020-08-17 08:27

It does not work if USB tethering is on.

查看更多
登录 后发表回答