Hi i am pretty struggling on trying to view my databases that I create from my android code. I am using a genymotion emualator and I cant see anything from the filemanager in my project's data folder. Is there any way to view my database from the genymotion shell ? Thanks.
I always pull it off the device and view it with the Sqlite Manager in Firefox:
adb pull /data/data/com.yourpackage/databases/yourdb.db