diff options
| -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: |