在你平时存放脚本的地方,新建一个debug文件
将命令adb shell am start -a carspeechservice.action.debug 拷贝到文件中
如果直接运行./debug
会提示权限不允许
zsh: permission denied: ./debug
执行命令
chmod +xu debug
然后再运行即可
如果你使用是bash shell,则再~/.bash_profile中添加debug文件路径
如果使用的是zsh shell,则在~/.zshrc中添加路径
运行source /.bash_profile 或者./zshrc即可立即使用