I need to use my Firebird 5.0 database on Android 11 with ARM64-v8a in Embedded mode. I use Delphi 12.2 Android x64 build target and FireMonkey with FireDAC components TFDConnection and TFDPhysFBDriverLink. I think I should probably use 'Android Embedded' ver. 5.0.2 AAR package from Firebird Download web page. I deploy my FDB database into .\assets\internal path in Delphi but I'm not quite shure what files from AAR package I should use for deployment. Probably some files from AAR package in directories \jni\arm64-v8a and \assets\firebird. Another important question is on what 'Remote Paths' I should deploy them in Delphi. Could anybody having positive experience in using Firebird Embedded on Android help with some advices?