jepiqueau / react-sqlite-app-starter

Ionic/React SQLite Application Starter
MIT License
22 stars 14 forks source link

App Database Buttons are working, but no database is beeing created #8

Closed nsauter closed 3 years ago

nsauter commented 3 years ago

I cloned the repo, build the android assets and then compiled the app via android studio and ran it on my physical device. In TAB 2 all database check buttons are telling me, that everything is working just fine, but i cant see a database via the database inspector in android studio, or in my physical devices datamanager. Where is the generated database located?

jepiqueau commented 3 years ago

@nsauter This was already answered, the databases are created but you cannot see them via the database inspector in android studio. Go to the device explorer and look at your application and you will find the databases. You can save as the files to a folder in your PC or Mac and use DBBrowser to open them Hope this help

nsauter commented 3 years ago

I tried it with this react-sqlite-app-starter but cannot find it in the device explorer. Could you please tell me where it is located to check this? There is nothing beeing created imho.

jepiqueau commented 3 years ago

@nsauter Look at the manifest file if you clone it straight forward it should be com.example.app.capacitor

jepiqueau commented 3 years ago

@nsuter Did you find them if yes can you close the issue. Thanks for using the plugin

nsauter commented 3 years ago

Yeah, i found it. But it seems, thats its only visible with Android Studios Data Inspector. But nevermind. Im going to Close this issue now