micromax a111 is not detected by adb

前端 未结 6 805
故里飘歌
故里飘歌 2021-02-10 15:29

Recently i\'ve purchased micromax a111 android device. I am android developer. So tried this device for debugging option. But the adb is not able to detect the device. I have ch

6条回答
  •  终归单人心
    2021-02-10 16:21

    Find the device vendor id, it would be like 0x1A9A. Add that vendor id to adb_usb.in located at C:\Users[Login-User].android\

    the .android folder might not be visible as it is an hidden folder.

    Restart the adb by following command adb kill-server adb devices

    and you will be able to see your device.

提交回复
热议问题