用adb命令启动app格式:adb shell am start -n 包名/主类名
举例:
adb shell am start -n com.test.hm/com.test.hm.ui.MainActivity
用adb命令关闭已打开的app格式:adb shell am force-stop 包名
举例:
adb shell am force-stop com.test.hm
用adb命令启动app格式:adb shell am start -n 包名/主类名
举例:
adb shell am start -n com.test.hm/com.test.hm.ui.MainActivity
用adb命令关闭已打开的app格式:adb shell am force-stop 包名
举例:
adb shell am force-stop com.test.hm