summaryrefslogtreecommitdiffstats
path: root/docs/html/resources/faq
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2012-02-09 10:09:14 -0800
committerScott Main <smain@google.com>2012-02-09 12:45:16 -0800
commit52bfc243684b2f340da326aaa38e9021e4e3b2e6 (patch)
treed4f54b539bf5125f8e4f5aac3a7577cc08703559 /docs/html/resources/faq
parent09ff04d7893a9f49e478bb732ce1ea1b17662a3b (diff)
downloadframeworks_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.jd4
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 &lt;path to the ApiDemos.apk&gt;</code>. If you are
working in Eclipse/ADT, you can just compile and run the app in the normal way. </li>
</ol>