Questions tagged [database-inspector]
19 questions
41
votes
18 answers
Android Studio Database Inspector always showing database as "closed"
I am trying to use Database Inspector in Android Studio. Why I run the app on the device, it inspector is always showing my application database (highlighted in the image) as "closed".
Is there any fix for this or did I miss something during the…

Wamiq
- 1,114
- 3
- 12
- 23
20
votes
1 answer
Why do I keep getting Database Inspector warning?
I changed something in my code (I'm not sure what), and now I get the following warning every time I run the emulator.
Database Inspector
For security reasons offline mode is disabled when the process being
inspected does not correspond to the…

OliverGriffin
- 370
- 3
- 17
10
votes
0 answers
Open encrypted database in Database Inspector
How can I open the encrypted database in Android Studio's Database Inspector? It always shows the database as closed.

Hamza Ahmed Khan
- 476
- 5
- 19
5
votes
0 answers
Android Studio App Inspection does not show database at times
I am using Arctic Fox 2020.3.1. I am not able to find a pattern that will make App Inspection work reliably - that is want to be able to inspect whenever I want. After dis/reconnecting, invalidating cache restart, app restart, app clear data and…

rysv
- 2,416
- 7
- 30
- 48
4
votes
1 answer
Missing Database Inspector selection in Android Studio Chipmunk
I have a Pixel XL 12 emulator on Android Studio Chipmunk running with Device Manager reported Android 12.0 and API 31. But I could not find the Database Inspector selection in View\Tool Windows at all. It does have an App Inspection. But there…

EmilyJ
- 872
- 2
- 8
- 19
4
votes
1 answer
Database Inspection is not showing inside App Inspection
I am trying to open Database Inspection inside App Inspection but It is not showing anything just leaving
Deploy your app to a device running API level 26 or higher
What I am using?
API level 28
Android 2020.3.1
It does even not work after running…

UG THE SEP
- 41
- 3
4
votes
0 answers
How to get the query execution time with database inspector?
I am using the database inspector to query the database. However, I want to know the execution time to optimize the performance of the query. Does anyone have any idea of getting the execution time of a query?

Patriotic
- 2,103
- 4
- 26
- 36
3
votes
0 answers
Android Studio App Inspector doesn't show databases
I tried to open the Database Inspector. For the emulator, it is working correctly, but when I tried to open it for my physical device it shows only the information "Deploy your app to a device running API level 26 or higher, or select a debuggable…

Julia
- 31
- 3
3
votes
4 answers
Android Studio. "Database Inspector is loading"
For some reason my Database Inspector is not working. It's just showing me "Loading message" for almost an hour (yep, I waited an hour for this). I already tried Invalidate cache and restart, unplug/plug a device, app reinstall. No effect.
Device…

Nikita Kalugin
- 682
- 2
- 14
- 37
3
votes
0 answers
Android Studio Databse Inspector not showing anything
I am using Room on my APP, and recently I am trying to give Database Inspector a try. I am running it on API 27, but nothing is showing.
The package name was selected, and I don't see anything the manual was stating. I've watched couple videos, and…

Sifaks Agizul
- 71
- 1
- 11
3
votes
3 answers
AndroidStudio 4.1 - Why Database Inspector slow down my Android emulator?
I have recently updated Android Studio to version 4.1, since this version it's possible to watch the app database.
When I use this functionality, my Android emulator is very slow. The same scenario appear when I'm using a physical phone.
Slowest…

Philippe Gibert
- 169
- 1
- 7
2
votes
1 answer
Android Studio 4.1 Database Inspector Does Not Detect Application Database
I'm currently trying to use the new Database Inspector that comes with the latest stable release of Android Studio 4.1. The inspector detects the device which is a Pixel 3, API 29 as well as the app process but does not show the app database in the…

danmaze
- 319
- 3
- 8
2
votes
1 answer
Android Studio 4.1 database inspector not showing Realm Database
I already update andorid studio to 4.1 stable version and I am trying to use Database inspector on my app, I am using Realm Database but it's not showing anything.

Mohammad Sommakia
- 1,773
- 3
- 15
- 48
1
vote
0 answers
Turn On Live updates By default in Android Studio Database Inspector?
How to have live updates on database inspector as a default setting when running app?
At the moment I have to manually click the tick box for each of the tables I use every time the app is launched.

mars8
- 770
- 1
- 11
- 25
1
vote
2 answers
Android Studio - Database inspector is not showing any process
I have an android project with SQLDelight database but i'm facing an issue that the process is not showing under the Database Inspector after i run the app on any device or emulator (i.e emulator Pixel 4, API 28).
Note that in the logcat, the…

user1386213
- 951
- 9
- 17