-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NoSuchMethodError: dagger.internal.ModuleAdapter.<init> #3
Comments
Hi David, It's on my to-do list to get back to that lib and make sure it works Just to see if that might be the case, could you try using dagger 1.0.0 -Andy
|
The lib. is no longer usable with dagger 1.2 :( |
I'm attempting to use fb-android-dagger and am running in to some trouble. I created a barebones project in order to show the problem and have posted it here:
https://dl.dropboxusercontent.com/u/99107327/MyApplication.tar.gz
I have tried removing the entries in includes, modifying injects to inject MainActivity.class itself. I'm not sure what else to try. Ultimately I would like to get a Context from InjectingActivityModule's provideActivityContext method, but at this point I'm stuck with the NoSuchMethodError.
I am using Dagger 1.2.1 and fb-android-dagger 1.0.1 and I'm running Android 4.4.2 on a Nexus 4 (Dalvik).
The stacktrace:
The text was updated successfully, but these errors were encountered: