[fpc-pascal] Android and cwstring

Felipe Monteiro de Carvalho felipemonteiro.carvalho at gmail.com
Thu Aug 1 10:51:55 CEST 2013


On Thu, Aug 1, 2013 at 9:59 AM, Torsten Bonde Christiansen
<tc at epidata.info> wrote:
> I did some research before i sent the mail and found the libucuuc.so using
> adb shell into an emulator.

That's a common mistake. Android is a full Linux inside, so of course
there are tons of native libraries available inside. But they are not
guaranteed to be there, they are not guaranteed to work as expected in
all devices, etc. One should never use libraries outside the list of
available NDK libraries. I'm not saying it won't work, it might work,
but the official position of Google developers is that they should not
be used.

-- 
Felipe Monteiro de Carvalho



More information about the fpc-pascal mailing list