Monkey命令一次执行所有包
我使用以下命令来执行特定包:
adb shell Monkey -v -p com.google.android.apps.maps 500
adb shell Monkey -p com.google.android.voicesearch 10
Q-1:但我想执行所有批处理模式的软件包,有人可以建议吗? 我使用了一个过程,例如将所有单独的命令放入批处理文件中并执行,但在第一个命令执行后它不起作用。
Q-2:您能否建议仅通过手机进行随机击键的命令是什么?
提前致谢 !!!
I am using following command to execute specific package:
adb shell monkey -v -p com.google.android.apps.maps 500
adb shell monkey -p com.google.android.voicesearch 10
Q-1: But I want to execute all the packages in batch mode,can anyone please suggest?
I have used a process like putting all the individual commands in batch file and executing but it is not working after first command execution.
Q-2: Can you please suggest what is the command only to put random key strokes through out the phone?
Thanks in Advance !!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试编写一个猴子脚本(例如test.txt):
然后通过调用运行它
You could try writing a monkey script (eg. test.txt):
and then run it by calling