ToDoList icon indicating copy to clipboard operation
ToDoList copied to clipboard

Error inflating class in fragment

Open loveydhillon opened this issue 6 years ago • 1 comments

Error inflating class com.yalantis.beamazingtoday.ui.widget.BatRecyclerView

loveydhillon avatar Jun 12 '18 10:06 loveydhillon

For what I see, it seems to be a problem with ButterKnife version

Caused by: java.lang.NoSuchMethodException: [class com.yalantis.beamazingtoday.ui.widget.AddView, class android.view.View] at java.lang.Class.getConstructor0(Class.java:2320) at java.lang.Class.getConstructor(Class.java:1725) at butterknife.ButterKnife.findBindingConstructorForClass(ButterKnife.java:231)

gabrielkdc avatar Sep 25 '18 16:09 gabrielkdc