Friday, July 1, 2011

Browsing the SQLite database in Android

An easy way to browse your android application database is to use the Questoid SQLite Browser for eclipse. The easiest way to install it is through the eclipse marketplace (Help > Eclipse Marketplace).

To browse the SQLite Database of an Application go to the file explorer in the DDMS perspective and look for the database file under data/data/applicationpackage/databases, select it and click on the database icon in the file browser.

2 comments: