[Flutter problem record] Android Studio does not display the device bar (left of main.dart in the upper right corner)

Record the situation I encountered today:
open the project with android studio, I checked, and the flutter sdk and android sdk have been configured, but the device column on the left of main.dart in the upper right corner is not displayed.
Missing device bar
Solution:
Allow dart to support the current project
restore as before:
Show device bar

Guess you like

Origin blog.csdn.net/weixin_45625639/article/details/131880596