Lines Matching full:adb
11 <li><a href="#nodevice">ADB reports "no device" when an emulator is running</a></li>
68 <a name="nodevice"></a><h2>ADB reports "no device" when an emulator is running</h2>
69 <p>Try restarting adb by stopping it (<code>adb
70 kill-server</code>) then any other adb command to restart it.</p>
86 <li>Did you send your .apk file to the device (<a href="{@docRoot}guide/developing/tools/adb.html#move">adb install</a>)?</li>
87 <li>Run logcat on your device (<code>adb logcat</code>)
103 <p>Did you remember to send your .apk file to the device (<a href="{@docRoot}guide/developing/tools/adb.html#move">adb
144 <li>Select <code>Reset ADB</code> from the menu, and then try running the
188 <pre>adb kill-server </pre>
212 [2008-08-13 15:14:15 - ApiDemos] Please execute 'adb uninstall com.android.samples' in a shell.</pre>
220 the adb tool. Here's how to do that:</p>
225 <li>Uninstall the preinstalled app using the command <code>adb uninstall com.example.android.apis</code>.</li>
226 <li>Reinstall the app using the command <code>adb install <path to the ApiDemos.apk></code>. If you are
234 <pre>adb -s emulator-5556 install</pre>
236 <p>For more information about adb, see the <a href="{@docRoot}guide/developing/tools/adb.html">Android Debug Bridge</a>
253 [2009-12-10 14:57:19 - GestureBuilderActivity]Please execute 'adb uninstall com.android.gesture.builder' in a shell.</pre>
256 <li><p>Running <code>adb uninstall com.android.gesture.builder</code> fails:</p>
257 <pre>$ adb uninstall com.android.gesture.builder