Skip to content

Instantly share code, notes, and snippets.

View johnny77221's full-sized avatar

John Hsu johnny77221

  • Shekinah Bread of Life Christian Church
  • Taipei, Taiwan
  • X @johnny77221
View GitHub Profile
@johnny77221
johnny77221 / steps.txt
Created August 30, 2022 03:35
安裝CuttleFish在Ubuntu 20.04LTS上
安裝環境: Ubuntu 20.04 LTS
確認CPU支援虛擬技術 (回傳非零結果)
grep -c -w "vmx\|svm" /proc/cpuinfo
sudo apt install -y git devscripts config-package-dev debhelper-compat golang
git clone https://github.com/google/android-cuttlefish
cd android-cuttlefish
debuild -i -us -uc -b -d
# 這邊注意不需要安裝全部編譯出的deb
dpkg -i ../cuttlefish-base_*_*64.deb