[Ves] Emulator follow up to webinar

Pat Marion pat.marion at kitware.com
Thu Jun 13 15:05:53 EDT 2013


Hi folks,

After the webinar I googled for the emulator issue.  The top hit on google
is this stackoverflow answer, which says you just need to restart the adb
server:

http://stackoverflow.com/questions/7502011/emulator-not-showing-in-adb-devices


So I restart the adb server and then the emulator shows up when you run
"adb devices":

$ adb kill-server
$ adb start-server
* daemon not running. starting it now on port 5037 *
* daemon started successfully *

$ adb devices
List of devices attached
emulator-5554    device


Then to install the app:

$ adb install bin/KiwiViewer-debug.apk
2405 KB/s (9992061 bytes in 4.056s)
    pkg: /data/local/tmp/KiwiViewer-debug.apk
Success


That's it!  Sorry it didn't work out in the webinar.

Pat
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/ves/attachments/20130613/690e002e/attachment.htm>


More information about the Ves mailing list