Hi, my last projects was all for iOS and today I tried to compile a little, simple project for android.
First I have updated android SDK, My SDk version of Titanium is 3.2.
The default project doesn't make trouble, but my simple app.. Here the log:
TRACE] Writing out AndroidManifest.xml [ERROR] Exception occured while building Android project: [ERROR] Traceback (most recent call last): [ERROR] File "/Library/Application Support/Titanium/mobilesdk/osx/2.1.4.GA/android/builder.py", line 2295, in <module> [ERROR] s.build_and_run(True, avd_id, device_args=device_args) [ERROR] File "/Library/Application Support/Titanium/mobilesdk/osx/2.1.4.GA/android/builder.py", line 2053, in build_and_run [ERROR] self.manifest_changed = self.generate_android_manifest(compiler) [ERROR] File "/Library/Application Support/Titanium/mobilesdk/osx/2.1.4.GA/android/builder.py", line 1284, in generate_android_manifest [ERROR] '-I', self.android_jar], warning_regex=r'skipping') [ERROR] File "/Library/Application Support/Titanium/mobilesdk/osx/2.1.4.GA/android/run.py", line 30, in run [ERROR] print "[DEBUG] %s" % (subprocess.list2cmdline(args)) [ERROR] File "/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 iterableAny ideas?