[android-developers] problem running Monkeyrunner script in ubuntu

2012-06-04 Thread Amey Bapat
HELLO PEOPLE, well i have wriiten a sample python script in my eclipse. now i need to run it on my emulator. this is whr i am getting stuck.. dis is the blog i followed to make it work http://goravsingal.hubpages.com/hub/Android-UI-Automation-with-Python where dey say this is to be done.. Open

Re: [android-developers] problem running Monkeyrunner script in ubuntu

2012-06-04 Thread Mark Murphy
For command-line development on Ubuntu, put your SDK tools/ and platform-tools/ directories in your PATH. At that point: monkeyrunner path/to/your/script.py should work. On Mon, Jun 4, 2012 at 6:17 AM, Amey Bapat amey.n.ba...@gmail.com wrote: HELLO PEOPLE,  well i have wriiten a sample python