简体   繁体   中英

How to check SQLite database in Android Studio?

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?

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

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

You can check the SQLite Database and every modification you did with DB Browser.

DB Browser

Here's the link to download it https://sqlitebrowser.org/

Once you install it. go to Android Studio -> app -> assets -> and right click your database , click Show in Explorer then drag and drop from the folder (where databse is) to the DB Browser

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM