I updated to B4A 9.30 and converted to AndroidX. In my app, everything runs fine except ChromCustomTabs. I use this lib: https://www.b4x.com/android/forum/threads/chrome-custom-tabs.70312/#content
The app crashes as soon as I try to open a page in a ChromeCustomTab. Everything worked fine before converting to AndroidX.
This is the error I get:
java.lang.NoClassDefFoundError: Failed resolution of: Landroid/support/customtabs/CustomTabsServiceConnection;
Any idea how to fix this problem?
The app crashes as soon as I try to open a page in a ChromeCustomTab. Everything worked fine before converting to AndroidX.
This is the error I get:
java.lang.NoClassDefFoundError: Failed resolution of: Landroid/support/customtabs/CustomTabsServiceConnection;
Any idea how to fix this problem?