My basic question is what happens when libfbclient.so library is called to open FDB database, that is to say: what Firebird Embedded files this library search for and in what directories on my Android phone? I know that my FDB database is upon project build and deployment placed on TPath.DocumentsPath on Android phone. It is actually /data/user/0/com.embarcadero.WinAndr64/files directory on my phone. But where should I place Firebird Embedded files?
Could anybody having positive experience in using Firebird Embedded on Android help with some advice?