Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我如何告诉 Android Monkey Tool 它应该为无限数量的事件运行?
不幸的是,猴子的设计不适合运行无限数量的事件。
当您在猴子命令上提供参数时,它会使用这些参数来生成脚本文件,然后从文件中运行该脚本。因此,无限数量的事件将需要无限长的脚本文件。