Hello,
after updating to B4X with Version 12.80 I have problems to update an old project.
I get the error message: java.lang.NoClassDefFoundError: Failed resolution of: Landroidx/viewpager/widget/ViewPager$OnPageChangeListener;
when I tried the app with an old device with Android 12.
I use in the manifest: <uses-sdk android:minSdkVersion="21" android:targetSdkVersion="26"/>
I changed the targetSdkVersion to other values. But all together, I cannot manage this problem....
How can I fix it?
Olli