Launch app through adb shell
This is about how to launch android application from the adb shell.
Command: am
Look for invoking path in AndroidManifest.xml
Browser app::
# am start -a android.intent.action.MAIN ...
How to Run Android Applications in Emulator
This video tutorial will show you, how to run the android applications on android emulator for testing on your desktop pc.
Special Thanks: Mr. Qasim Ali Khawaja, SEECS, NUST
