Android Studio wont recognize Nexus 7 as device

↘锁芯ラ 提交于 2019-12-05 15:54:25

I got it!

This was at least the issue in my case, I hope maybe this will help someone someday, apparently I had not installed the adb driver properly:

Search for Device Manager from the search bar on the start screen Open Device manager, click on your Android device Select"Update Driver Software"

BOOM. Now Android Studio recognizes the device. I know this may not be the solution for everyone, but its worth a shot if you are having trouble testing apps on your device.

Between upgrading my second-gen Nexus 7 to Android 5.0.x and Android Studio leaving beta I lost the ability to debug on my tablet.

To get this working again I used a combination of the above advice.

I grabbed a copy of the USB Driver from Asus, but updating the Device in Device Manager and pointing to the unzipped files wasn't enough.

The next step was to point Device Manager to the Android Studio sdk directory (on a 64-bit Windows 8 install that was C:\Program Files (x86)\Android\sdk - beta versions of Android Studio - or %localappdata%\Android\sdk - switched to in 1.x) and then things worked just fine again.

Another possible reason that you may not be able to connect is: Don't forget to enable debugging mode in Android setting.

I have had the same problem, although just getting started with my Nexus 5 and windows 7. I installed google usb driver package using SDK manager first, computer recognized phone but studio could not find it. Went in to manually update driver for phone but update driver couldnt find it, downloaded driver separately and pointed it to directory path, driver installed then studio found it and ran fine.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!