Cordova构建android

时间:2014-06-16 10:32:13

标签: android ubuntu cordova ionic-framework

当我想尝试离子天气应用https://github.com/driftyco/ionic-weather/)当我想使用 cordova <为我的phone-gap应用程序构建android时,我遇到了问题/ strong>即可。当我执行命令cordova build android

时,我在终端中收到此消息
Error: An error occurred while listing Android targets

我在ubuntu 13.10上工作

1 个答案:

答案 0 :(得分:0)

我能够通过以下步骤成功构建项目:

npm install -g cordova ionic
git clone https://github.com/driftyco/ionic-weather/
cd ionic-weather
cordova platform add android
cordova build android

您可能缺少必需的android sdk工具,或者它们可能尚未添加到您的系统路径中。

参考这个问题

cordova ubuntu: An error occurred while listing Android targets

并按照this guide确保您的环境设置正确。