SQLiteManager plugin for eclipse

When you are working on an Android application that stores data in a SQLite database.There arise many questions like
where does this database file get stored on the filesystem ?
How can we access the database?

First you are go to check the sqlite database table in eclipse

In eclipse ----> Window - Show view - Others - Android - File Explorer

After opening File Explorer

/data/data/package_name/databases

But here we cannot see the tables and table data.
For viewing the table details Eclipse has a plugin. You can download the jar
 from below.
Download the jar from the sqlite manager from here

Now put the jar in to the following folder

eclipse/dropins/

and restart the eclipse and now you can see the sqlitemanager plugin on the top right of the File Explorer window


By clicking the icon, sqliteManager Window comes and here we can see the table structure.


and then the Browse Data tab shows the whole data



Hopefully i think you cleared all doubts about SqliteManager Plugin

Previous
Next Post »

3 comments

Write comments
Anonymous
AUTHOR
August 18, 2015 at 4:00 AM delete

I have been browsing online more than 3 hours today, yet I never found any interesting article like yours.

It's pretty worth enough for me. In my view, if all website owners and
bloggers made good content as you did, the web will be much more useful than ever before.


Stop by my web-site :: รับถ่ายวีดีโอ

Reply
avatar
Unknown
AUTHOR
January 27, 2017 at 11:23 AM delete

Infromative post..i found the solution through this blog..Android Training

Reply
avatar
Jones
AUTHOR
February 6, 2017 at 9:00 AM delete

Hi Kalidoss, Thanks for the information, I been searching for this plugin for a pretty long time. Good one!! - More @Android Training

Reply
avatar