Impossible to build app ionic on android

前端 未结 1 1090
予麋鹿
予麋鹿 2020-12-22 08:11

I\'ve been working on a project with ionic from a long time.

Recently i updated android studio and it\'s packages and now i can\'t build on android anymore because o

相关标签:
1条回答
  • 2020-12-22 08:50

    That error is being caused by conflicting versions of the Play Services library being requested by different plugins.

    Quickest way to fix is to install cordova-android-play-services-gradle-release into your Cordova project which will force Gradle to align the versions:

    cordova plugin add cordova-android-play-services-gradle-release
    
    0 讨论(0)
自定义标题
段落格式
字体
字号
代码语言
提交回复
热议问题