[Android] TODO

Martin Storsjö martin at martin.st
Thu Apr 19 10:01:04 CEST 2012


On Thu, 19 Apr 2012, Jean-Baptiste Kempf wrote:

> On Thu, Apr 19, 2012 at 12:10:20PM +0800, 某因幡 wrote :
>> Reduce installation size.
>> Native library is in both APK file and /data/data/${APP}/lib, the size
>> consumed is almost doubled.
>> I see Firefox way here: http://glandium.org/blog/?p=2436 , load
>> library directly from APK with their wrapped dl functions.
>
> What about downloading the .so from the web to the SD and load it?

Loading it from the SD isn't ok (it's mounted noexec), but the normal app 
data directory (which is on /data which is mounted with the right params) 
is ok.

// Martin


More information about the Android mailing list