For my current Android application I am employing this version of Android Studio
Android Studio Dolphin | 2021.3.1 Canary 9
Build #AI-213.7172.25.2113.8473230, built on April 19, 2022
Runtime version: 11.0.13+0-b1751.21-8125866 x86_64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
macOS 10.15.7
GC: G1 Young Generation, G1 Old Generation
Memory: 4096M
Cores: 12
Registry:
external.system.auto.import.disabled=true
ide.text.editor.with.preview.show.floating.toolbar=false
my local room database employs a HelperFactory from requery
api 'com.github.requery:sqlite-android:3.36.0'
this all works fine, apart from the fact Android Studio does not allow me to browse the database via the App Inspection -> Database Inspector
the only approach that I have found is to configure the HelperFactory to be set on release builds only.
Is there any method I can employ that allows Android Studio to open my on device room database when requery HelperFactory is set?