I am using Titanium 3.1.2GA with Alloy plugin 2.2.0, Android SDK 4.3 [x86].
I have created an out of the box Alloy 2 tab project and all compiles OK but fails to run on any emulator.
I have tried all the dropdowns on the run button but fails for example "Android Emulator" and "Titanium Android Emulator"
The debug as follows:
Titanium Command-Line Interface, CLI version 3.1.2, Titanium SDK version 3.1.2.GA
Copyright (c) 2012-2013, Appcelerator, Inc. All Rights Reserved.
[INFO] : Found Alloy app in D:\workspace\Titanium_Studio_Workspace\BillingAwsExample1\app
[INFO] : Executing Alloy compile: alloy.cmd compile D:\workspace\Titanium_Studio_Workspace\BillingAwsExample1\app --config platform=android,version=0,simtype=none,devicefamily=none,deploytype=development
[INFO] : ----- MVC GENERATION -----
[INFO] : [index.xml] view processing...
[INFO] : style: "index.tss"
[INFO] : view: "index.xml"
[INFO] : controller: "index.js"
[INFO] : created: "Resources\alloy\controllers\index.js"
[INFO] : created: "Resources\alloy\styles\index.js"
[INFO] :
[INFO] : [app.js] Titanium entry point processing...
[INFO] : created: "Resources\app.js"
[INFO] :
[INFO] : ----- OPTIMIZING -----
[INFO] : - alloy.js
[INFO] : - alloy\backbone.js
[INFO] : - alloy\constants.js
[INFO] : - alloy\underscore.js
[INFO] : - alloy\widget.js
[INFO] : - alloy\controllers\BaseController.js
[INFO] : - alloy\controllers\index.js
[INFO] : - alloy\styles\index.js
[INFO] : - alloy\sync\localStorage.js
[INFO] : - alloy\sync\properties.js
[INFO] : - alloy\sync\sql.js
[INFO] : - alloy\sync\util.js
[INFO] : - android\alloy\CFG.js
[INFO] :
[INFO] : Alloy compiled in 1.41523s
[INFO] : Alloy compiler completed successfully
[INFO] : Running emulator process: python "C:\Users\CSimms\AppData\Roaming\Titanium\mobilesdk\win32\3.1.2.GA\android\builder.py" "emulator" "BillingAwsExample1" "C:\Users\CSimms\AppData\Local\Android\android-studio\sdk" "D:\workspace\Titanium_Studio_Workspace\BillingAwsExample1" "com.smart421.billing.aws.example1" "7" "HVGA" "x86"
[INFO] : Running build process: python "C:\Users\CSimms\AppData\Roaming\Titanium\mobilesdk\win32\3.1.2.GA\android\builder.py" "simulator" "BillingAwsExample1" "C:\Users\CSimms\AppData\Local\Android\android-studio\sdk" "D:\workspace\Titanium_Studio_Workspace\BillingAwsExample1" "com.smart421.billing.aws.example1" "7" "HVGA"
[INFO] logfile = D:\workspace\Titanium_Studio_Workspace\BillingAwsExample1\build.log
[ERROR] : Emulator process exited with code 1
[ERROR] Application Installer abnormal process termination. Process exit value was 1
Any help appreciated
Charlie