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

后端 未结 4 1558
醉酒成梦
醉酒成梦 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:21

    I figured it out, the problem was due to a misconfigured config.xml entry:

    ...
    

    Which we use for our Jenkins configuration. Unfortunately the error message was quite confusing.

    Update corrected version:

    ...
    

提交回复
热议问题