Android studio doesn't list my phone under “Choose Device”

前端 未结 13 2050
离开以前
离开以前 2020-12-02 22:34

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

13条回答
  •  臣服心动
    2020-12-02 23:29

    Have you installed drivers for the phone? http://developer.android.com/sdk/win-usb.html

    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.

    • File -> Settings -> Android SDK -> SDK Tools -> Google USB Driver -> Right click -> Install
      • Ensure that Google USB driver is checked.

    If above doesn't work, @Abir Hasan appears to have another method in answers below.

提交回复
热议问题