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
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)
first.py
monkeyrunner.bat