內容目錄
Intel AAOS 套餐的驗證
- Intel 版的 Cuttlefish 可以用 WebRTC 使用 daemon 模式開啟虛擬系統,比 VNC好用快速,且可以使用主機周邊。
# 1. 設定AOSP環境
cd ~/aosp
. build/envsetup.sh
# 2. 選套餐: 11 號套餐是 aosp_cf_x86_64_auto-userdebug
lunch 11
# 3. 編譯,可以先用全速,再依照系統保險速度編譯
m -j all; m-j14 all
# 4. 運行模擬器
launch_cvd --daemon
# 5. 在瀏覽器中,打開模擬終端。車機示範會有兩個螢幕:
https://localhost:8443

留言