Is there a way to directly inspect an SQLite3 database in Android via Eclipse or do I have to do this via the shell?
https://github.com/cattaka/TelnetSqlite/wiki
I made it this by following 3 step.
Application.onCreate()
methodtelnet
and run SQL
via small programBut it is not from Eclipse
. It uses telnet
or a sql editor
named RdbAssistant.