After upgrading Android Studio (forced via prompt) the following error occurs when attempting to create an APK file:
Duplicate class android.support.customtabs.ICustomTabsCallback found in modules browser-1.0.0-runtime.jar (androidx.browser:browser:1.0.0) and jetified-anroid-support-customtabs-23.3.0.jar (anroid-support- customtabs-23.3.0.jar)
There are many of them...
I applied the fix recommended in this post: which is to add
android.useAndroidX=true and android.enableJetifier=true
to the gradle.properties file
This did not work for me.
What can I look for to fix?