当尝试使用adb shell kill强制退出某个APP时候出现operation not permitted的问题
最近在通过adb写一些自动脚本,然后在使用
adb shell kill 9146时返回了/system/bin/sh: kill: 9146: Operation not permitted的错误信息
解决方案
使用 adb shell am force-stop com.eg.android.AlipayGphone 代替即可, com.eg.android.AlipayGphone 为对应的APP包名,可以通过使用 adb shell ps 查看
评论
还没有评论。
发表评论
提交后评论将经过自动审核,审核通过后公开展示。