Capacitor: Problem when build with facebook-plugin

Created on 18 May 2018  路  1Comment  路  Source: ionic-team/capacitor

Hello,
I'm trying to install plugin:

 npm install --save cordova-plugin-facebook4

So when build in android studio, I'm receiving this error:
captura de tela 2018-05-18 as 16 50 32

is there something I forgot?

Thanks

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'

>All comments

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'

Was this page helpful?
0 / 5 - 0 ratings

Related issues

MatanYadaev picture MatanYadaev  路  3Comments

peterpeterparker picture peterpeterparker  路  3Comments

moberwasserlechner picture moberwasserlechner  路  3Comments

daniel-lucas-silva picture daniel-lucas-silva  路  3Comments

Kepro picture Kepro  路  3Comments