java.lang.IllegalStateException: Required view 'text1' with ID 2131492943 for field 'mText' was not found. If this view is optional add '@Nullable' annotation


使用ButterKnife 8.2的時候遇到這個問題 很明顯空指針問題 按照提示添加 

import android.support.annotation.Nullable;
@Nullable 

造成原因如下:

ButterKnife 沒有

ButterKinfe.Bind(this); 或者ButterKnife.Bind(this,view)

我是在BaseActivity中添加ButterKnife.Bind(this) 報錯的 果然還是我太天真了這樣是找不到的。

 

 

 

 
         
         
       


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM