Access Virtual Machine file through SQLite Browser [duplicate]

0

My .db file is in the SDCARD of the emulator, but how do I open it with SQLite Browser in this file? Or get that file that is in the SDCARD folder and put it in my Desktop? Exemplifying: My file is saved in SDCARD folder on my emulator, I want somehow I take this file and put it on my desktop, I do not know if there is a folder on my shared physical machine to virtual machine (emulator) that is, I just want to transfer from one to the other in order to get this file and open the SQLite Browser, for when I go on the database open, it will open my physical machine and not the virtual

    
asked by anonymous 01.07.2015 / 16:57

1 answer

1

To export your banco.db , do the following steps:

  

DDMS > File Explorer > date / date / your domain / databases

After getting to where your file is banco.db select it and click on pull a file from the device the button is a floppy in the upper right corner.

Then just select where you want to save your file and open it with SQLite Browser

    
01.07.2015 / 19:03