SQLite数据库的位置在Eclipse中使用PhoneGap的机器人
问题描述:
我使用的PhoneGap和开发HTML页面为Android,但我不知道怎样在我使用Eclipse朱诺以查看表和相应的数据库。我知道这是什么地方在DDMS谁能告诉我,我的表和数据库位于SQLite的路径。
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 in DDMS can anyone tell me the path where my tables and database is located in SQLite.
答
走这条路
DDMS
- > 数据
- >再次点击数据
- > 你的包名
(com.example.app) - > 数据库
- >你有你的数据库
DDMS
->data
-> again click data
-> your package name
(com.example.app)->databases
->there you have your database
在找到你的数据库文件单击此
After finding your db file click this