如何在Android Studio中检查SQLite数据库?

时间:2020-12-20 04:28:41

I created SQLite database in Android Studio (login form) and want to find it to check how many users I created, and for some other experiments, but I don't know where to find it. Does anyone show me right direction?

我在Android Studio(登录表单)中创建了SQLite数据库,并希望找到它来检查我创建了多少用户,以及其他一些实验,但我不知道在哪里可以找到它。有人告诉我正确的方向吗?

1 个解决方案

#1


0  

I use Stetho by Facebook and it's brilliant for this. Here is the link: http://facebook.github.io/stetho/

我使用Facebook的Stetho,这很棒。这是链接:http://facebook.github.io/stetho/

All the documentation to set it up is there, and it's all pretty simple.

所有设置的文档都在那里,而且非常简单。

#1


0  

I use Stetho by Facebook and it's brilliant for this. Here is the link: http://facebook.github.io/stetho/

我使用Facebook的Stetho,这很棒。这是链接:http://facebook.github.io/stetho/

All the documentation to set it up is there, and it's all pretty simple.

所有设置的文档都在那里,而且非常简单。