How To Terminate Database Inspector In Android Studio
I am using Database Inspector in Android Studio 4.1 Canary 10 (Build #AI-201.7223.91.41.6507185) and as this is a new feature, I am encountering many bugs. And there are a lot of e
Solution 1:
Finally, in Android Studio 4.2.0 they have added a button to stop the database inspector.
Android Studio 4.2.0+ Database Inspector -> (device list dropdown in top-left corner) -> Stop Inspector
Below 4.2.0 File -> Invalidate Caches/Restart -> Just Restart (no need to invalidate caches)
P.S. You can check your android studio version from: Help -> About
Solution 2:
File -> Invalidate Caches/Restart -> Invalidate And Restart
Do not open this tab again.
Solution 3:
Close Android Studio completely and open it and don't open the database inspector tab again.
Post a Comment for "How To Terminate Database Inspector In Android Studio"