Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Running Monkeyrunner from pydev

Hi I want to run python scripts developed from Monkeyrunner in Eclips-Pydev setup. I have installed Jython and mapped the Jython interpreter and added the Monkeyrunner.jar to Pydev also.
But still I'm not able to import com.android.monkeyrunner package in Pydev.
Any Help??
Regards,
ram

like image 658
ram Avatar asked Nov 14 '22 22:11

ram


1 Answers

At First You have to set the path of monkeyrunner which is :

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

After that open your terminal and run the command monkeyrunner

like image 105
Android Boy Avatar answered Dec 27 '22 11:12

Android Boy