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
Post a Comment