Hi.
After resolving my problems with the emulator, that is currently working, I'm trying to install my app to a Nexus One test device without success. The only thing I get is:
[INFO] : Alloy compiled in 3.76649s [INFO] : Alloy compiler completed successfully [INFO] : Processing JavaScript files [INFO] : Encrypting JavaScript files: C:\Users\manuel.conde\AppData\Roaming\Titanium\mobilesdk\win32\3.2.0.GA\android\titanium_prep.win32.exe "all the files..." [INFO] : Encrypting JavaScript files: C:\Users\manuel.conde\AppData\Roaming\Titanium\mobilesdk\win32\3.2.0.GA\android\titanium_prep.win64.exe "all the files..." events.js:72 throw er; // Unhandled 'error' event ^ Error: spawn Unknown system errno 216 at errnoException (child_process.js:980:11) at ChildProcess._handle.onexit (child_process.js:771:34) [ERROR] Application Installer abnormal process termination. Process exit value was 8The first thing that take my attention is: if my system is 32 bits, why to call 64 after 32?
I don't know where to look now, that was an EXE app, not an script I can follow.