commit | 10bedc45ae9a3cc3dea119a13a14d0c0f216bb72 | [log] [tgz] |
---|---|---|
author | Steven Moreland <[email protected]> | Mon Mar 30 17:33:22 2020 -0700 |
committer | Steven Moreland <[email protected]> | Mon Mar 30 17:37:49 2020 -0700 |
tree | 7a560ce166d78d2c3c91d80e9b9db173de3a2038 | |
parent | 0b7fe0bcfb4e287790bba18bf51a856202512701 [diff] |
shipping level 31, target-level 6 Updating cuttlefish to reflect an "S" device. WARNING: THIS IS COMPLETELY PROVISIONAL. The shipping API and target levels for Android S have not been finalized (or even R at this stage). These API values are only meaningful in release Android branches, and they are subject to change here at anytime. They exist here only as an integration test for the platform. Fixes: 150215458 Test: atest --test-mapping . Change-Id: Id75c1d1d477b54f035ad5e08a87cb4318660b9ae
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!