5

I have recently updated Android Studio to version 3.1. Afterward, I couldn't find how to view my database tables.

M--
  • 25,431
  • 8
  • 61
  • 93
angel
  • 75
  • 1
  • 9

2 Answers2

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

screenshot from my AS 3.1

Save it locally and open with any external tool like the SQLite Browser.

TylerH
  • 20,799
  • 66
  • 75
  • 101
mpoznyak
  • 141
  • 1
  • 7
0

After Android Studio 4.1 version, we can use Database Inspector

Accessing Database Inspector

phoenixstudio
  • 1,776
  • 1
  • 14
  • 19
vini b
  • 59
  • 10