@PauloFrediani wrote:
I have been developing an app with ios only but now that I am trying to implem,ent openID authentication to my app after adding @ionic-native/browser-tab to implement the authentication flow , in Android simple does nnot build , missing package.
/mymachinepath/android/capacitor-cordova-android-plugins/src/main/java/com/google/cordova/plugin/browsertab/BrowserTab.java:21: error: cannot find symbol
import android.support.customtabs.CustomTabsIntent;
^
symbol: class CustomTabsIntent
location: package android.support.customtabsIm using ionic v5 angular.
This works fine under ios platform but I do not seem to be able to run android .
Surely there is a solution for this ?
Thank you in advance for any help provided.
Paulo
Posts: 1
Participants: 1