【发布时间】:2012-09-24 09:26:43
【问题描述】:
我正在使用 phonegap 并为 android 开发 html 页面,但我不知道如何在使用 Eclipse Juno 时查看表及其相应的数据库。我知道它在 DDMS 中的某个地方,谁能告诉我我的表和数据库在 SQLite 中的路径。
【问题讨论】:
标签: android sqlite cordova android-emulator phonegap-plugins
我正在使用 phonegap 并为 android 开发 html 页面,但我不知道如何在使用 Eclipse Juno 时查看表及其相应的数据库。我知道它在 DDMS 中的某个地方,谁能告诉我我的表和数据库在 SQLite 中的路径。
【问题讨论】:
标签: android sqlite cordova android-emulator phonegap-plugins
走这条路
DDMS->data-> 再次点击data-> your package name(com.example.app)->databases->你有你的数据库
找到你的db文件后click this
【讨论】:
database 或app_database 或有时local_storage 也找到了。我完全糊涂了。请正确引导