I am trying to build a program with Eclipse that will send touch events via MonkeyRunner to an Android phone. However, I can't figure out how to get MonkeyRunner to work. I searched for questions similar to mine and found that there were several .jar dependencies, and I added them to Libraries under the Java Build Path, but it still fails (cannot be resolved) to do
import com.android.monkeyrunner.adb.AdbBackend;
import com.android.monkeyrunner.core.IMonkeyDevice;
import com.android.monkeyrunner.core.TouchPressType;
What else am I missing besides adding the .jars to the libraries?