I have a build server and I would like to run a monkeyrunner script on many devices simultaneously once the build is ready.
I found here a way to connect to the devices over tcp
so I connected to a device and successfuly ran "adb monkey", "adb shell ls",...
when i run the monkeyrunner i get errors - it can't connect.
here is another guy that looks for a solution
is it a bug in the monkeyrunner? is there a workaround?
is there other tool I can use?