问题
I have recently updated Android Studio to version 3.1. Afterward, I couldn't find how to view my database tables.
回答1:
You can use Device File Explorer:
View -> Tool Windows -> Device File Explorer
And find with its help your db among packages.
E.g. data -> data -> com.your.app -> databases

Save it locally and open with any external tool like the SQLite Browser.
回答2:
After Android Studio 4.1 version, we can use Database Inspector

来源:https://stackoverflow.com/questions/49595717/how-do-i-see-database-tables-in-android-studio-3-1