I have recently updated Android Studio to version 3.1. Afterward, I couldn't find how to view my database tables.
Asked
Active
Viewed 7,802 times
2 Answers
13
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.
0
After Android Studio 4.1 version, we can use Database Inspector

phoenixstudio
- 1,776
- 1
- 14
- 19

vini b
- 59
- 10