Android adb命令获取设备id
方式很多,以下均可获得Android device id:
adb shell settings get secure android_id
adb shell 'settings get secure android_id'
adb devices -l
adb shell content query --uri content://settings/secure --where "name=\'android_id\'"