Search code examples
androidandroid-studiorealmdatabase-inspector

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.

enter image description here


Solution

  • Follow this docs Debug your database with the Database Inspector:

    In Android Studio 4.1 and higher, the Database Inspector allows you to inspect, query, and modify your app's databases while your app is running. This is especially useful for database debugging. The Database Inspector works with plain SQLite and with libraries built on top of SQLite, such as Room.

    I dont think that it works with Realm