I have recently updated Android Studio to version 4.1, since this version it's possible to watch the app database.
When I use this functionality, my Android emulator is very slow. The same scenario appear when I'm using a physical phone.
Slowest activities are those which get data from database with the Room library.
It is impossible to switch off "Database Inspector", I have to invalidate my cache and restart Android Studio.
Is there any solutions?
