cordova 打包出错 Android SDK not found Android target: not installed

时间:2021-06-09 14:24:32

原文:cordova 打包出错 Android SDK not found Android target: not installed

今天用cordova打包的时候报Android SDK not found问题

cordova 打包出错 Android SDK not found  Android target: not installed后来检查了下环境变量 没有问题,于是运行cordova requirements检查是否具备使用 Cordova 开发/运行 Android / IOS 应用的条件,发现Android target not installed

cordova 打包出错 Android SDK not found  Android target: not installed

那么问题找到了,指定了android版本就可以了

cordova platform add android@6.0.0