Skip to content

Cannot resolve method setListAdapter #62

@Melsara

Description

@Melsara

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions