Я пытаюсь запустить Android-приложение phonegap в android sdk, но я получаю сообщение об ошибке:
[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, но он не работает.
Что могло быть причиной этого?