Dagger 2 activity injection not working
问题 I'm trying the new dagger 2, it's my first time implementing it but I can't make it work. I think I got the concept and I understand the example here I try to copy the same structure just a bit modified for my example. Here is the AppComponent that extends the Graph where I defined the classes I want. @ApplicationScope @Component(modules = {AppModule.class, DataModule.class}) public interface EFAppComponent extends EFGraph { /** * An initializer that creates the graph from an application. */