-
-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
I was trying to implement the adapter, but Android Studio does not recognize the method setListAdapter.
Error thrown is:
Cannot resolve method setListAdapter(com.wdullaer.swipeactionadapter.SwipeActionAdapter)
Import in the class is the following:
import com.wdullaer.swipeactionadapter.SwipeActionAdapter;
import com.wdullaer.swipeactionadapter.SwipeDirection;
Gradle dependencies as below:
dependencies {
...
implementation 'com.wdullaer:swipeactionadapter:2.0.0'
}
I tried also to add the lib as external .jar file but same result.
Is there any compatibility issue with SDKs or gradle versions?
Metadata
Metadata
Assignees
Labels
No labels