Cordova / Ionic build android Gradle error: Minimum supported Gradle version is 2.14.1. Current version is 2.13

前端 未结 8 1319
北荒
北荒 2021-02-02 07:34

This is a solution to the above error that I want to document. I found other similar posts, but none described how this error can be associated with Cordova or Ionic.

I

8条回答
  •  旧时难觅i
    2021-02-02 08:26

    In follow up to Chuck Holbrooks answer, with following solution I get an error when trying to add android platform again saying it is already added.

    ionic cordova platform remove android
    ionic cordova platform add android
    

    My working Solution:

    ionic cordova platform remove android
    ionic cordova platform check android
    ionic cordova platform add android 
    

提交回复
热议问题