Android Studio 4.1 数据库检查器未显示领域数据库

Android Studio 4.1 database inspector not showing Realm Database

我已经将 android studio 更新到 4.1 稳定版,我正在尝试在我的应用程序上使用数据库检查器,我正在使用 Realm 数据库,但它没有显示任何内容。

关注此文档 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.

我认为它不适用于 Realm