diff options
Diffstat (limited to 'docs/html/resources/faq/troubleshooting.jd')
-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> |