我正在使用Ionic 3创建Ionic App,并且已经集成了here中的FCM插件。之后,每当我尝试构建项目时,它都会给出错误
A problem occurred evaluating root project 'android'.
Failed to apply plugin [id 'com.android.application']
Minimum supported Gradle version is 4.6. Current version is 4.1. If using the gradle wrapper, try editing the distributionUrl in Project_path\gradle\wrapper\gradle-wrapper.properties to gradle-4.6-all.zip
所以我要做的就是将distributionUrl
更改为https\://services.gradle.org/distributions/gradle-4.6-all.zip
并构建项目。构建完网址后,网址会自动更改回https\://services.gradle.org/distributions/gradle-4.1-all.zip
。
可能是解决方案,否则我朝错误的方向前进。