[AC-3234] Android: Split App size by 3
| GitHub Issue | n/a |
|---|---|
| Type | Improvement |
| Priority | n/a |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2013-04-01T23:26:24.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Titanium SDK & CLI |
| Labels | n/a |
| Reporter | Etienne Champetier |
| Assignee | Daniel Sefton |
| Created | 2012-09-27T14:11:55.000+0000 |
| Updated | 2016-03-08T07:57:38.000+0000 |
Description
In the produced APK we have 3 times libkroll-V8 (armeabi, armeabi-v7a, x86) (+- 6Mo). When publishing on Google Play we should be able to publish one package by arch, effectively splitting by 3 the size of the app
Is there any word on when this will be fixed? Is there a current work-around for creating separate APKs for different architectures? Edit: Actually, I think this is done already, by TIMOB-7474