adb如何连接mumu模拟器并修改Android ID
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