My flutter inspector in android studio is stuck on "Installing Dev tools"
it worked before, Today when I opened it, it did not work
My flutter inspector in android studio is stuck on "Installing Dev tools"
it worked before, Today when I opened it, it did not work
The fact is that the IDE seems to recently have started using embedding devtools in the inspector tab. I have my Flutter version up to date and my Android Studio's version is 4.1. Until the problem gets solved I have three possible solutions:
flutter.bat pub global activate devtools
flutter.bat pub global run devtools
And by the way, in order to use Devtools you should first make sure your application is running ;)
As I said before, they seem to be already fixing the problem. They made other changes to DevTools management that should solve the issue. For more information you should go to: https://github.com/flutter/flutter-intellij/issues/5032
what I did
Closed the Android Studio and Opened it again, Run the project, and waited for 2 mins, this time it has shown.