Running Monkeyrunner by pydev

Hi, I want to run python scripts developed by Monkeyrunner in setting up Eclips-Pydev. I installed Jython and matched the Jython interpreter and added Monkeyrunner.jar to Pydev. But still I cannot import the com.android.monkeyrunner package into Pydev.
Any help?
Regards,
ram

+5
source share
1 answer

First you must set the path to the monkey, which:

export PATH=/home/<Directory name where android-sdk is located>/android-sdk-linux_x86/tools:$PATH

After that, open a terminal and run the monkeyrunner command

+1
source

All Articles