Titanium 3.1.0 - 模拟器进程退出代码1 - 无法编译APK

use*_*286 2 sdk android emulation titanium apk

我有Titanium Studio的这个问题.我无法为Android编译我的项目.我尝试运行或调试项目,但我收到此消息:

Titanium Command-Line Interface, CLI version 3.1.0, Titanium SDK version 3.1.0.GA
Copyright (c) 2012-2013, Appcelerator, Inc.  All Rights Reserved.
[INFO] :   Running emulator process: python "C:\Users\Dev\AppData\Roaming\Titanium\mobilesdk\win32\3.1.0.GA\android\builder.py" "emulator" "MyApp" "E:\Developpement\Mobile\SDKs\Android" "E:\Developpement\Mobile\Appcelerator\MyApp" "com.developper.myapp" "2" "WVGA854" "armeabi"

[INFO] :   Running build process:  python "C:\Users\Dev\AppData\Roaming\Titanium\mobilesdk\win32\3.1.0.GA\android\builder.py" "simulator" "MyApp" "E:\Developpement\Mobile\SDKs\Android" "E:\Developpement\Mobile\Appcelerator\MyApp" "com.developper.myapp" "2" "WVGA854" "/127.0.0.1:49314"

[INFO] logfile = E:\Developpement\Mobile\Appcelerator\MyApp\build.log

[INFO] Building MyApp for Android ... one moment

[INFO] Titanium SDK version: 3.1.0 (04/15/13 18:45 57634ef)

[ERROR] :  Emulator process exited with code 1

[INFO] :   Project built successfully in 5s 421ms

[INFO] :   Emulator not running, exiting...
Run Code Online (Sandbox Code Playgroud)

模拟器未启动,并且bin文件夹中未构建任何APK文件.我安装了Android 2.2和4.2.2 SDK.我尝试了所有事情(干净的项目,甚至卸载并重新安装Titanium工作室).

我用Titanium 2.1.4完成了这个项目.现在我使用3.1.0,我收到此错误消息.在tiapp.xml中,如果我选择使用Titanium 2.1.4 SDK运行项目,我收到以下消息:

[INFO] logfile = E:\Developpement\Mobile\Appcelerator\MyApp\build.log

[INFO] Launching Android emulator...one moment

[INFO] Creating new Android Virtual Device (2 WVGA854)

[ERROR] Exception occured while building Android project:

[ERROR] Traceback (most recent call last):

[ERROR]   File "C:\Users\Dev\AppData\Roaming\Titanium\mobilesdk\win32\2.1.4.GA\android\builder.py", line 2282, in <module>

[ERROR]     s.run_emulator(avd_id, avd_skin, avd_name, avd_abi, add_args)

[ERROR]   File "C:\Users\Dev\AppData\Roaming\Titanium\mobilesdk\win32\2.1.4.GA\android\builder.py", line 523, in run_emulator

[ERROR]     avd_name = self.create_avd(avd_id, avd_skin, avd_abi)

[ERROR]   File "C:\Users\Dev\AppData\Roaming\Titanium\mobilesdk\win32\2.1.4.GA\android\builder.py", line 485, in create_avd

[ERROR]     inifilec = open(inifile,'r').read()

[ERROR] IOError: [Errno 2] No such file or directory: 'C:\\Users\\Dev\\.android\\avd\\titanium_2_WVGA854.avd\\config.ini'
Run Code Online (Sandbox Code Playgroud)

然后 :

[INFO] logfile = E:\Developpement\Mobile\Appcelerator\MyApp\build.log

[INFO] Building MyAppfor Android ... one moment

[INFO] Titanium SDK version: 2.1.4 (11/09/12 12:46 51f2c64)

[ERROR] Application Installer abnormal process termination. Process exit value was 1

[ERROR] Timed out waiting for emulator to be ready, you may need to close the emulator and try again
Run Code Online (Sandbox Code Playgroud)

没有模拟器正在运行,也没有构建任何APK.如果有人有想法......

我正在使用Win7 64位.也许我在配置期间错过了一些东西.

谢谢您的帮助.

BSa*_*ita 5

如果厨房水槽演示发生这种情况,修复方法是进入Android SDK Manager并安装"Android 3.0(API 11)".确保该应用使用模拟器"Google API(Android 2.3.3)"和"WVGA854".我假设有一个Titanium bug,因为你必须安装比实际使用的更高的API级别(3.0)(2.3.3).使用这些设置,Kitchen Sink按预期工作.