

SQLITE BROWSER FOR ANDROID STUDIO UPDATE
If you want the Database Inspector to automatically update the data it presentsĪs you interact with your running app, check the Live updates checkbox at Next time your app reads the modified data from the database. (such as with LiveData or Flow), then any changes you make to the data are If your app uses Room and your UI observes the database You can modify data in a table by double-clicking a cell, typing a new value,Īnd pressing Enter. The data in the inspector window by that column. Double-click a table name to display itsĭata in the inspector window to the right. The Databases pane displays a list of the databases in your app and the The databases in the currently running app appear in the Databases pane.Įxpand the node for the database that you want to inspect. Select the running app process from the dropdown menu. Select View > Tool Windows > App Inspection from the menu bar. Note: A known issue related to the Android 11 emulator causes apps toĬrash when connecting to the DB Inspector. Run your app on an emulator or connected device running API To open a database in the Database Inspector, do the following: SQLite libraries that you bundle with your app. Note: The Database Inspector only works with the SQLite library included in theĪndroid operating system on API level 26 and higher. Plain SQLite and with libraries built on top of SQLite, such as This isĮspecially useful for database debugging.

Query, and modify your app's databases while your app is running. In Android Studio 4.1 and higher, the Database Inspector allows you to inspect,
