Ionic build error : You have not accepted the license agreements of the following SDK components: [Android SDK Platform 24]

后端 未结 18 1632
挽巷
挽巷 2020-12-08 18:59

I\'m trying to run the command ionic build android --release to build the apk but i am getting this error

Total time: 1.767 secs Error:

18条回答
  •  爱一瞬间的悲伤
    2020-12-08 19:43

    If you are having issues coming from a newer version of Android SDK then change your target version in your config.xml.

    Next, open Android Studio>Configure>SDK Manager

    Check the version you need for 24 use 7.0 and check it. Then install it and try to build again.

提交回复
热议问题