<div dir="ltr"><div><div><div><div>Hi folks,<br><br></div>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:<br><br>
<a href="http://stackoverflow.com/questions/7502011/emulator-not-showing-in-adb-devices">http://stackoverflow.com/questions/7502011/emulator-not-showing-in-adb-devices</a><br><br><br></div>So I restart the adb server and then the emulator shows up when you run "adb devices":<br>
<br>$ adb kill-server<br>$ adb start-server<br>* daemon not running. starting it now on port 5037 *<br>* daemon started successfully *<br><br>$ adb devices<br>List of devices attached <br>emulator-5554 device<br><br><br>
Then to install the app:<br><br>$ adb install bin/KiwiViewer-debug.apk <br>2405 KB/s (9992061 bytes in 4.056s)<br> pkg: /data/local/tmp/KiwiViewer-debug.apk<br>Success<br><br><br></div>That's it! Sorry it didn't work out in the webinar.<br>
<br></div>Pat<br></div>