osx - Titanium Studio - Can't start Android App in Emulator -
i have built application titanium studio. ios simulator works perfectly. can't build app in android emulator. have android sdk v.22 , using titanium 3.1.3.
could tell me must do?
i log:
[info] titanium sdk version: 3.1.3 (09/18/13 12:00 222f4d1) [info] waiting android emulator become available [error] timed out waiting android.process.acore [info] fastdev server running, deploying in fastdev mode [info] copying commonjs modules... [info] copying project resources.. [error] exception occured while building android project: [error] traceback (most recent call last): [error] file "/users/timstrakerjahn/library/application support/titanium/mobilesdk/osx/3.1.3.ga/android/builder.py", line 2598, in <module> [error] builder.build_and_run(false, avd_id, debugger_host=debugger_host, profiler_host=profiler_host) [error] file "/users/timstrakerjahn/library/application support/titanium/mobilesdk/osx/3.1.3.ga/android/builder.py", line 2245, in build_and_run [error] self.copy_project_resources() [error] file "/users/timstrakerjahn/library/application support/titanium/mobilesdk/osx/3.1.3.ga/android/builder.py", line 865, in copy_project_resources [error] self.project_deltas = self.project_deltafy.scan() [error] file "/users/timstrakerjahn/library/application support/titanium/mobilesdk/osx/3.1.3.ga/android/deltafy.py", line 163, in scan [error] self.scan_path(self.dir, deltas) [error] file "/users/timstrakerjahn/library/application support/titanium/mobilesdk/osx/3.1.3.ga/android/deltafy.py", line 195, in scan_path [error] self.scan_path(absolute_path, deltas) [error] file "/users/timstrakerjahn/library/application support/titanium/mobilesdk/osx/3.1.3.ga/android/deltafy.py", line 203, in scan_path [error] file_delta = self.check_delta(absolute_path, path_stat) [error] file "/users/timstrakerjahn/library/application support/titanium/mobilesdk/osx/3.1.3.ga/android/deltafy.py", line 147, in check_delta [error] timestamp = self.get_timestamp(path) [error] file "/users/timstrakerjahn/library/application support/titanium/mobilesdk/osx/3.1.3.ga/android/deltafy.py", line 116, in get_timestamp [error] c.execute('select modified timestamps path = ?', (path,)) [error] programmingerror: must not use 8-bit bytestrings unless use text_factory can interpret 8-bit bytestrings (like text_factory = str). highly recommended instead switch application unicode strings. [error] : build process exited code 1 [error] : project failed build after 46s 605ms [error] application installer abnormal process termination. process exit value 1
this problem can occur if you
- have file names non-standard characters (like ñ or é).
switch standard unicode characters in file names only. - have incidentally added psd file assets
this link original question @ appcelerator developer forum: http://developer.appcelerator.com/question/139685/programmingerror-you-must-not-use-8-bit-bytestrings-unless-you-use-a-textfactory-that-can-interpret-8-bit-bytestrings
Comments
Post a Comment