Reputation: 233
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
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
You need to enable ADB mode(Like the second comment)
You need to set Target in Android Studio to > Open Select Deployment Target Dialog
Upvotes: 0
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
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
Reputation: 91
Enable your ADB in your Android
-> First go to Settings->Developer Options
-> Then On or Enable your ADB Mode
Upvotes: 0
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
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