【发布时间】:2014-01-09 02:14:33
【问题描述】:
我正在尝试在 android sdk 中启动 phonegap android 应用,但收到错误消息:
[phonegap] detecting Android SDK environment...
[phonegap] using the local environment
[phonegap] compiling Android...
[error] An error occurred while building the android project.Error executing "ant debug -f "/Users/me/Projects/one/platforms/android/build.xml"":
BUILD FAILED
/Applications/Android/adt-bundle-mac-x86_64-20131030/sdk/tools/ant/build.xml:932: The following error occurred while executing this line:
/Applications/Android/adt-bundle-mac-x86_64-20131030/sdk/tools/ant/build.xml:950: null returned: 1
我遵循了这个指南http://docs.phonegap.com/en/2.2.0/guide_getting-started_android_index.md.html,但它不起作用。
是什么原因造成的?
【问题讨论】:
标签: android eclipse macos cordova android-sdk-tools