M. Solomonik
M. Solomonik

Reputation: 71

Android studio does not recognize phone

I am new to android development and am trying to run a test app on my android phone. But it will not detect my device when I click "run". I have tried to go through the OEM USB driver installation but it always says "Windows has determined that the best driver for this device is already installed. There may be better drivers on Windows Update or on the device manufacturer's website." When I unclick "Include subfolders" it says "The location you specified does not contain any driver package (.INF) files." I have tried other methods through device manager of installing OEM USB driver software, both selecting the directory C:\Users\My name\AppData\Local\Android\Sdk\extras\google\usb_driver and the one where I installed the samsung usb driver. I have been attempting to follow this link: https://developer.android.com/studio/run/oem-usb which is where android studio sent me.

Upvotes: 0

Views: 237

Answers (2)

MetaSnarf
MetaSnarf

Reputation: 6187

Lets try the most obvious one. Have you enabled usb debugging on your phone yet? When I was starting android this has happened to me. If not enable it through your phone's Settings> Developer Options> Usb Debugging.

If the Developer options is not yet shown, tap the Build Number seven times to show it.

Build number is mostly found on About> Software Information.

Upvotes: 2

SSB
SSB

Reputation: 1034

You need to enable USB debugging in your device too, refer this link for process https://developer.android.com/studio/debug/dev-options

Upvotes: 0

Related Questions