You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I imported this lib to my project. But when running my project, i have an issue like this:
java.lang.IllegalAccessError: Method 'void androidx.viewpager.widget.PagerAdapter.setViewPagerObserver(android.database.DataSetObserver)' is inaccessible to class 'androidx.core.view.LinkagePager' (declaration of 'androidx.core.view.LinkagePager' appears in /data/app/~~Hg3GxUqloIVujMjqhSB2hA==/com.mascom.sll-2xKoWGBjqDwuZbvJuSF-ZQ==/base.apk)
So please show me the solution to solve this error ?
The text was updated successfully, but these errors were encountered:
minSdkVersion 19
targetSdkVersion 30
I imported this lib to my project. But when running my project, i have an issue like this:
java.lang.IllegalAccessError: Method 'void androidx.viewpager.widget.PagerAdapter.setViewPagerObserver(android.database.DataSetObserver)' is inaccessible to class 'androidx.core.view.LinkagePager' (declaration of 'androidx.core.view.LinkagePager' appears in /data/app/~~Hg3GxUqloIVujMjqhSB2hA==/com.mascom.sll-2xKoWGBjqDwuZbvJuSF-ZQ==/base.apk)
So please show me the solution to solve this error ?
The text was updated successfully, but these errors were encountered: