Android 4.2.2 adb can't find devices

后端 未结 14 1962
天涯浪人
天涯浪人 2021-02-05 08:01

With the new update to 4.2.2 to my Galaxy Nexus and Nexus 7, I can\'t find both my devices under adb.

These are the steps I took:

  • Updated to 4
14条回答
  •  醉话见心
    2021-02-05 08:35

    In case it helps someone else arriving here, I had this problem with a ZTE phone.

    I tried installing the driver based on the offical list here but in Device Manager the driver was marked as not installed correctly.

    In the end I found the way to make this work was:

    1. Press Menu Button
    2. Choose "Connect to PC"
    3. Choose "Default connect type"
    4. Choose "Install Driver"
    5. Plug in phone and on PC select option to install the driver
    6. Then change "Default connect type" to "PC software"

    After doing this I was able to do:

    adb kill-server
    adb start-server
    adb devices
    

    and view my device.

提交回复
热议问题