Ionic 安卓打包或运行报错:You have not accepted the license agreements of the following SDK components
时间:2021-06-03 10:27:01
收藏:0
阅读:15
执行ionic cordova build android 或ionic cordova run android 时,突然就报错:You have not accepted the license agreements of the following SDK components。
折腾半天最后
解决方法:
卸载及重装android 平台:
ionic cordova platform rm android
ionic cordova platform add android
原文:https://www.cnblogs.com/johnjackson/p/14843712.html
评论(0)