Skip to content

mRootView aways nullPointException? how to solve it? #320

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

Closed
5 tasks done
MrR0990 opened this issue Jul 17, 2019 · 3 comments
Closed
5 tasks done

mRootView aways nullPointException? how to solve it? #320

MrR0990 opened this issue Jul 17, 2019 · 3 comments

Comments

@MrR0990
Copy link

MrR0990 commented Jul 17, 2019

Look at here

  • → Did you conform to the Rules?
  • → Did you read the Wiki Carefully?
  • → Did you search in Google?
  • → Did you search in openned&closed Issues?
  • Receive only bugs and suggestions

Environment

  • MVPArms Version:
  • AndroidStudio Version:
  • Gradle Plugin Version:
  • Target Android Version:
  • Device Model:

Bug Description:

Related Code:

  

Bug Log:



Others:

@CAM1113
Copy link

CAM1113 commented Jul 26, 2019

没有代码或者日志么?
如果你在Activity里没有执行Dagger2的绑定代码会这样。
public void setupActivityComponent(@nonnull AppComponent appComponent) {
DaggerMainComponent //如找不到该类,请编译一下项目
.builder()
.appComponent(appComponent)
.view(this)
.build()
.inject(this);
}

@TYUpya
Copy link

TYUpya commented Jul 27, 2019

are you not Chinese?

@JessYanCoding
Copy link
Owner

JessYanCoding commented Sep 16, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants