The AVD Manager in Android Studio doesn\'t show my device but adb devices does show it. Am I missing something obvious here?
adb devices
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!