以下命令失败并终止程序。adb shell命令试图启动应用程序,我的理解是正确的吗?
adb shell "am start -S -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000 -n com.test.test"
Logcat terminated with code 0, signal null
UiAutomator exited
Error: Command failed: adb ...
/bin/sh: /path/to/adb No such file or directory发布于 2016-02-03 16:10:48
尝尝这个
adb shell "am start -S -a android.intent.action.MAIN -n com.test.test/android.intent.category.LAUNCHER"https://stackoverflow.com/questions/35160449
复制相似问题