作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
当我使用 flutter run
命令时,它显示以下消息:
Multiple devices found:
Chrome (web) • chrome • web-javascript • Google Chrome 88.0.4324.146
Edge (web) • edge • web-javascript • Microsoft Edge 86.0.622.51
[1]: Chrome (chrome)
[2]: Edge (edge)
Please choose one (To quit, press "q/Q"):
这也是 flutter emulators
命令的结果:
3 available emulators:
Nexus_5x • Nexus_5x • Google • android
Pixel_2_API_29 • Pixel 2 API 29 • Google • android
pixel_xl • pixel_xl • Google • android
To run an emulator, run 'flutter emulators --launch <emulator id>'.
To create a new emulator, run 'flutter emulators --create [--name xyz]'.
You can find more information on managing emulators at the links below:
https://developer.android.com/studio/run/managing-avds
https://developer.android.com/studio/command-line/avdmanager
是否可以将 Android 模拟器添加到 chrome 和 edge 浏览器旁边的 flutter run
命令列表中?
最佳答案
你应该:
flutter emulators
flutter emulators --launch Nexus_5x
然后,当您运行 flutter run
时,您应该会看到新的 android 模拟器。
关于flutter - 如何将 Android 模拟器添加到 VS 代码?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66068639/
我是一名优秀的程序员,十分优秀!