Unable to activate Dart Devtools in Android Studio
Asked Answered
G

5

8

I have no idea about "Activaing Dart DevTools". I had not get any response for a long time! andorid studio progress

Geraint answered 8/3, 2021 at 6:43 Comment(1)
Stay calm, that is not an error. You can restart your IDE if it relaxing you.Voltmeter
H
6
  • Android Studio : Tools -> flutter -> Open Flutter dev tool
  • VS Code: Search for Dart: in the command palette, then click on open DevTools
Heinrike answered 9/3, 2021 at 7:28 Comment(0)
U
4

Click on this in your android studio enter image description here

Then you will get a link like in this picture enter image description here

At the same time browser will open this enter image description here There you just paste your generated link and connect

Unable answered 8/7, 2023 at 21:7 Comment(0)
A
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.

Aurignacian answered 20/3, 2022 at 12:26 Comment(0)
A
1

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.

Aurignacian answered 20/3, 2022 at 12:36 Comment(0)
B
1

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.

Birth answered 20/5, 2022 at 9:35 Comment(0)

© 2022 - 2025 — McMap. All rights reserved.