I have developed App which creates multiple tables , but I want to check those tables. I know there is a way using adb shell sqlite3 command but that doesn’t work for devices… It works fine with emulator. I am using device because its faster than emulator for testing. So my question is, is there any way to check the database table that is created in device using any eclipse plugin or any sqlite database manager?
Share
There are sqlite applications over difference platform (Windows, Mac OS X, etc).
I think it a good idea to
adb pullthe db file to your computer and use your favorite sqlite application to check the db file.