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

Jean Y.C. Yang
  • 4,382
  • 4
  • 18
  • 27

5 Answers5

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

Logain
  • 4,259
  • 1
  • 23
  • 32
  • On my notification bar, I expand it and click the connection, but nothing popup or happened My Google USB driver is already installed. Not working – Jean Y.C. Yang Jul 30 '15 at 07:22
  • Check your connection is PTP and not MTP (http://www.howtogeek.com/192732/android-usb-connections-explained-mtp-ptp-and-usb-mass-storage/) – Logain Jul 30 '15 at 07:24
  • 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 working – Jean Y.C. Yang Jul 30 '15 at 07:26
  • On [this xda-developers question](http://forum.xda-developers.com/showthread.php?t=2240786) someone was having a similar problem with the same model and they link a solution that might help you. – Logain Jul 30 '15 at 07:33
  • It is not working. I installed Emma but even Emma can't connect to my phone – Jean Y.C. Yang Jul 30 '15 at 07:55
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.

Jeel Vankhede
  • 11,592
  • 2
  • 28
  • 58
Nisargi Joshi
  • 286
  • 3
  • 12
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

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.

R M
  • 542
  • 4
  • 11
0

It does not work if USB tethering is on.

Venkat Kotra
  • 10,413
  • 3
  • 49
  • 53