Error when running cordova build –release android

后端 未结 8 1402
野趣味
野趣味 2020-12-25 10:35

I\'m trying to publish my Android app by following the instructions here:

http://ionicframework.com/docs/guide/publishing.html

However, when I run cordova bu

8条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-25 11:24

    echo "android { lintOptions { checkReleaseBuilds false } }" >> platforms/android/build-extras.gradle
    

提交回复
热议问题