'Unable to activate Dart Devtools in Android Studio
I have no idea about "Activaing Dart DevTools". I had not get any response for a long time! andorid studio progress
Solution 1:[1]
On Android Studio, go to the terminal and write the command dart devtools. Then wait for a while. It will open a tab in your browser and it will give you an address like this Serving DevTools at http://127.0.0.1:9234 that you need to write as the URL to connect.
Solution 2:[2]
You can also do it easier by clicking on the Open Flutter DevTools button that shows in the Run console in Android Studio. It's blue, on the right of the Hot Reload and the Hot Restart.
Solution 3:[3]
for new versions of flutter plugin and android studio, there is no icon for Dart Devtools, instead, the terminal will give you a link like:
The Flutter DevTools debugger and profiler on sdk gphone64 x86 64 is available at: http://127.0.0.1:9100?uri=http://127.0.0.1:62203/l8yx-VW8bgA=/
you just click on it to open the browser.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | parkorian |
| Solution 2 | parkorian |
| Solution 3 | DharmanBot |
