adb devices
adb devices
接続端末の一覧を出力
adb install
adb install [パッケージ名]
対象パッケージをインストール
adb uninstall
adb uninstall [パッケージ名]
対象パッケージをアンインストールする
adb shell amf orce-stop
adb shell am force-stop [パッケージ名]
アプリプロセスを終了
adb shell pidof
adb shell pidof [パッケージ名]
パッケージのpidを出力
adb shell kill
adb shell kill -9 [PID]
PIDを終了
https://developer.android.com/tools/adb?hl=ja