本文介绍了Android - ionic - 没有平台添加到这个项目的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我已成功执行以下命令
$ npm install -g cordova
$ npm install -g ionic
$离子启动myApp空白
$ cd myApp
$离子平台添加android
但下一个命令无法正常工作
$ ionic build android
当我执行命令时,我看到一个错误,即没有平台添加到此项目中。请使用' cordova平台添加平台'
请帮助我提出建议,谢谢
请执行以下操作:
你可以在离子安装平台时使用cordova项目,因为Ionic内部使用cordova本身。
如果错误仍然存在,请反馈我。
谢谢
p>I have successfully executed the following commands
$ npm install -g cordova
$ npm install -g ionic
$ ionic start myApp blank
$ cd myApp
$ ionic platform add android
But the next command is not working
$ ionic build android
when I execute the command, I see an error ie "No platforms added to this project. Please use 'cordova platform add platform'"
please help me with your suggestions, thank you
解决方案
please do following:
you can use cordova while installing platform in ionic project because Ionic internally use cordova itself.
Please feedback me if error still persist.
Thank you
这篇关于Android - ionic - 没有平台添加到这个项目的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!
08-31 10:23