Fix IllegalStateException in butterknife.internal.Utils.findRequiredView, line 92
anod opened this issue · 0 comments
anod commented
Version: 1.8.7 (50) | com.anod.appwatcher
Stacktrace (first of multiple)
butterknife.internal.Utils;findRequiredView;Utils.java;92 fragments.AppWatcherListFragment_ViewBinding;;AppWatcherListFragment_ViewBinding.java;42 butterknife.ButterKnife;createBinding;ButterKnife.java;199 butterknife.ButterKnife;bind;ButterKnife.java;172 fragments.AppWatcherListFragment;onCreateView;AppWatcherListFragment.java;173
Reason
java.lang.IllegalStateException: Required view 'button2' with ID 16908314 for method 'onImportButton' was not found. If this view is optional add '@nullable' (fields) or '@optional' (methods) annotation.