Mikecit22
Mikecit22

Reputation: 157

Android, viewing SQLite database in runtime (not like other questions)

So i have been looking for this answer for the past 2 days. all of them want to know how to extract the database file .sql from the device your testing your app on. What i want to do is use a manager, like fire fox's sqlite manager, to open the location of the file and view the data base as information is being entered. I did this once when i was using titanium, but now have switched to eclipse. So what i want is, when i am running my virtual machine, android emulator, i want to fine the location that it is reading the sql file from. doing this i can open it with my fire fox manager and as info is going into the file the manager will show me whats going in and out. Basically i want to see real time info from my internal database, either from emulator or phone. PLEASE HELP!

Upvotes: 1

Views: 495

Answers (1)

Rick Falck
Rick Falck

Reputation: 1778

Go to this link and get the SQLiteManager plugin for eclipse.

Upvotes: 1

Related Questions