The AVD Manager in Android Studio doesn\'t show my device but adb devices
does show it. Am I missing something obvious here?
I have found that what works for me is:
CD
to your sdk platform-tools folder
Check if adb sees your device
./adb devices
If it displays 'List of devices attached' and a blank line below, then restart adb as follows:
./adb kill-server
./adb start-server
then re-run ./adb devices
and see if it picks up the device, eg as follows:
List of devices attached
015d2bc285601c0a device