1

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

enter image description here

user1386213
  • 951
  • 9
  • 17

2 Answers2

1

This is a problem that persists in the latest Andriod Bumblebee as well

  1. Check if your queries are actually working
  2. Click Invalidate Caches and Restart and select `Just Restart'
  3. Close the project from File>Close Project and open again
  4. Try updating or running the project in canary Andriod Studio
Narendra_Nath
  • 4,578
  • 3
  • 13
  • 31
0

I'm using a physical device. Restarting my device worked for me.

Abhishek Kumar
  • 4,532
  • 5
  • 31
  • 53