I found found route cause of this problem as
My project migrated to AndroidX through AndroidStudio tools : Refactor -> Migrate to AndroidX..
In AndroidX this package was not available , which is causing this issue.
To resolve this problem please make this change :
My project migrated to AndroidX through AndroidStudio tools : Refactor -> Migrate to AndroidX..
In AndroidX this package was not available , which is causing this issue.
To resolve this problem please make this change :
android.support.v4.widget.SwipeRefreshLayout changed to => androidx.swiperefreshlayout.widget.SwipeRefreshLayout
No comments:
Post a Comment