canyinghao / CanRefresh

可适配所有视图的下拉刷新上拉加载,并支持各种风格。
Apache License 2.0
350 stars 82 forks source link

java.lang.IllegalStateException: mContentView is null #3

Closed unmagic closed 8 years ago

unmagic commented 8 years ago

java.lang.IllegalStateException: mContentView is null   at com.canyinghao.canrefresh.CanRefreshLayout.onFinishInflate(CanRefreshLayout.java:434)   at android.view.LayoutInflater.rInflate_Original(LayoutInflater.java:844)   at android.view.LayoutInflater_Delegate.rInflate(LayoutInflater_Delegate.java:70)   at android.view.LayoutInflater.rInflate(LayoutInflater.java:811)   at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:798)   at android.view.LayoutInflater.rInflate_Original(LayoutInflater.java:838)   at android.view.LayoutInflater_Delegate.rInflate(LayoutInflater_Delegate.java:70)   at android.view.LayoutInflater.rInflate(LayoutInflater.java:811)   at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:798)   at android.view.LayoutInflater.inflate(LayoutInflater.java:515)   at android.view.LayoutInflater.inflate(LayoutInflater.java:394) Copy stack to clipboard

unmagic commented 8 years ago

找到这个问题的原因了,是没有引用can_content_view