for installation:
adb -e install -r "your-apk-file-complete-path"
Now to run:
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>
code run sample
am start -a android.intent.action.MAIN -n com.abhi.ui/com.abhi.ui.LaunchIt
source share