PlaceHolderView icon indicating copy to clipboard operation
PlaceHolderView copied to clipboard

Error on InfinitePlaceHolderView when creating the fragment's view

Open hectorviov opened this issue 5 years ago • 0 comments

Hello, I'm trying to implement the InfinitePlaceHolderView but I'm having an error when trying to start the fragment.

I get this error:

java.lang.RuntimeException: Unable to find Class for [....] Fragment$1$LoadMoreViewBinder PLEASE ADD >> annotationProcessor 'com.mindorks.android:placeholderview-compiler:<LATEST-VERSION>' << in build.gradle at com.mindorks.placeholderview.Binding.getBinderInstance(Binding.java:44)

I do have the annotationProcessor with version 1.0.3. On another Fragment I'm using the ExpandablePlaceHolderView and everything is working perfectly.

The exception is triggering on

infinitePlaceHolderView.setLoadMoreResolver(new LoadMoreView.Callback() { @Override public void onShowMore() { [...] }

part of my code.

Already Synced Project with Gradle Files, cleaned project and rebuilt, but nothing seems to do the trick.

hectorviov avatar Dec 12 '18 23:12 hectorviov