Advertisement
Guest User

error on build

a guest
Jul 10th, 2012
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. [ERROR] Exception occured while building Android project:
  2. [ERROR] Traceback (most recent call last):
  3. [ERROR] File "\home\username\.titanium\mobilesdk\win32\2.1.0.GA\android\builder.py", line 2206, in <module>
  4. [ERROR] s.build_and_run(False, avd_id, debugger_host=debugger_host)
  5. [ERROR] File "\home\username\.titanium\mobilesdk\win32\2.1.0.GA\android\builder.py", line 1970, in build_and_run
  6. [ERROR] self.manifest_changed = self.generate_android_manifest(compiler)
  7. [ERROR] File "\home\username\.titanium\mobilesdk\win32\2.1.0.GA\android\builder.py", line 1195, in generate_android_manifest
  8. [ERROR] custom_manifest_contents = fill_manifest(custom_manifest_contents)
  9. [ERROR] File "\home\username\.titanium\mobilesdk\win32\2.1.0.GA\android\builder.py", line 1122, in fill_manifest
  10. [ERROR] manifest_source = manifest_source.replace(ti_permissions,permissions_required_xml)
  11. [ERROR] UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 392: ordinal not in range(128)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement