diff options
author | Scott Main <smain@google.com> | 2012-02-09 10:09:14 -0800 |
---|---|---|
committer | Scott Main <smain@google.com> | 2012-02-09 12:45:16 -0800 |
commit | 52bfc243684b2f340da326aaa38e9021e4e3b2e6 (patch) | |
tree | d4f54b539bf5125f8e4f5aac3a7577cc08703559 /docs/html/resources/faq | |
parent | 09ff04d7893a9f49e478bb732ce1ea1b17662a3b (diff) | |
download | frameworks_base-52bfc243684b2f340da326aaa38e9021e4e3b2e6.zip frameworks_base-52bfc243684b2f340da326aaa38e9021e4e3b2e6.tar.gz frameworks_base-52bfc243684b2f340da326aaa38e9021e4e3b2e6.tar.bz2 |
docs: fix misc doc bugs from external issue tracker
Change-Id: If6ff3476670e42b321d56d4a1482ccff96d4d500
Diffstat (limited to 'docs/html/resources/faq')
-rw-r--r-- | docs/html/resources/faq/troubleshooting.jd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/resources/faq/troubleshooting.jd b/docs/html/resources/faq/troubleshooting.jd index 05a7dda..f19f5ec 100644 --- a/docs/html/resources/faq/troubleshooting.jd +++ b/docs/html/resources/faq/troubleshooting.jd @@ -222,8 +222,8 @@ the adb tool. Here's how to do that:</p> <ol> <li>In a terminal, change to the tools directory of the SDK.</li> - <li>If no emulator instance is running, start an emulator using using the command <code>emulator &</code>.</li> - <li>Uninstall the preinstalled app using the command <code>adb uninstall com.android.samples</code>.</li> + <li>If no emulator instance is running, start an emulator using using the command <code>emulator</code>.</li> + <li>Uninstall the preinstalled app using the command <code>adb uninstall com.example.android.apis</code>.</li> <li>Reinstall the app using the command <code>adb install <path to the ApiDemos.apk></code>. If you are working in Eclipse/ADT, you can just compile and run the app in the normal way. </li> </ol> |