Hi, I try very hard to browse my databases that I create from my Android code. I am using emymator genymotion and I do not see anything from the file manager in the project data folder. Is there a way to view my database from the genymotion shell? Thank.
I always remove it from the device and view it using Sqlite Manager in Firefox:
adb pull /data/data/com.yourpackage/databases/yourdb.db
, . , Genymotion , :
shell,
1. ( - https://play.google.com/store/apps/details?id=com.jrummy.root.browserfree)
You can display the database from the device using the adb command
it will be copied to the folder that your terminal points to.
Source: https://habr.com/ru/post/1534745/More articles:Is it safe to register for a C # event? - multithreadingIOS jailbreak app: continuous background operation - iosLoading new media when the app is in the background - iosHow to import bower_components using an application created by brunch? - jqueryArray collisions in php - performanceHow to catch exceptions in the Mule foreach area, but save the process? - muleHow to stop the reactor after starting several spiders in the same screening process? - scrapyMixing C and C ++ Libraries - c ++Getting a row table pointer using LINQ - c #C-Struct vs Object - memory-managementAll Articles