commit | 3420b56f9a400c146057ac4ba98a75fb57f84a3e | [log] [tgz] |
---|---|---|
author | Alistair Delva <adelva@google.com> | Mon Oct 28 21:35:29 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Mon Oct 28 21:35:29 2019 -0700 |
tree | 2c5dfddabb00ae1bd5ae97acf6a0de9f300dbb98 | |
parent | 9118c0e8e0283c806f1127e7eee42a31ac9cc8b1 [diff] | |
parent | 354a7fc4881b47a9ec934b6593bf2a16fe3aa64c [diff] |
Merge "Re-submit "Cleanup RRO enforcement in mainline device makefiles"" am: 5eb63d4090 am: 443c076ec0 am: b446f14690 am: 354a7fc488 Change-Id: Ia8adbcb28546d0d09bedbd4d329065e6efe294b1
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!