I have been struggling with this for a few days now, but ever since I upgraded the Titanium to the RC version 3.3.0, I can't get my app to install on my device. Once in a rare while, it actually goes through - but most of the time, the console terminates after the Alloy Compile compiles successfully. I am not sure where else to look at this point, if anyone is able to point me in the right direction, it would be appreciated... I don't know where else to look.
i have tried everything from reinstalling Titanium Studio RC, to reinstalling Android SDK many times and on different Windows machines. I also tried installing Genymotion emulator as well and running that fails similarly.
Ti CLI version 3.2.3 (I also tried 3.3.0 - the log below is on a different PC) Ti SDK version 3.3.0 RC Ti Studio 3.3.0 RC Android SDK Tools 23.0.2 Android SDK Platform Tools 20 + 19.1.0 Android API 20, 19, 14,10
This is my log after compiling
Titanium Command-Line Interface, CLI version 3.2.3, Titanium SDK version 3.3.0.RC Copyright (c) 2012-2014, Appcelerator, Inc. All Rights Reserved. Please report bugs to http://jira.appcelerator.org/ [DEBUG] : Detecting plugins in C:\Users\abc\Documents\Titanium_Studio_Workspace\Todo List\plugins [INFO] : Found Titanium plugin id=ti.alloy version=1.0 [DEBUG] : Detected plugin: ti.alloy @ C:\Users\abc\Documents\Titanium_Studio_Workspace\Todo List\plugins\ti.alloy [INFO] : Deploy type: test [DEBUG] : Looking for Titanium plugin id=ti.alloy version=1.0 [INFO] : Building for target: device [DEBUG] : Titanium SDK Android directory: C:\ProgramData\Titanium\mobilesdk\win32\3.3.0.RC\android [DEBUG] : App ID: com.appcelerator.todo [INFO] : Building for device: 02bb07b008d4be33 [DEBUG] : Classname: TodoList [INFO] : Targeting Android SDK: 19 [INFO] : Building for the following architectures: armeabi, armeabi-v7a, x86 [INFO] : Signing with keystore: C:\ProgramData\Titanium\mobilesdk\win32\3.3.0.RC\android\dev_keystore (tidev) [INFO] : Debugging disabled [INFO] : Profiler disabled [INFO] : Forcing rebuild: C:\Users\abc\Documents\Titanium_Studio_Workspace\Todo List\build\android\build-manifest.json does not exist [INFO] : Found Alloy app in C:\Users\abc\Documents\Titanium_Studio_Workspace\Todo List\app [INFO] : Executing Alloy compile: alloy.cmd compile C:\Users\abc\Documents\Titanium_Studio_Workspace\Todo List\app --config platform=android,version=0,simtype=none,devicefamily=none,deploytype=test [DEBUG] : .__ .__ [DEBUG] : _____ | | | | ____ ___.__. [DEBUG] : \__ \ | | | | / _ < | | [DEBUG] : / __ \| |_| |_( <_> )___ | [DEBUG] : (____ /____/____/\____// ____| [DEBUG] : \/ \/ [DEBUG] : Alloy 1.3.1 by Appcelerator. The MVC app framework for Titanium. [DEBUG] : [DEBUG] : ----- CONFIGURATION ----- [DEBUG] : raw config = "platform=android,version=0,simtype=none,devicefamily=none,deploytype=test" [DEBUG] : platform = android [DEBUG] : version = 0 [DEBUG] : simtype = none [DEBUG] : devicefamily = none [DEBUG] : deploytype = test [DEBUG] : project path = C:\Users\abc\Documents\Titanium_Studio_Workspace\Todo List [DEBUG] : app path = C:\Users\abc\Documents\Titanium_Studio_Workspace\Todo List\app [DEBUG] : [DEBUG] : ----- CONFIG.JSON ----- [DEBUG] : { [DEBUG] : "dependencies": {}, [DEBUG] : "sourcemap": true, [DEBUG] : "autoStyle": false, [DEBUG] : "adapters": [ [INFO] : ----- MVC GENERATION ----- [DEBUG] : "localStorage", [DEBUG] : "properties", [DEBUG] : "sql" [DEBUG] : ] [DEBUG] : } [DEBUG] : [DEBUG] : ----- CLEANING RESOURCES ----- [DEBUG] : Removing orphaned controllers... [DEBUG] : Removing orphaned models... [DEBUG] : Removing orphaned styles... [DEBUG] : Removing orphaned sync adapters... [DEBUG] : Removing orphaned assets and libs... [INFO] : [global style] loading from cache... [DEBUG] : [INFO] : [models/todo.js] model processing... [INFO] : Found 1 migrations for model: todo [INFO] : [add.xml] view processing... [DEBUG] : ----- BASE RUNTIME FILES ----- [INFO] : style: "add.tss" [INFO] : view: "add.xml" [INFO] : controller: "add.js" [DEBUG] : [INFO] : created: "Resources\android\alloy\controllers\add.js" [INFO] : created: "Resources\android\alloy\styles\add.js" [DEBUG] : map: "build\map\Resources\android\alloy\controllers\add.js.map" [INFO] : [index.xml] view processing... [INFO] : style: "index.tss" [INFO] : view: "index.xml" [DEBUG] : map: "build\map\Resources\android\alloy\controllers\index.js.map" [INFO] : controller: "index.js" [DEBUG] : map: "build\map\Resources\android\alloy\controllers\row.js.map" [INFO] : created: "Resources\android\alloy\controllers\index.js" [INFO] : created: "Resources\android\alloy\styles\index.js" [INFO] : [row.xml] view processing... [INFO] : style: "row.tss" [INFO] : view: "row.xml" [INFO] : controller: "row.js" [INFO] : created: "Resources\android\alloy\controllers\row.js" [INFO] : created: "Resources\android\alloy\styles\row.js" [INFO] : [INFO] : [app.js] using cached app.js... [INFO] : [INFO] : ----- OPTIMIZING ----- [INFO] : - alloy\moment.js [INFO] : - android\alloy.js [INFO] : - android\alloy\models\Todo.js [INFO] : - android\alloy\sync\localStorage.js [INFO] : - android\alloy\sync\properties.js [INFO] : - android\alloy\sync\sql.js [INFO] : [INFO] : Alloy compiled in 0.81783s [INFO] : Alloy compiler completed successfully