android-sdk 使用命令行创建虚拟设备让flutter 运行

发布于 2022-09-13 01:13:01 字数 1837 浏览 21 评论 0

我想在中 VSCode 运行 Flutter 项目的安卓应用需要虚拟设备

但是我没有安装Android Studio 也不想安这个大东西

而是通过 Scoop 安装的 android-sdk

所以需要通过命令行来创建虚拟设备让 flutter 运行

也不知道 avdmanager list中 选那些更为稳妥

...
---------
id: 5 or "Galaxy Nexus"
    Name: Galaxy Nexus
    OEM : Google
---------
id: 6 or "Nexus 10"
    Name: Nexus 10
    OEM : Google
---------
id: 7 or "Nexus 4"
    Name: Nexus 4
    OEM : Google
---------
id: 8 or "Nexus 5"
    Name: Nexus 5
    OEM : Google
---------
id: 9 or "Nexus 5X"
    Name: Nexus 5X
    OEM : Google
---------
id: 10 or "Nexus 6"
    Name: Nexus 6
    OEM : Google
---------
id: 11 or "Nexus 6P"
    Name: Nexus 6P
    OEM : Google
---------
id: 12 or "Nexus 7 2013"
    Name: Nexus 7
    OEM : Google
---------
id: 13 or "Nexus 7"
    Name: Nexus 7 (2012)
    OEM : Google
---------
id: 14 or "Nexus 9"
    Name: Nexus 9
    OEM : Google
---------
id: 15 or "Nexus One"
    Name: Nexus One
    OEM : Google
---------
id: 16 or "Nexus S"
    Name: Nexus S
    OEM : Google
---------
id: 17 or "pixel"
    Name: Pixel
    OEM : Google
---------
...

下面是avdmanager list avd的输出

Available Android Virtual Devices:


sdkmanager --list

  Path                 | Version | Description                       | Location
  -------              | ------- | -------                           | -------
  build-tools;31.0.0   | 31.0.0  | Android SDK Build-Tools 31        | build-tools\31.0.0\
  platform-tools       | 31.0.3  | Android SDK Platform-Tools 31.0.3 | platform-tools\
  platforms;android-31 | 1       | Android SDK Platform 31           | platforms\android-31\
  tools                | 26.1.1  | Android SDK Tools 26.1.1          | tools\

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文