今天用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 [email protected]

 

相关文章:

  • 2021-07-08
  • 2021-09-02
  • 2021-08-02
  • 2022-12-23
  • 2022-12-23
  • 2021-09-12
  • 2021-05-13
猜你喜欢
  • 2021-08-14
  • 2021-11-26
  • 2021-12-26
  • 2021-08-17
  • 2021-04-08
  • 2022-12-23
  • 2021-05-13
相关资源
相似解决方案