Few months ago I prepared small demo application used FireDAC SQLite connection on an Android system.
And it worked fine in an application built in Delphi 10.3.
Then I updated Delphi to 10.4.
And now I got:
Project xxx.apk raised exception class ESQLiteNativeException with message ''.
and after that:
[FireDAC][Phys][SQLite] ERROR: no such table: items.
Even table 'items' exists in the database file and I did not any changes in sources.
Anyone had the same issue?