adb工具下載安裝
https://dl.google.com/android/repository/platform-tools-latest-windows.zip
參考:https://blog.csdn.net/qq951127336/article/details/82755883
adb connect 127.0.0.1:7555
adb shell
查詢Android ID
adb shell content query --uri content://settings/secure --where "name=\'android_id\'"
修改Android ID
adb shell content update --uri content://settings/secure --bind value:s:NEW_ANDROID_ID --where "name=\'android_id\'"
改變Android ID 為 f17a6c31de53bd88
adb shell settings put secure android_id f17a6c31de53bd88