Sqlite plugin for Eclipse: debug sqlite database on Android device live Sqlite plugin for Eclipse: debug sqlite database on Android device live sqlite sqlite

Sqlite plugin for Eclipse: debug sqlite database on Android device live


I had the very same problem and after a search I found this one SQLiteManager plugin for Eclipse which is a plugin for eclipse allowing you to see and browse your data strait from SQLite DB

To use this it's easy, start you emulator, browse the emulator files in the DDMS view thengo to data > data > com.your.package > databases > your_database_name.db (note the db extension is mandatory) and a new tab will appear with your data!It won't work on a real device (maybe on a rooted one?)

Hope it will work for you :)


I'm still looking into it myself but there is MOTODEV Studio for Android, requires free registration.


There is information on how to connect eclipse to a sqlite database here. Another alternative is using this Firefox add-on to manage your sqlite database.