我的 iphone 项目运行良好,但在运行 android 项目时(mobile sdk 2.1.1,2.1.2,2.1.3GA checked all)
。我尝试过干净的构建,也titanium sdk build 2.1.3
从 appcelerator 构建替换, 但控制台出现以下异常
ERROR] Exception occured while building Android project:
[ERROR] Traceback (most recent call last):
[ERROR] File "/Library/Application Support/Titanium/mobilesdk/osx/2.1.3.GA/android/builder.py", line 2282, in <module>
[ERROR] s.run_emulator(avd_id, avd_skin, avd_name, avd_abi, add_args)
[ERROR] File "/Library/Application Support/Titanium/mobilesdk/osx/2.1.3.GA/android/builder.py", line 567, in run_emulator
[ERROR] handler(3,None)
[ERROR] File "/Library/Application Support/Titanium/mobilesdk/osx/2.1.3.GA/android/builder.py", line 552, in handler
[ERROR] os.kill(p.pid, signal.SIGTERM)
[ERROR] OSError: [Errno 3] No such process
我也将配置运行为跟踪、调试但没有成功
[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