We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
The text was updated successfully, but these errors were encountered:
没有代码或者日志么? 如果你在Activity里没有执行Dagger2的绑定代码会这样。 public void setupActivityComponent(@nonnull AppComponent appComponent) { DaggerMainComponent //如找不到该类,请编译一下项目 .builder() .appComponent(appComponent) .view(this) .build() .inject(this); }
Sorry, something went wrong.
are you not Chinese?
https://github.com/JessYanCoding/MVPArms/blob/master/demo/src/main/AndroidManifest.xml#L14
Declare BaseApplication
No branches or pull requests
Look at here
Environment
Bug Description:
Related Code:
Bug Log:
Others:
The text was updated successfully, but these errors were encountered: