I am trying to create a MonkeyRunner program in Java using Eclipse but :
import com.android.monkeyrunner.adb.AdbBackend;
import com.android.monkeyrunner.core.IMonkeyDevice;
import com.android.monkeyrunner.core.TouchPressType;
cannot be found.
Can someone point me a tutorial to import those files/jars in Eclipse?
Thanks
I guess, though it’s not very clear in your question, that your intention is to use monkey from Java, in that case you can follow the steps described in http://dtmilano.blogspot.com/2011/11/android-using-monkey-from-java.html