Access Virtual Machine file by Sqlite Browser

Asked

Viewed 66 times

0

My file . db is in the emulator SDCARD, but how do I open with Sqlite Browser that file inside ? Or take that file that is in the SDCARD folder and put in my Desktop ? Exemplifying: My file is saved in the SDCARD folder of my emulator, I want somehow that I take this file and put in my desktop, I do not know if there is a folder in my physical machine shared with that of the virtual machine (emulator), that is, I just want to transfer from one to the other, to be able to take this file and open it by Sqlite Browser, because when I go in Open Database, it will open from my physical machine and not from virtual

  • You need to export your bank via DDMS /data/data/com.seuDominio/databases/ seu banco

  • i took it from the /date/date and put it on sdcard, only now I wanted to open it by Sqlite Browser

  • Open your Sqlite > open database > choose your file

  • it is in the SDCARD of the virtual machine, I wanted to take the mv and put in my physical machine, I could not find a folder that keeps the SDCARD files in the physical machine

  • This VM would be your Emulator?

  • yes, the emulator is bluestack

  • http://answall.com/a/71852/10315 this reply from @Felipedouradinho suits you perfectly

  • it answers my previous question perfectly, but not this, note that are different questions

Show 4 more comments

1 answer

1


To export your banco.db do the following steps:

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

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 disk in the upper right corner.

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

Browser other questions tagged

You are not signed in. Login or sign up in order to post.