android - Launch any application on emulator via terminal -


how launch application via terminal or command shell on android emulator engine? example, if want start game, how do via terminal or command shell?

anyone appreciated.

thanks,

sam.

you can use am start command trough adb. example browser app floating around internet:

am start -a android.intent.action.main -n com.android.browser/.browseractivity  

Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -