...
Cuttlefish allows user to use command line interface (CLI) to launch Android images on Cuttlefish virtual platform, it provides the command launch_cvd
for this purpose.
There have two The prerequisites for using the launch_cvd
: the is Cuttlefish package. The package which contains binaries and utilites and Android image package. We can download the Android prebuilt packages Cuttlefish package for Arm64 via http://ci.android.com/, then search the branch aosp-main-throttled
and select the device target aosp_cf_arm64_only_phone-trunk_staging-userdebug
.
After downloading and uncompress the packagesCuttlefish package, combining with Android images, we can use execute the launch_cvd
command to boot up Android on Cuttlefish:
...