題記にある通り、Android Automotive OSをWSL2上で動くUbuntuでビルド&エミュレートする方法を調べています
とりあえず、試したことおよび現状は以下の通りです
- Windows 10のWSL2上にUbuntu-20.04をインストール => DONE
- WSL2上のUbuntu-20.04でAOSPのリポジトリからソースをダウンロード&ビルド =>DONE
- WSL2上のUbuntu-20.04でビルドしたaosp_car_x86_64-userdebugをemulatorコマンドを実行 => うまくいかない
emulatorコマンドを実行したときのメッセージは以下の通りです
emulator: WARNING: Couldn't find crash service executable /home/XXXXXXXXXX/work/aosp/prebuilts/android-emulator/linux-x86_64/emulator64-crash-service emulator: WARNING: system partition size adjusted to match image file (2562 MB > 800 MB) emulator: ERROR: x86_64 emulation currently requires hardware acceleration! Please ensure KVM is properly installed and usable. CPU acceleration status: KVM requires a CPU that supports vmx or svm
そもそもWSL2上で動かしてるUbuntu上でAndroidのエミュレートって可能なのでしょうか?
ちなみに、以下のコマンドをUbuntu上で実行しましたが、結果は0でした
egrep -c '(vmx|svm)' /proc/cpuinfo
動かすためには、何かの設定を変えればいいのか、そもそも何をやっても無理(PCに直接Ubuntuをインストールしないと無理)なのか
ハードウェア的に無理なのか、どれに該当しますでしょうか?
あなたの回答
tips
プレビュー