commit | 57b7a915c7015e369f9a16075483131767315f88 | [log] [tgz] |
---|---|---|
author | Michael Butler <[email protected]> | Thu Oct 17 16:00:00 2019 -0700 |
committer | android-build-merger <[email protected]> | Thu Oct 17 16:00:00 2019 -0700 |
tree | 9f2e597869434b6327490db54c5e7c629043bf3c | |
parent | dddabf1f9d3d3904fa0f932acb8df0a06596ab38 [diff] | |
parent | 621d633b1fd204a3d7d1f8a2297c391667d6e578 [diff] |
Merge "Update cuttlefish to use 1.3 NNAPI sample drivers" am: 621d633b1f Change-Id: I7d1dcc76a8ec0d25b05878383917257e7ec718c9
Go to http://ci.android.com/
Enter a branch name. Start with aosp-master
if you don‘t know what you’re looking for
Navigate to aosp_cf_x86_phone
and click on userdebug
for the latest build
Click on Artifacts
Scroll down to the OTA images. These packages look like aosp_cf_x86_phone-img-xxxxxx.zip
-- it will always have img
in the name. Download this file
Scroll down to cvd-host_package.tar.gz
. You should always download a host package from the same build as your images.
On your local system, combine the packages:
$ 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!