I was doing experiments with Android Room for data persistence and wanted to investigate the created database to make sure things are in place, in iOS you can easily access via Library/ApplicationSupport/… , but here I was struggling, finally this is what I did
- Android Studio 3.0 → View → Tool Windows → Device File Explorer
2. Device File Explorer → data →data
3. Open up second data →YOUR PACKAGE NAME → Databases → Choose the database and save to Desktop and view using tools like sqlitebrowser (give the file extension as .db)