[TIMOB-10051] Android: default app apk size has increased significantly
GitHub Issue | n/a |
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Not Our Bug |
Resolution Date | 2012-07-20T23:54:34.000+0000 |
Affected Version/s | Release 2.1.0, Release 2.1.1 |
Fix Version/s | n/a |
Components | Android |
Labels | core, qe-and070112 |
Reporter | Dustin Hyde |
Assignee | Allen Yeung |
Created | 2012-07-19T18:31:08.000+0000 |
Updated | 2013-05-01T19:58:12.000+0000 |
Description
When the default titanium app is packaged for android, the apk file size is now 5.9 MB instead of 5.4 MB.
This is a regression from 2.1.0. This did not occur in 2.0.2.
Steps to Reproduce:
1. Open Titanium Studio and create a default titanium app.
2. Build the project to create the apk.
3. Check the size of the apk.
Actual Result:
5.9 MB
Expected Result:
5.4 MB
Attachments
The apk is better since we upgraded v8 between 2.0.2 and 2.1.0. I looked checked the libv8.a that we use in 2.0.2 versus 2.1.0, and there was around 600-700KB increase there.
Closing.