AgendaCalendarView icon indicating copy to clipboard operation
AgendaCalendarView copied to clipboard

Error:(406, 28) error: cannot access StickyListHeadersListView

Open Priyanka-Mohanty opened this issue 6 years ago • 4 comments

getting error , when import this module to another project. Error:(406, 28) error: cannot access StickyListHeadersListView class file for se.emilsjolander.stickylistheaders.StickyListHeadersListView not found

Priyanka-Mohanty avatar Mar 27 '18 12:03 Priyanka-Mohanty

did you find any solution?

farhancroem avatar May 18 '18 05:05 farhancroem

I noticed that if we use 'compile' configuration instead of 'implementation' in build.gradle , this error will be fixed.

farhancroem avatar May 18 '18 09:05 farhancroem

Please also add StickyListHeaders dependency to your project. It will save your day :) implementation 'se.emilsjolander:stickylistheaders:2.7.0'

farhanmunir50 avatar May 26 '18 04:05 farhanmunir50

Don't use implementation in your project you should use 'api' keyword in agendacalendarview to get the transitive dependency

rzetzsche avatar Jul 05 '18 16:07 rzetzsche