Getting Android Device Identifier From ADB and Android SDK

前端 未结 12 934
一生所求
一生所求 2021-01-30 17:24

I am looking for the easiest way to get a unique android device identifier from both the Android adb and the Android ADK itself.

For example, when i use the adb \'devi

12条回答
  •  遇见更好的自我
    2021-01-30 17:58

    To find everything about connected usb device on ubuntu use below command lsusb -v
    See the link it will give u device id like Bus 001 Device 005: ID 18d1:4ee7 Google Inc. So use first four "18d1" to add android usb rules

提交回复
热议问题