diff options
| author | 2015-01-06 18:15:54 +0000 | |
|---|---|---|
| committer | 2015-01-06 18:15:54 +0000 | |
| commit | dc649c8da46dc1cc2ac7df41ddde0f28c64db687 (patch) | |
| tree | 694c3954834609fdc014aa0d793f2678937b009b | |
| parent | 14694d6e6d8852bbf0591787e0f84627921996c9 (diff) | |
| parent | 8a195822e264754f08f43322348ebce273f72c40 (diff) | |
am 8a195822: Merge "docs: Added explicit filepath for Android Media Browser and Android Messaging simulators. bug: 18759727" into lmp-docs
* commit '8a195822e264754f08f43322348ebce273f72c40':
docs: Added explicit filepath for Android Media Browser and Android Messaging simulators. bug: 18759727
| -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 8abe5c5d46fa..54500ac6db0c 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: |