Hi there,
I've been strugling myself with titanium trying to build a modified sdk with the OpenURLWithType function but, after getting past most problems with scons it fails when packaging mobilesdk. The exact error is:
Packaging MobileSDK (2.0.1)... Generating JSCA... C:\Python27\python.exe C:\Users\....\titanium_mobile\apidoc\docgen.py -f jsca --stdout scons: *** [dummy-sdk-target] C:\Users\....\titanium_mobile\dist\android\libs/*.*: The system cannot find the path specified scons: building terminated because of errors
I've seen there's a ticket related to this issue in: https://jira.appcelerator.org/browse/TIMOB-6315
But replacing JAVA_HOME with a path without spaces doesn't fix it for me.
The path itself doesn't exist, and the closest to it would be: ...\titanium_mobile\dist\android\libv8\3.6.4\release\libs
I have both android sdk and ndk paths in ANDROID_SDK, ANDROID_NDK and PATH system vars, and others such as Java JDK, Scons, gperf, ant, python, ... Have also tried building other sdk versions like 1.8.2 and 1.9.0 without any luck.
I have no idea what else to try. Any idea?
Thanks in advance!