Search code examples
androidadbandroid-virtual-device

AVD android 30 stuck boot loop after remount


I'm trying to enable write access to an android emulator in order to push file into /system but I meet boot loop after using adb remount adb reboot.

I'm using avd image android 30, arc x86-64.


Solution

  • I solved this problem by disabling verify on android emulator.

    Command: adb shell avbctl disable-verification