Reputation: 7549
I have a problem launching the android simulator on Titanium Studio;
I did everything i should do, verified the variable environment, ran the AVD Manager and it works (alone), but when launching the 'hello world' application, nothing works! it only works on web navigator?
Here is the error:
Titanium Command-Line Interface, CLI version 3.1.2, Titanium SDK version 3.1.3.GA Copyright (c) 2012-2013, Appcelerator, Inc. All Rights Reserved.
[INFO] : Running emulator process: python "C:\Users\toto\AppData\Roaming\Titanium\mobilesdk\win32\3.1.3.GA\android\builder.py" "emulator" "KitchenSink" "C:\Users\toto\AppData\Local\Android\android-sdk" "C:\Users\toto\Documents\Titanium_Studio_Workspace\Kitchen Sink" "com.appcelerator.kitchensink" "2" "WVGA854" "armeabi-v7a"
[INFO] : Running build process: python "C:\Users\toto\AppData\Roaming\Titanium\mobilesdk\win32\3.1.3.GA\android\builder.py" "simulator" "KitchenSink" "C:\Users\toto\AppData\Local\Android\android-sdk" "C:\Users\toto\Documents\Titanium_Studio_Workspace\Kitchen Sink" "com.appcelerator.kitchensink" "2" "WVGA854"
[ERROR] Application Installer abnormal process termination. Process exit value was 1
[INFO] logfile = C:\Users\toto\Documents\Titanium_Studio_Workspace\Kitchen Sink\build.log
[ERROR] : Build process exited with code 1
And here is on a web page, it works!
Upvotes: 1
Views: 1181
Reputation: 7028
Did you install required Android SDKs?
Titanium SDK requires pretty old version of Android SDK (<=2.3.3). Start of with checking this matrix and then go through whole tutorial to make sure that all components are installed properly: Titanium Documentation: Installing the Android SDK.
Upvotes: 1