anod / AppWatcher

App Watcher for Android helps you to follow updates of applications in Play Store that are not installed currently on your device.
https://play.google.com/store/apps/details?id=com.anod.appwatcher
Other
74 stars 8 forks source link

Fix IllegalStateException in butterknife.internal.Utils.findRequiredView, line 92 #66

Closed anod closed 7 years ago

anod commented 7 years ago

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.

Link to HockeyApp