Android 手机上的 Monkey 命令?
我可以在模拟器上使用 Monkey 命令,但是是否可以在我用于调试的手机上启动它?
I'm ok using monkey command on the emulator but is it possible to launch it on a phone i'm using for debug?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我只需要使用 -s 选项启动猴子并传递设备的序列号(从“adb devices”命令获取),就像 -s 串行 shell 一样
i just need to launch the monkey using the -s option and passing the serial of the device (got it from the "adb devices" command) like that -s serial shell