mayank-gokarna / apps-for-android

This repository is a collection of sample applications for the Android platform. Please see the README.TXT files in the individual project directories, and check the Android blog for more information:
Apache License 2.0
6 stars 0 forks source link

WikiNotes Installation not showing up immediately in Emulator #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
After installation, using adb install the WikiNotes app icon did not show
up in the emulator. Stopping and restarting the emulator did the trick.

Original issue reported on code.google.com by intellib...@gmail.com on 5 Mar 2008 at 6:47

GoogleCodeExporter commented 8 years ago
This happens sometimes with the emulator/eclipse plugin and is not limited to
WikiNotes. Usually a reset adb works (from inside of the DDMS perspective) but 
the
surest way is to quit both the emulator and eclipse, and then run adb 
kill-server
from the command line. It should then work just fine.

Original comment by dickw...@gmail.com on 10 Mar 2008 at 11:11