diff options
author | Quddus Chong <quddusc@google.com> | 2015-01-07 10:17:45 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-01-07 10:17:45 +0000 |
commit | 2c9d203c4a167344bcac8dabf31eae27489214b0 (patch) | |
tree | d6f75d810c237131f64d0e06f1a07401a85f3d0d /docs | |
parent | 585be9c01455a44f467c11aaf0150b4e7393ee59 (diff) | |
parent | dc1db5bf5413bc432c77910d11c15b0442b27ace (diff) | |
download | frameworks_base-2c9d203c4a167344bcac8dabf31eae27489214b0.zip frameworks_base-2c9d203c4a167344bcac8dabf31eae27489214b0.tar.gz frameworks_base-2c9d203c4a167344bcac8dabf31eae27489214b0.tar.bz2 |
am dc1db5bf: am bc8b0541: am 96f11258: am dc649c8d: am 8a195822: Merge "docs: Added explicit filepath for Android Media Browser and Android Messaging simulators. bug: 18759727" into lmp-docs
* commit 'dc1db5bf5413bc432c77910d11c15b0442b27ace':
docs: Added explicit filepath for Android Media Browser and Android Messaging simulators. bug: 18759727
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/training/auto/start/index.jd | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/html/training/auto/start/index.jd b/docs/html/training/auto/start/index.jd index 8abe5c5..54500ac 100644 --- a/docs/html/training/auto/start/index.jd +++ b/docs/html/training/auto/start/index.jd @@ -179,7 +179,8 @@ to <strong>Settings > About > Android Version</strong>.</p> <ol> <li>Install the Android Media Browser simulator -({@code media-browser-simulator.apk}) on the test device. You can do this using +({@code <sdk>/extras/google/simulators/media-browser-simulator.apk}) on +the test device. You can do this using the <a href="{@docRoot}tools/help/adb.html#move">adb</a> command line tool.</li> <li>Enable <a href="{@docRoot}tools/device.html#device-developer-options"> developer options</a> on the test device.</li> @@ -193,7 +194,8 @@ appears in Auto. If your app does not appear, stop the simulator from <p>To run and test messaging apps:</p> <ol> -<li>Install the Android Messaging simulator ({@code messaging-simulator.apk}) +<li>Install the Android Messaging simulator + ({@code <sdk>/extras/google/simulators/messaging-simulator.apk}) on the test device. You can do this using the <a href="{@docRoot}tools/help/adb.html#move">adb</a> command line tool.</li> <li>Enable the simulator to read notifications posted on the system: |