How to view SQL database in Eclipse Debug mode for android How to view SQL database in Eclipse Debug mode for android database database

How to view SQL database in Eclipse Debug mode for android


Open view Window->Show View->File Explorer.
In this view go to data/data/"your app name"/databases/"your database" This is you database file.
I use Questoid SQLite browser (It was available in www.questoid.com/Forums/tabid/59/aff/9/aft/7/afv/topic/Default.aspx) plugin for eclipse.


I don't know of any way to view it through Eclipse but you can perform queries on the database through the ADB. Check out Examining sqlite3 Databases from a Remote Shell.


Hi I just found how to show tables on eclipse,

if the database Icon still Gray :

Preference -> Android -> DDMS ->

select open in eclipse instead of save on the disqu...

good luck :)