How do I start an apk on the emulator from the console? I wasn't able to find the correct command.
I have an Ubuntu running in a VM and there the emulator. I now try to install (adb install App.apk -works!) and run it from commandline.
Thanks in advance!
Nicely described here: http://www.android.pk/blog/general/launch-app-through-adb-shell/
to install:
Now to run:
sample launch code