Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I see database tables in Android Studio 3.1

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

like image 885
angel Avatar asked Apr 01 '18 07:04

angel


1 Answers

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.

like image 56
mpoznyak Avatar answered Oct 24 '22 06:10

mpoznyak