Location Of Sqlite Database In Eclipse For Android Using Phonegap
I am using phonegap and developing html pages for android but I dont know how to view the tables and its corresponding database in I am using Eclipse Juno. I Know it is somewhere i
Solution 1:
follow this path
DDMS
->data
-> again click data
-> your package name
(com.example.app)->databases
->there you have your database
After finding your db file click this
Post a Comment for "Location Of Sqlite Database In Eclipse For Android Using Phonegap"