To get started with Android development, I use the todos sample application from the percolation studio. From the Ubuntu 14.04 console running on VMWare Workstation 10, I can successfully launch the todos application
gbdmeteor@ubuntu :~/todophone/todos$ meteor run android Starting android emulator [[[[[ ~/todophone/todos ]]]]] => Started proxy. => Started MongoDB. => Started Cordova (android). => Started your app. => App running at: http://localhost:3000/
this launches the Android emulator, but I cannot find / launch the target application (todos) in the emulator. What am I missing?
source share