Cordova build changes distributionUrl in gradle-wrapper.properties file

后端 未结 8 1198
小鲜肉
小鲜肉 2020-12-05 06:30

I keep getting the following build exception when I run

 cordova run android --verbose
  • What went wrong: A problem occurred evaluatin
8条回答
  •  独厮守ぢ
    2020-12-05 07:15

    This happened to us because we accidentally let Android Studio build our cordova project causing endless errors.

    Save yourself while you can:

    cordova platform rm android
    cordova platform add android
    

提交回复
热议问题