Can not resolve symbol DaggerApplicationComponent
问题 I use Dagger2 with java and I got "Can not resolve symbol DaggerApplicationComponent error in my application." Seems there is something wrong with dependencies. Any help would be really appreciated. My complete code is here- https://github.com/rohitku860/AndroidMvpDagger2 Here is my app graddle with dependencies: apply plugin: 'com.android.application' android { compileSdkVersion 26 defaultConfig { applicationId "com.example.android.androidmvpdagger2" minSdkVersion 16 targetSdkVersion 26