Hi
I want to use Robolectric and started with the Sample.
What i have done is:
git clone git://
github.com/pivotal/RobolectricSample.git
cd RobolectricSample
android update project -p .
ant maven-setup
mvn clean test
But then i got a lot of build error.
I get a lot of buildfailures like this one:
[ERROR] /Users/fabian/Documents/prog/Incubator/sourceFromOtherPeople/
RobolectricSample/src/main/java/com/pivotallabs/injected/
SampleRoboApplication.java:[4,28] cannot find symbol
symbol : class GuiceApplication
location: package roboguice.application
For me it seems like roboguice is missing. But in lib/main i have
guice....jar and roboguice...jar, in lib/test robuice....-sources.jar
and robolectroc...jar
Have somebody an idea what i have done wrong?
Fabian