Ionic Android build: java.lang.IllegalStateException: buildToolsVersion is not specified

后端 未结 4 1556
醉酒成梦
醉酒成梦 2021-02-19 02:23

Since today, somehow my ionic project is not longer able to build for some reason. I already tried to remove the platform and add it again, but it didn\'t work. I now almost spe

4条回答
  •  温柔的废话
    2021-02-19 03:26

    I solved this issue by saving the build.gradle and/or the build-extras.gradle with Unix (LF) line endings.. Your android-versionCode should have nothing to do with the buildversion of your android sdk...

提交回复
热议问题