HI there,
I am new in Robotium as well as in Eclipse.
I try running the tutorial in
http://code.google.com/p/robotium/wiki/RobotiumTutorials
and I follow step by step written in "Test Sample Android Application
with Robotium" but until step5 : Run test case->Right click on
TestMain.java file select Run As option and then click on Android
Junit Test. It will start running Junit test.
, I have error message appear as below:
E/dalvikvm(1130): Could not find class
'com.jayway.android.robotium.solo.Solo', referenced from method
com.calculator.test.TestMain.setUp
May I know how can I solve this problem?
thank you for your time.