android adb与模拟器相关(持续更新)
adb disable-verity
adb reboot
adb root
adb remount
mount -o remount rw /system
adb shell mount -o bind /system /system
adb shell mount -o rw,remount /
emulator -list-avds
emulator -avd Pixel_2_API_30 -writable-system
adb disable-verity
adb reboot
adb root
adb remount
mount -o remount rw /system
adb shell mount -o bind /system /system
adb shell mount -o rw,remount /
emulator -list-avds
emulator -avd Pixel_2_API_30 -writable-system