The AVD Manager in Android Studio doesn\'t show my device but adb devices
does show it. Am I missing something obvious here?
If you use Samsung you can download and install the device driver from Samsung.
Note
You need to enable ADB mode(Like the eleventh comment)
You need to set Target in Android Studio to "Open Select Deployment Target" Dialog. To set Target : Run > Edit Configurations > Targets > Open Select Deployment Target Dialog
I know it sounds crazy but i just reboot my phone while was connected and it appears
Try changing mode of usb connection to midi devices. Thats what worked for me.
After spending some time I found the problem was to enable USB debugging option to on. Just find in your mobile Settings->Developer Option->USB debugging. Just enable it and it works. It might help someone!
Be sure that you have downloaded the correct API for the version you device is using. After updating your device's Android version or switching to a different device you may not have the correct API downloaded on Android Studio. To do this:
Check your devices Android OS version by going to Settings>About Phone>Android Version
Make sure you have the correct API installed in Android Studio in the SDK Manager
while doing all this don't forget to increase the sleep time, so that if the device prompts for authentication on the mobile device you know that the connection is succeeded.
Try 1:
Installing Google USB Driver from Developersdeveloper.android.com didn't work for me.
Try 2:
Try 3:
Try 4:
Try 5: