Is there any tool that will allow me to browse databases on my Android device? Something like Sql Management Studio – you know GUI tool that displays databases, tables, row in tables, etc.
I’m using Eclipse for development (if it is important for plug-in suggestions).
Thanks!
My suggestion is to run your app on emulator (so you could copy db file right from ADT File Explorer) and then view it with SQLite Manager Firefox plugin.