First I run the following setup...Xamarin Forms - Entity Framework Core 2.2 - SQLite - Android - DEBUG...
And everything works fine. The .db file is generated properly and queries are executed on the database.
Then I prepared the application for productio...