I have issue with Roboguice 2.0 and testing. All injections in my app works fine, but in my LoaderTestCases I got an error
java.lang.IllegalArgumentException: android.app.ContextImpl@42678aa0 does not appear to be a RoboGuice context (instanceof RoboContext)
at roboguice.inject.ContextScope.getScopedObjectMap(ContextScope.java:147)
at roboguice.inject.ContextScope.enter(ContextScope.java:79)........
I trying to search way to fix it. Can you help me? Thank you in advance!