engineering student
engineering student

Reputation: 233

android studio doesn't see USB connected device

Just to be clear, the device isn't locked or anything and it works perfectly for my friend who has the same android studio version. The problem isn't with detecting the usb device (by the computer), I can access the device's content just perfectly so it connects correctly to my computer but not to android studio. When I try to run an application, the usb device doesn't show amongst the options. Can someone please help me with this issue, knowing that my android studio is updated.

UPDATE: the devices I used are: Samsung J2 and J3

Upvotes: 1

Views: 18413

Answers (6)

Some_North_korea_kid
Some_North_korea_kid

Reputation: 91

I have the same problem and I use Samsung too.

I fixed it by installing the device driver from Samsung which you can download from Samsung's website

Note

  1. You need to enable ADB mode(Like the second comment)

  2. You need to set Target in Android Studio to > Open Select Deployment Target Dialog

  3. to set Target : Run > Edit Configurations > Targets > Open Select Deployment Target Dialog

Upvotes: 0

Master_GoGo
Master_GoGo

Reputation: 1690

Just a Restart of Android Studio worked for me.

In my case it happened because of non-interaction in Android_Studio for long.

Else, Check with Run -> Edit Configurations -> Target.

Upvotes: -1

Asif Ghanchi
Asif Ghanchi

Reputation: 224

Have you installed Universal USB Driver, if no then you will not see any device to connect. you can also install individual company device driver.

just try Universal USB Driver to connect all devices

Download from here Universal USB Driver

Upvotes: 4

Wol Lamoseu
Wol Lamoseu

Reputation: 91

Enable your ADB in your Android

-> First go to Settings->Developer Options

-> Then On or Enable your ADB Mode

Upvotes: 0

Sachin
Sachin

Reputation: 107

Make sure usb debugging is on in your device. In Android Studio Tools->Android->Enable ADB Integration

Enable ADB Integration Then run app

Hope it will solve the problem

Upvotes: 0

Jordan
Jordan

Reputation: 733

Open the Device Manager window from the control panel in your computer. In the Others/Unknown Devices tab you would see an unknown android device. Right click on it and update the driver and re-run android studio.

Upvotes: 1

Related Questions