Hi I have a problem testing an app I'm writing that uses an SQLite database. I want to be able to view what the app is doing to the database, and change values rerun test etc. However I cant find where the database is located. I am not talking about the location on my phone but when I'm using the emulator. I Created the database using a freeware SQLite application and copied it to the Files area for my app. Then the app copies it from DirAssets to DirInternal, never to be seen again. I can tell from my app that the database is being updated, but I can't find it.
I'm obviously doing something daft, so if someone could gently point me in the right direction I would be grateful.
Thanks
Steve
I'm obviously doing something daft, so if someone could gently point me in the right direction I would be grateful.
Thanks
Steve