Closed GoogleCodeExporter closed 8 years ago
There were some problems with names,
so hotfix was created soon after version was on the market
Original comment by supp.san...@gmail.com
on 17 Nov 2011 at 6:00
Still some crashes on loading proper native library.
Checking with NDK documentation and on emulators and works okey.
---------------------
When installing an application, the package manager service will scan
the .apk and look for any shared library of the form:
lib/<primary-abi>/lib<name>.so
If one is found, then it is copied under $APPDIR/lib/lib<name>.so,
where $APPDIR corresponds to the application's specific data directory.
If none is found, and a secondary ABI is defined, the service will
then scan for shared libraries of the form:
lib/<secondary-abi>/lib<name>.so
If anything is found, then it is copied under $APPDIR/lib/lib<name>.so
This mechanism ensures that the best machine code for the target
device is automatically extracted from the package at installation
time.
---------------------
Maybe problem is just free space.
Original comment by supp.san...@gmail.com
on 17 Nov 2011 at 4:53
there is no reports of crash on not finding native lib
Original comment by supp.san...@gmail.com
on 22 Nov 2011 at 9:58
Original issue reported on code.google.com by
supp.san...@gmail.com
on 17 Nov 2011 at 5:58