zhe sample of robospice-sample-google-http-client has stoped when running!
Closed this issue · 1 comments
tyl210110 commented
10-16 03:39:31.602: E/AndroidRuntime(5369): java.lang.NoClassDefFoundError: org.codehaus.jackson.JsonFactory
10-16 03:39:31.602: E/AndroidRuntime(5369): at com.google.api.client.json.jackson.JacksonFactory.(JacksonFactory.java:44)
10-16 03:39:31.602: E/AndroidRuntime(5369): at com.octo.android.robospice.persistence.googlehttpclient.json.JacksonObjectPersisterFactory.(JacksonObjectPersisterFactory.java:33)
10-16 03:39:31.602: E/AndroidRuntime(5369): at com.octo.android.robospice.sample.googlehttpclient.SampleSpiceService.createCacheManager(SampleSpiceService.java:21)
stephanenicolas commented
You are right : this dependency seems to be missing in the sample
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-jackson</artifactId>
<version>x.y.z</version>