
Untitled
By: a guest on
May 13th, 2012 | syntax:
None | size: 0.45 KB | hits: 13 | expires: Never
How to run apk from commandline in emulator
adb -e install -r "your-apk-file-complete-path"
am [start|instrument]
am start [-a <action>] [-d <data_uri>] [-t <mime_type>]
[-c <category> [-c <category>] ...]
[-e <extra_key> <extra_value> [-e <extra_key> <extra_value> ...]
[-n <component>] [-D] [<uri>]
am instrument [-e <arg_name> <arg_value>] [-p <prof_file>]
[-w] <component>
am start -a android.intent.action.MAIN -n
com.abhi.ui/com.abhi.ui.LaunchIt