I am trying too recompile my old modules to 6.0.0.GA sdk as its mandatory to make it work on 6 and above sdk. But I am not able to build it as its giving error. Development environment:
I am getting this error :
BUILD FAILED
/Users/krishna/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA/module/android/build.xml:347: The following error occurred while executing this line:
/Users/krishna/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA/module/android/build.xml:302: exec returned: 2
Also when I am trying to create a new module and then build it.
Please let me know where its going wrong. I think its because of some environment problem. Maybe my NDK version is messing up.
I appreciate your help in this.
Finally I figured it out that it was issue of Android NDK version. I tried using NDK r12b and r13c but that was higher version.
Then I tried NDK r11 and it worked like charm. Hope Appcelerator should update their matrix for Android NDK version and SDK mapping.