[AC-1804] Exception occured while building Android project:
GitHub Issue | n/a |
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Needs more info |
Resolution Date | 2012-11-26T20:06:23.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Chuck Bentley |
Assignee | Nikhil Sharma |
Created | 2012-09-04T10:53:38.000+0000 |
Updated | 2016-03-08T07:40:42.000+0000 |
Description
Steps to Reproduce
Installed SDK 2.1.2GA, now I am getting the following errors.
Actual Result
[ERROR] Exception occured while building Android project:
[ERROR] Traceback (most recent call last):
[ERROR] File "/home/mobile/.titanium/mobilesdk/linux/2.1.2.GA/android/builder.py", line 2243, in
[ERROR] s.build_and_run(True, avd_id, device_args=device_args)
[ERROR] File "/home/mobile/.titanium/mobilesdk/linux/2.1.2.GA/android/builder.py", line 2068, in build_and_run
[ERROR] launched, launch_failed = self.package_and_deploy()
[ERROR] File "/home/mobile/.titanium/mobilesdk/linux/2.1.2.GA/android/builder.py", line 1585, in package_and_deploy
[ERROR] unsigned_apk = self.create_unsigned_apk(ap_)
[ERROR] File "/home/mobile/.titanium/mobilesdk/linux/2.1.2.GA/android/builder.py", line 1456, in create_unsigned_apk
[ERROR] apk_zip.write(self.classes_dex, 'classes.dex')
[ERROR] File "/usr/lib/python2.7/zipfile.py", line 1033, in write
[ERROR] st = os.stat(filename)
[ERROR] OSError: [Errno 2] No such file or directory: '/home/mobile/mobile_opal_backup/build/android/bin/classes.dex'
Expected Result
A compiled Android Application
Attachments
Hi, Try to create a default titanium project and check whether you can build that one or not. Are you using any third party modules?
Will re-open if a response is received.