I downloaded the Titanium SDK and followed the steps to locally build it from here.
According to the guide, they changed the way to build the SDK to the one listed in here.
But when I try to perform the build like this:
node scons.js build --android-ndk c:\Android\android-ndk-r9 --android-sdk c:\Android\SDK
The console shows the following lines of text:
Building MobileSDK version 6.1.0, githash 591555a You don't seem to have the appropriate thirdparty files. I'll fetch them. This could take awhile.. Might want to grab a cup of Joe or make fun of Nolan. Downloading http://timobile.appcelerator.com.s3.amazonaws.com/libTiCore-24.a.gz
100% [========================================] 0.0sGunzipping C:\Users\AGUSTN~1\AppData\Local\Temp\117215-10132-d88fho.gz to C:\Titanium\titanium_mobile\iphone\lib\libTiCore.a
And it stops there, when I go check the dist folder no zip is found.
Why is the zip not being generated and no error being thrown?
I have the following enviroment variables set:
Why is the SDK not being packaged?
Install the node tools titanium
and appc
with:
npm install titanium appc -g
in order to compile the SDK