Search code examples
androidshellgenymotion

Genymotion shell is there a command to view my database?


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.


Solution

  • 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