arthur3486 / bottomsheets

Material Bottom Sheets library for Android
Apache License 2.0
79 stars 12 forks source link

Supertypes of the following classes cannot be resolved #3

Closed ZakariaJawas closed 5 years ago

ZakariaJawas commented 5 years ago

It keeps showing the following error when i use the Action Picker Implementation

Supertypes of the following classes cannot be resolved. Please make sure you have the required dependencies in the classpath: class com.arthurivanets.bottomsheets.sheets.adapters.actionpicker.ActionItem, unresolved supertypes: com.arthurivanets.adapster.model.markers.Trackable class com.arthurivanets.bottomsheets.sheets.adapters.actionpicker.BaseActionItem, unresolved supertypes: com.arthurivanets.adapster.model.BaseItem

arthur3486 commented 5 years ago

Hi @ZakariaJawas !

In order to be able to use the ActionPickerBottomSheet and CustomActionPickerBottomSheet you need to add the Adapster dependency to your project.

Cheers :)