Android studio 没有在“选择设备"下列出我的手机
刚开始Android开发;在日本购买了 Nexus 5,但有英文版的 android(大概应该无关紧要).我在 Windows 8.1 上安装了 Android Studio 以尝试制作应用程序,但现在我在选择设备"下看不到我的手机.我启用了开发者模式并选择了USB 调试".我还需要做些什么才能让 Android Studio 查看我连接的设备?
Just starting out with Android development; have a Nexus 5 bought in Japan, but with English version of android (presumably shouldn't matter). I installed Android Studio on Windows 8.1 to try making an app, but now I don't see my phone under "Choose Device". I've enabled developer mode and selected 'USB debugging'. Is there something else I need to do to get Android Studio to see my connected device?
您是否为手机安装了驱动程序?http://developer.android.com/sdk/win-usb.html
Have you installed drivers for the phone? http://developer.android.com/sdk/win-usb.html
sdk 似乎没有安装"USB 驱动程序.你可以在sdk中选择那个usb驱动,查看文件位置,打开,右键自己安装驱动.
It appears that the the sdk does not "install" the USB drivers. You can select that usb drivers in the sdk to see the file location, open that up, and right click to install the driver yourself.
- 文件 -> 设置 -> Android SDK -> SDK 工具 -> Google USB 驱动程序 -> 右键单击 -> 安装
- 确保选中 Google USB 驱动程序.
如果以上不起作用,@Abir Hasan 在下面的答案中似乎有另一种方法.
If above doesn't work, @Abir Hasan appears to have another method in answers below.