Location of SQLite database in eclipse for android using phonegap

让人想犯罪 __ 提交于 2019-12-09 03:43:31

问题


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.


回答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



来源:https://stackoverflow.com/questions/12708705/location-of-sqlite-database-in-eclipse-for-android-using-phonegap

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!