Hello All,
I create mobile module project. If i have not change in this module it is packaged successfully but i have change some in this module like i have set android.ndk=/ndkpath
in build.properties or add any files in src/com.test.module
and publish to package then it's gives me a error :
Executing build.xml... /Library/Application Support/Titanium/mobilesdk/osx/3.1.3.GA/module/android/build.xml:327: The following error occurred while executing this line: Library/Application Support/Titanium/mobilesdk/osx/3.1.3.GA/module/android/build.xml:281: exec returned: 2 You may need to install the Command Line Tools package through XCode, in case you haven't done so yet.I found solution from https://developer.appcelerator.com/question/155405/build-error-thinks-command-line-tools-arent-installed but it's not working for me.
Another solution from https://developer.appcelerator.com/question/150002/unable-to-build-android-module-on-osx-lion--install-xcode-command-line-tools- but it's also not working.
Titanium Studio build: 3.2.0.201312191547.
CLI version 3.1.2.
Ti SDK version 3.1.3.GA.
please help me how to solved this problem. thanks.