Hello,
I'm trying to install plugin:
npm install --save cordova-plugin-facebook4
So when build in android studio, I'm receiving this error:

is there something I forgot?
Thanks
Just regular gradle errors when the versions mismatch.
You can force the custom tabs version by adding this to the app's build.gradle
implementation 'com.android.support:customtabs:27.1.1'
Most helpful comment
Just regular gradle errors when the versions mismatch.
You can force the custom tabs version by adding this to the app's build.gradle
implementation 'com.android.support:customtabs:27.1.1'