[back]

2024-02-29 16:28:27 +09:00

備忘録(Android Studio Emulator)

ファイルを仮想デバイスに渡したい

D&Dで仮想デバイスのDownloadフォルダに送れる。apkならそのままインストールされる

/systemをmountできない

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

いろいろやってたら起動しなくなった

~/.android/avd/{仮想デバイス}.avd/system.img.qcow2をリネームor削除