Hi.
I cannot open my sqlite file from Android phisical device.
my data.db file is in res/data folder.
If I unzip apk file I can find data.db into asset/data folder.

the error is:
GDSQLite Error: Can't open database: unable to open database file
--> SQL error: unable to open database file

It works fine on pc execution.
Godot 4.1.1 stable version

Thank you