commit | 9118c0e8e0283c806f1127e7eee42a31ac9cc8b1 | [log] [tgz] |
---|---|---|
author | Cody Schuffelen <[email protected]> | Mon Oct 28 00:16:17 2019 -0700 |
committer | android-build-merger <[email protected]> | Mon Oct 28 00:16:17 2019 -0700 |
tree | 62c892f3939a6b0b348bcb0cb5c08c04d76a251e | |
parent | fe315442c9a08e8696b0d4bf5702ff2d98410c20 [diff] | |
parent | 078cf3301d0a4474a7530319e2c2e992974d6b17 [diff] |
Revert "Add extra VNDK versions to cuttlefish targets" am: d2c1aee627 am: 47b788bfec am: 7acfbce396 am: 078cf3301d Change-Id: I67abb6eb2ec383a2b5c86fe285342c0b29fd3df9
git clone https://github.com/google/android-cuttlefish cd android-cuttlefish debuild -i -us -uc -b sudo dpkg -i ../cuttlefish-common_*_amd64.deb sudo apt-get install -f
aosp-master
if you don‘t know what you’re looking foraosp_cf_x86_phone
and click on userdebug
for the latest buildArtifacts
aosp_cf_x86_phone-img-xxxxxx.zip
-- it will always have img
in the name. Download this filecvd-host_package.tar.gz
. You should always download a host package from the same build as your images.mkdir cf cd cf tar xvf /path/to/cvd-host_package.tar.gz unzip /path/to/aosp_cf_x86_phone-img-xxxxxx.zip
Launch cuttlefish with:
$ HOME=$PWD ./bin/launch_cvd
Stop cuttlefish with:
$ HOME=$PWD ./bin/stop_cvd
You can use adb
to debug it, just like a physical device:
$ ./bin/adb -e shell
You can use the TightVNC JViewer. Once you have downloaded the TightVNC Java Viewer JAR in a ZIP archive, run it with
$ java -jar tightvnc-jviewer.jar -ScalingFactor=50 -Tunneling=no -host=localhost -port=6444
Click “Connect” and you should see a lock screen!