On Thu, Aug 1, 2013 at 9:59 AM, Torsten Bonde Christiansen <t...@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 _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal