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 emulator and the process and logs are showing well, and the same project is showing the process for the others. i tried invalidate cache and restart, and it is still the same. My android studio version is: 4.2.2
Asked
Active
Viewed 1,441 times
2 Answers
1
This is a problem that persists in the latest Andriod Bumblebee as well
- Check if your queries are actually working
- Click Invalidate Caches and Restart and select `Just Restart'
- Close the project from File>Close Project and open again
- Try updating or running the project in canary Andriod Studio

Narendra_Nath
- 4,578
- 3
- 13
- 31