On a fresh install of titanium with a modification made to lib/windows.js (return next() fix for the longjohn exception..), I am getting this error when trying to build/debug on a device.
This happens for every application and every device I try to debug with. (Kitchen sink, my app - emulator, real device, etc.).
... [INFO] : No aidl files to compile, continuing [INFO] : Generating i18n files [INFO] : Compiling localization files [INFO] : Generating E:\projects\evm\trunk\build\android\res\values\theme.xml [INFO] : Packaging application: C:\Program Files (x86)\Android\android-sdk\build-tools\21.0.1\aapt.exe "package" "-f" "-m" "-J" "E:\projects\evm\trunk\build\android\gen" "-M" "E:\projects\evm\trunk\build\android\AndroidManifest.xml" "-A" "E:\projects\evm\trunk\build\android\bin\assets" "-S" "E:\projects\evm\trunk\build\android\res" "-I" "C:\Program Files (x86)\Android\android-sdk\platforms\android-15\android.jar" "-I" "C:\ProgramData\Titanium\mobilesdk\win32\3.4.0.GA\android\titanium.jar" "-I" "C:\ProgramData\Titanium\mobilesdk\win32\3.4.0.GA\android\aps-analytics.jar" "-F" "E:\projects\evm\trunk\build\android\bin\app.ap_" "--auto-add-overlay" "--extra-packages" "ti.modules.titanium.ui:android.support.v7.appcompat" "-S" "C:\Users\josh\AppData\Local\Temp\114921-1824-w9zmv1/res" "-S" "C:\Users\josh\AppData\Local\Temp\114921-1824-wxagp4/res" [ERROR] : Failed to package application: [ERROR] Application Installer abnormal process termination. Process exit value was 1If I just run that last line from the command prompt on my own I get:
C:\> "C:\Program Files (x86)"\Android\android-sdk\build-tools\21.0.1\aapt.exe "package" "-f" "-m" "-J" "E:\projects\evm\trunk\build\android\gen" "-M" "E:\projects\evm\trunk\build\android\AndroidManifest.xml" "-A" "E:\projects\evm\trunk\build\android\bin\assets" "-S" "E:\projects\evm\trunk\build\android\res" "-I" "C:\Program Files (x86)\Android\android-sdk\platforms\android-15\android.jar" "-I" "C:\ProgramData\Titanium\mobilesdk\win32\3.4.0.GA\android\titanium.jar" "-I" "C:\ProgramData\Titanium\mobilesdk\win32\3.4.0.GA\android\aps-analytics.jar" "-F" "E:\projects\evm\trunk\build\android\bin\app.ap_" "--auto-add-overlay" "--extra-packages" "ti.modules.titanium.ui:android.support.v7.appcompat" "-S" "C:\Users\josh\AppData\Local\Temp\114921-6580-23cevg/res" "-S" "C:\Users\josh\AppData\Local\Temp\114921-6580-1gtvkkm/res" ERROR: Asset package include 'C:\ProgramData\Titanium\mobilesdk\win32\3.4.0.GA\android\titanium.jar' not found.I dont know if that is related or normal or what. But I checked and that file is certainly at that path. I even gave "Everyone" full control on the folder in case it was a permissions issue. No change.