Justin Case
Justin Case

Reputation: 351

ViewPager missing from com.android.support:support-v4:28.0.0

Does anyone know if ViewPager class has been removed from revision 28 of the support library? Looks like the whole view package is gone.

Upvotes: 1

Views: 5061

Answers (2)

Ajay Rajput
Ajay Rajput

Reputation: 1

Please remove implementation

'com.romandanylyk:pageindicatorview:1.0.3@aar'

this library if you are using this then it is working fine not an any issue.

Upvotes: 0

Justin Case
Justin Case

Reputation: 351

Apparently the support libraries have been moved to androidx: https://developer.android.com/jetpack/androidx/

Sorry for the confusion. Though I am getting Error inflating class androidx.core.view.ViewPager, this should ultimately be the answer.

Upvotes: 2

Related Questions