当我想尝试离子天气应用(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上工作
答案 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确保您的环境设置正确。