Android browse SQLite database on phone

Posted by Chris on Stack Overflow See other posts from Stack Overflow or by Chris
Published on 2010-06-07T23:39:40Z Indexed on 2010/06/07 23:42 UTC
Read the original article Hit count: 335

Filed under:
|
|
|

How can I browse the SQLite database that I am creating in my app on my Android myTouch phone?

When I log in through adb shell, sqlite3 gives me a permission denied. Is there another way to check if my database and tables are actually being created, and if rows are being inserted?

I am not able to use the emulator, since it doesn't play videos etc. very well that is the main feature of my app, so I can only test on phone.

Thanks Chris

© Stack Overflow or respective owner

Related posts about database

Related posts about android