commit | 78dba895546ee54375f3d6b541e0281eaeb65765 | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Fri Jun 05 23:07:40 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jun 05 23:07:40 2020 +0000 |
tree | 9ab3f9f13222cb61463ed4533cb11fe8f3c029df | |
parent | 2ef243e7dc71f65debdf65abe4f560f794e262da [diff] | |
parent | a8b26353d803b6a16a5bd2e4f08e0fba6cedfd65 [diff] |
Merge "Maintain an instance-number-specific MAC address." into rvc-dev am: 08cf62bb43 am: a8b26353d8 Original change: https://googleplex-android-review.googlesource.com/c/device/google/cuttlefish/+/11728505 Change-Id: I46faccb0953ed93a5194f13cd61a72809372d817
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!