Device was detected by adb but not android studio
Subaru ascent led interior lights
Android Studio is now ready to work with ADB. Test by opening the Device File Explorer (this is a vertical tab on the very right bottom edge of AS), or test by selecting the Attach debugger to Android Process button, and you should see your Android Device. If ADB doesn't communicate with your Android device, check to see if you have installed ...
To verify that you have successfully setup ADB and fastboot, open up a command prompt (press Windows key + R-> type in cmd-> OK) and enter “adb version” (without quotes). If it returns something like “Android Debug Bridge version x.x.xx“, then your ADB and Fastboot are all-ready. Congrats! You are ready to rock!