lundi 9 novembre 2015

Android SQLite view database

Is there a possibility when a change occurs in the database from within my emulator. That it can also automatically update the same database on my pc (local)?

Because now I'm doing it this way:

  1. I'm opening cmd
  2. And then I'm getting my database file through the following command:

    adb pull /data/data/com.XXX.module/databases/com.XXX.module. database/Users/somePathOnYourPC/

Each time when I'm making a change in the database from within my emulator. So if I want to view that database in SqliteBrowser on my pc. Then each time I have to execute the above command.

Aucun commentaire:

Enregistrer un commentaire