Android Studio: Android Device Monitor not showing my device
Asked Answered
O

5

11

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

Overunder answered 30/7, 2015 at 7:8 Comment(7)
Try pluggin & unplugging it several times until you get message on your phone Trust this computer?Underpass
@Underpass not working, sirOverunder
@JeanYang Try to manually start adb server before plugging your phone to the computer. Check if it is able to detect your phone.Gabrielson
@Gabrielson How to do it? Nothing executable found in the zipOverunder
@JeanYang Check this link for instructions/commands.Gabrielson
You can check my answer for similar solutionLabour
#16597377 here is the answer for your question.Scathe
D
11

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

Dynamoelectric answered 30/7, 2015 at 7:14 Comment(5)
On my notification bar, I expand it and click the connection, but nothing popup or happened My Google USB driver is already installed. Not workingOverunder
Check your connection is PTP and not MTP (howtogeek.com/192732/…)Dynamoelectric
There are only two options: Media transfer mode(MTP) and Mass storage mode(MSC). What should I do? I select MSC and it is still not workingOverunder
On this xda-developers question someone was having a similar problem with the same model and they link a solution that might help you.Dynamoelectric
It is not working. I installed Emma but even Emma can't connect to my phoneOverunder
T
4

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.

Tweak answered 19/4, 2017 at 6:28 Comment(1)
I got same issue and i resolved with your solution. I saved my lots of time. Thanks a lot.Vicinal
O
2
  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

Outdate answered 25/4, 2017 at 3:56 Comment(0)
G
1

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.

Glaciate answered 5/5, 2016 at 23:54 Comment(0)
T
0

It does not work if USB tethering is on.

Tractable answered 12/4, 2016 at 6:21 Comment(1)
Where can this be found?Pickard

© 2022 - 2024 — McMap. All rights reserved.