Is there an SQLite database viewer tool in Eclipse?

后端 未结 4 1059
醉话见心
醉话见心 2021-02-05 09:59

I am using Eclipse for Android programming. Is there a tool for view an SQLite database in the emulator?

4条回答
  •  盖世英雄少女心
    2021-02-05 10:13

    Follow the below steps:

    1. Download the .jar file

    2. Place the plugin .jar file in your Eclipse plugins folder (e.g. /usr/lib/eclipse/plugins)

    3. Restart Eclipse

    4. Start up an Android Emulator with debugging in Eclipse

    5. Switch to the DDMS Perspective in Eclipse

    6. Go to the 'File Explorer' tab to locate your device's database file

    7. Navigate to: e.g. 'data -> data -> com.myproject -> databases -> myproject

    8. Open the database file in Questoid (see screenshot)

    9. Switch to the 'Questoid SQLite Browser' tab that appears (mine appears next to LogCat by default)

    10. Switch to the 'Browse Data' sub tab Select your table from the drop down menu Browse your data here and onward into the digital sunset

    Refer link

提交回复
热议问题