android monkey runner scripts

前端 未结 6 1454
终归单人心
终归单人心 2021-02-14 11:05

i am tryig to execute a sample python program through monkey runner command prompt and it is throwing an error

Can\'t open specified script file
Usage: monkeyrun         


        
6条回答
  •  没有蜡笔的小新
    2021-02-14 11:45

    try using something like

    ...\tools>monkeyrunner -v ALL first.py
    

    where first.py was my sample python script which I copied into tools folder of android SDK (the place where monkeyrunner.bat is located)

提交回复
热议问题