android emulator sdk 10 api 29 won't start after remount and reboot

前端 未结 1 1104
时光说笑
时光说笑 2021-02-09 01:18

I\'m running into strange behaviour when trying to remount device with SDK 10 and API 29, after the remount the emulator hang (device offline) To reproduce:

1条回答
  •  情深已故
    2021-02-09 01:33

    I succeded with

    adb root
    adb shell avbctl disable-verification
    adb reboot
    adb root
    adb remount 
    

    0 讨论(0)
提交回复
热议问题