Hello.
I have an app with TaifunSQLite1 where I use dbBooks.db and there is a panel tblBooks.
The dbKnihy.db database is located at:
/storage/emulated/0/Android/data/appinventor.ai_ondrejruz.Knihy/files/dbKnihy.db
Does this mean the database is found, but it actually does not contain the Table? This is new to your Android 13 phone, did you have to create the Table as a one-off on your Android 8 phone?
Unfortunately, it doesn't work.
And isn't it because I'm testing it through AI Companion?
And I previously copied the database to the address book via the file manager?
Ondrej
Import database. Note : Starting with SDK30 Android restricts accessing the file system. Therefore starting from Version 2 of the extension you can import the database only from the assets or from ASD - application specific directory. As fileName just use the filename without slashes.
Which means, just oopy the database file to ASD and import it from there without using slashes like this dbKnihy.db
Edit: which version of the extension are you using?
You might think about uploading it to your Google Drive and download it from there to ASD...
What exactly does not work? What about providing a screenshot of your relevant blocks? If you do not get an error while uploading then the upload was successful
What is the address book? Can you show us a screenshot of the file location?
You do not want your users to do this manually each time they have to import a new version...