Created
December 10, 2013 22:45
-
-
Save snadjafi/7901793 to your computer and use it in GitHub Desktop.
Error once I click notification on status bar.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 12-10 14:41:44.065: ERROR/AndroidRuntime(9590): FATAL EXCEPTION: main | |
| Process: com.biggu.shopsavvy, PID: 9590 | |
| java.lang.RuntimeException: Unable to start activity ComponentInfo{com.biggu.shopsavvy/com.biggu.shopsavvy.LoginTab}: java.lang.IllegalArgumentException: No inject registered for members/com.biggu.shopsavvy.LoginTab. You must explicitly add it to the 'injects' option in one of your modules. | |
| at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2195) | |
| at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2245) | |
| at android.app.ActivityThread.access$800(ActivityThread.java:135) | |
| at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1196) | |
| at android.os.Handler.dispatchMessage(Handler.java:102) | |
| at android.os.Looper.loop(Looper.java:136) | |
| at android.app.ActivityThread.main(ActivityThread.java:5017) | |
| at java.lang.reflect.Method.invokeNative(Native Method) | |
| at java.lang.reflect.Method.invoke(Method.java:515) | |
| at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:779) | |
| at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:595) | |
| at dalvik.system.NativeStart.main(Native Method) | |
| Caused by: java.lang.IllegalArgumentException: No inject registered for members/com.biggu.shopsavvy.LoginTab. You must explicitly add it to the 'injects' option in one of your modules. | |
| at dagger.ObjectGraph$DaggerObjectGraph.getInjectableTypeBinding(ObjectGraph.java:273) | |
| at dagger.ObjectGraph$DaggerObjectGraph.inject(ObjectGraph.java:253) | |
| at com.biggu.shopsavvy.ShopSavvyApplication.inject(ShopSavvyApplication.java:352) | |
| at com.biggu.shopsavvy.LocationActivity.onCreate(LocationActivity.java:37) | |
| at com.biggu.shopsavvy.accounts.AccountAuthenticatorFragmentActivity.onCreate(AccountAuthenticatorFragmentActivity.java:24) | |
| at com.biggu.shopsavvy.LoginTab.onCreate(LoginTab.java:35) | |
| at android.app.Activity.performCreate(Activity.java:5231) | |
| at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087) | |
| at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2159) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment