I have my app working find on iOS and on the App Store, am now trying to get it working on Android.
Do I need anything special for SQLite, like plugins or permissions and it hangs when reading opening a DB.
I create the DB in main.lua and it goes past that, so presuming it’s creating it. But hangs with a busy spinny icon thing when going to a scene where the first thing it does is open the DB and then does a SELECT FOR.
Dave