UPDATE
- It appears the Questoid SQLite Browser is no longer available from
the maker's website, sorry! Perhaps this link will be of use: http://www.java2s.com/Code/Jar/c/Downloadcomquestoidsqlitebrowser120jar.htm
After a fresh format in Ubuntu I needed to browse an Android emulator's SQLite database inside Eclipse. After a bit of research, I recalled this is how it can be done with DDMS and a cool plugin for Eclipse calledQuestoid SQLite Browser.
After a fresh format in Ubuntu I needed to browse an Android emulator's SQLite database inside Eclipse. After a bit of research, I recalled this is how it can be done with DDMS and a cool plugin for Eclipse called
- Download the Questoid Plugin
- Place the plugin .jar file in your Eclipse plugins folder (e.g. /usr/lib/eclipse/plugins)
- Restart Eclipse
- Start up an Android Emulator w/ Debugging in Eclipse
- Switch to the DDMS Perspective in Eclipse
- Go to the 'File Explorer' tab to locate your device's database file
- Navigate to: e.g. 'data -> data -> com.myproject -> databases -> myproject
- Open the database file in Questoid (see screen shot)
- Switch to the 'Questoid SQLite Browser' tab that appears (mine appears next to LogCat by default)
- 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
0 comments:
Post a Comment