Hello,
I'm trying to run embedded Firebird 5.0 RC1 for Android using NET 7 and MAUI Android project. Code that I use is NET 7 port of this code:
When I try to use Firebird SQL ADO NET Provider this is the error which I get:
Could not find acceptable ICU library
It seems that ICU library is correctly packaged along side other libraries including libfbclient.so.
Any help would be appreciated.