Saturday 11 January 2014

Android: Using SQLite Manager plugin in Eclipse

If SQLite is used while developing Android applications, database structure and data can be checked within Eclipse.

Follow these steps:

  1. Go to DDMS perspective
  2. Select -> data-> data-> package name-> databases (the table and data cannot be seen without the plugin)
  3. Download the jar file from here into eclipse/dropins folder
  4. Restart Eclipse
SQLite managers window opens by clicking the icon pointed by the arrow.


The structure of the database can be viewed in DataBase Structure tab and the data can be viewed in the browse data tab.

No comments:

Post a Comment