You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: