jacaline,
*
*
*Is it like,*
*
*
*You made new workspace, and created first TestProject in it? *
*
*
*If this is so, make new workspace, create an Android Sample Project in it
first (you can also use any from android sample projects bundled with SDK)
& run it. *
*
*
*Now follow Robotium tutorials, it should work now. *
*
*
On Sunday, May 6, 2012 4:36:27 PM UTC+5, jacaline wrote:
> 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.