[TIMOB-14242] Android: x86 libs not included in production APK
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2013-10-16T20:24:26.000+0000 |
Affected Version/s | n/a |
Fix Version/s | 2013 Sprint 21, 2013 Sprint 21 Core, Release 3.2.0 |
Components | Android, Tooling |
Labels | android, androidbuild, ay-verified, cb-verified, core, defect |
Reporter | Cesana Lorenzo |
Assignee | Chris Barber |
Created | 2013-06-14T09:31:20.000+0000 |
Updated | 2017-03-20T22:34:19.000+0000 |
Description
I was going to upload my app to the Google play store when I saw that x86 native SDK libraries were not included in the APK (libkroll-v8.so, libtiverify.so, libtiprofiler.so, libstlport_shared.so).
I noticed these lines in builder.py (lines from 1696):
{quote}
if abi == 'x86' and ((not os.path.exists(lib_source_dir)) or self.deploy_type == 'production'):
Same issue for us ! It's really annoying since a part of our audience can't open our app. Why have you implemented this condition removing x86 from production app (and not test) ? Is it safe to comment these lines ? Thanks in advance for your answer
Is this being worked on??? Lots of Motorola Razr i users angry towards one of my mainstream apps :)
[~ygbr] I'll be working on this in the next couple weeks and will be available in Titanium SDK 3.2.0.
Closing ticket as duplicate.