[android-developers] Unable to resolve activity for: Intent

2010-05-07 Thread ste
Hi there, sorry for asking the same question again (http://groups.google.com/ group/android-developers/browse_thread/thread/c6f695eddde1b135) but I could not find an answer to this anywhere. I want to run an Activity in an InstrumentationTestCase. This is my test class: public class

[android-developers] Unable to resolve activity for: Intent

2010-05-03 Thread tim
Hi, I'm using robotium to test out ApiDemos. Below is the code snippet public class ApiDemosTest extends ActivityInstrumentationTestCase2ApiDemos{ private Solo solo; private Intent mStartIntent; public ApiDemosTest() {