离子Android构建过程不断覆盖Gradle版本

时间:2018-11-29 19:21:42

标签: android ionic-framework ionic3

我正努力尝试构建我的android版本的离子项目。

当我尝试构建时,出现以下错误:

A problem occurred evaluating project ':CordovaLib'.
> Failed to apply plugin [id 'com.android.library']
   > Minimum supported Gradle version is 4.6. Current version is 4.1. If using the gradle wrapper, try editing the distributionUrl in /Users/UserAccount/Documents/Projects/navia-mobile/gradle/wrapper/gradle-wrapper.properties to gradle-4.6-all.zip

当我更新文件以使用gradle-4.6-all.zip进行保存时,我会仔细检查。

但是,当我执行“ ionic cordova build android --aot --prod”后,我再次收到该错误,并且可以看到该文件再次被覆盖以使用v4.1。

有人碰到这个吗?

我不想删除平台目录并从头开始重建,因为我已经提交给Google Play,并且不想经历新的证书流程,这将阻止我更新应用程序。 / p>

谢谢!

0 个答案:

没有答案