gpt4 book ai didi

flutter - 如何将 Android 模拟器添加到 VS 代码?

转载 作者:行者123 更新时间:2023-12-05 09:06:27 24 4
gpt4 key购买 nike

当我使用 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/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com