从Eclipse的检查机器人SQL数据库 [英] Inspecting android sql database from Eclipse

查看:87
本文介绍了从Eclipse的检查机器人SQL数据库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有办法直接检查通过Eclipse在Android中的sqlite3的数据库,还是必须通过壳里做这个?

Is there a way to directly inspect an SQLite3 database in Android via Eclipse or do I have to do this via the shell?

推荐答案

我不知道你是否可以在Eclipse检查,但你可以从DDMS透视图在文件夹中的文件浏览器拉数据库文件的副本

I don't know if you can inspect it from within eclipse but you can pull a copy of the database file from the DDMS perspective in the file explorer in folder

 data->data->your.package.name->databases

您可以通过免费的数据库管理器检查,如源码工作室

which you can inspect with a free database manager such as sqlite studio

这篇关于从Eclipse的检查机器人SQL数据库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆