无法使用 Appcelerator SDK 5.2 构建 Android 模块。0.GA

Unable to build the Android module using Appcelerator SDK 5.2.0.GA

我已经从 GitHub 下载了现有的 android 模块,并在尝试使用 5.2 构建它时。0.GA,我收到以下错误:

BUILD FAILED /Users/soumya/Library/Application Support/Titanium/mobilesdk/osx/5.2.0.GA/module/android/build.xml:348: The following error occurred while executing this line: /Users/soumya/Library/Application Support/Titanium/mobilesdk/osx/5.2.0.GA/module/android/build.xml:303: exec returned: 2

有人在使用 5.2 构建模块时遇到过此类问题吗?0.GA?

第 303 行是对 Android NDK 的检查。你有没有安装它并且你的 build.properties 是正确的?

例如

titanium.platform=/home/user/.titanium/mobilesdk/linux/5.2.0.GA/android
android.platform=/home/user/tools/android-sdk-linux/platforms/android-21
google.apis=/home/user/tools/android-sdk-linux/add-ons/addon-google_apis-google-21
android.ndk=/home/user/tools/android-ndk

我用不同的模块(5.1.2 和 5.2.0)测试了它,它没有给我错误。