-
Impossible to start SpiceManager as no service of class
almost 9 years ago
-
almost 9 years ago
Hello there , You have to register the service in manifest file. If you are creating your own service then add below:- <service android:name="<your package>.JsonSpiceService" android:exported="false" /> Or you can use <service android:name="com.octo.android.robospice.JacksonSpringAndroidSpiceService" android:exported="false" />
1 Answer(s)