-
Notifications
You must be signed in to change notification settings - Fork 282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Need help] About Hot reload in android studio. #213
Comments
I'm not understanding the question.
If you are asking about hot-reload using Intellij, the current Intellij flutter extension doesn't support it. An issue has been opened on the flutter-intellij issue tracker, please follow: flutter/flutter-intellij#2250. If the feature gets implemented, please report back on this issue and we will provide the instruction to 'connect' hover to Intellij. Closing the issue for now. I will say subscribed to the feed. |
I know this issue is closed, but I found a slightly better way to launch hover in Android Studio / IntelliJ and wanted to share. This is my source I added hover as an External Tool like this: And now I can launch my flutter app in hover by going into Tools - External Tools - Hover I prefer this over having it run in a terminal Tab, since it groups nicely with other applications I ran in the Run tab: |
Have you finished debugging windows in IntelliJ ? |
What do you mean „finished“? If you mean if I could attach a debugger - then sadly no. I never tried to either. I guess this should raise a separate issue, my guess is that you can actually attach a debugger to the dart VM after the app started like you can with Java |
I have seen that hover can be connected to vscode in a certain way ,as #129 , and even theoretically can complete this process through plugins?
So Android Studio/Intellij Idea can do this?
The text was updated successfully, but these errors were encountered: