테스트 하는 에뮬레이터 버젼을 높여 보려고 아래처럼 안드로이드 버젼을 2.3x대 에서 3.xx나 4.xx대로 높였더니 아래와 같은 오류가 발생을 하고 있는데요.
혹시 경험 해 보신 분 계신가요? 웹에서 찾은 방법으로는 도저히 해결이 안되고 있네요.
titanium sdk version : 3.1.1GA
android sdk version : 4.xxx
[ERROR] Exception occured while building Android project:
[ERROR] Traceback (most recent call last):
[ERROR] File “~Library/Application Support/Titanium/mobilesdk/osx/3.1.0.GA/android/builder.py”, line 2528, in <module>
[ERROR] builder.build_and_run(False, avd_id, debugger_host=debugger_host, profiler_host=profiler_host)
[ERROR] File “~Library/Application Support/Titanium/mobilesdk/osx/3.1.0.GA/android/builder.py”, line 2264, in build_and_run
[ERROR] self.manifest_changed = self.generate_android_manifest(compiler)
[ERROR] File “~Library/Application Support/Titanium/mobilesdk/osx/3.1.0.GA/android/builder.py”, line 1404, in generate_android_manifest
[ERROR] ‘-I’, self.android_jar], warning_regex=r’skipping’)
[ERROR] File “~Library/Application Support/Titanium/mobilesdk/osx/3.1.0.GA/android/run.py”, line 38, in run
[ERROR] print “[DEBUG] %s” % subprocess.list2cmdline(args_to_log)
[ERROR] File “/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py”, line 587, in list2cmdline
[ERROR] needquote = (” ” in arg) or (“\t” in arg) or not arg
[ERROR] TypeError: argument of type ‘NoneType’ is not iterable
[ERROR] : Build process exited with code 1
[ERROR] : Project failed to build after 1m 27s 367ms
이 상태에서는 배포용으로 빌드해도 패키징을 할 수 없다는 오류가 납니다. ㅠ.ㅠ