Subject Re: [firebird-support] Re: FB3 Embedded on Android
Author Jorge Gonçalves


On Mon, Feb 19, 2018 at 9:16 AM, hvlad@... [firebird-support] <firebird-support@yahoogroups.com> wrote:
 

---In firebird-support@yahoogroups. com, <projorge@...> wrote :
>


> files/firebird/intl/libfbintl. so 
/*The icu files are not in the distributed tar */

  This is wrong structure, where do you get it ?

Trying  to use the same structure from Windows:

libclient in on folder and then the plugins and int folders relative to this.

 

  For correct structure look at android build here

https://github.com/ FirebirdSQL/firebird/releases/ download/R3_0_3/Firebird-3.0. 3.32900-0.arm.tar.gz

  It contains subfolders :
/bin with executables (you don't need it for embedded),
/lib with libfbclient.so (you don't have it and this is the reason for errors you see)


I will try that later.  

Regards
jGoncalves