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.

Leave a Comment