I am trying to run my application on android sdk (version 21) Titanium 3.4.1. I have a custom theme placed in platform/android/res/values folder. I get the following error while packaging: [INFO] : Generating i18n files [INFO] : Generating C:\Users\Developer\Documents\Titanium_Studio_Workspace\AnsariExchangeApp\build\android\res\values\theme.xml [INFO] : Packaging application: C:\android-sdk-win\build-tools\20.0.0\aapt.exe "package" "-f" "-m" "-J" "C:\Users\Developer\Documents\Titanium_Studio_Workspace\AnsariExchangeApp\build\android\gen" "-M" "C:\Users\Developer\Documents\Titanium_Studio_Workspace\AnsariExchangeApp\build\android\AndroidManifest.xml" "-A" "C:\Users\Developer\Documents\Titanium_Studio_Workspace\AnsariExchangeApp\build\android\bin\assets" "-S" "C:\Users\Developer\Documents\Titanium_Studio_Workspace\AnsariExchangeApp\build\android\res" "-I" "C:\android-sdk-win\platforms\android-21\android.jar" "-F" "C:\Users\Developer\Documents\Titanium_Studio_Workspace\AnsariExchangeApp\build\android\bin\app.ap_" "--auto-add-overlay" "--extra-packages" "ti.modules.titanium.ui:android.support.v7.appcompat:com.google.android.gms" "-S" "C:\Users\DEVELO~1\AppData\Local\Temp\1141115-1232-c9yihp/res" "-S" "C:\Users\DEVELO~1\AppData\Local\Temp\1141115-1232-s4za24/res" [ERROR] : Failed to package application: [ERROR] Application Installer abnormal process termination. Process exit value was 1
I have taken the source code from MAC book and i am trying to run it on Windows 8.1
Please help me with the solution.