我应该在Android SDK的avdmanager中指定什么作为--tag参数?

时间:2018-01-12 21:20:40

标签: android android-sdk-tools avd-manager

由于GUI工具在Android SDK的最新版本中消失了,我不想使用他们的Android Studio IDE,我正在尝试为模拟器创建虚拟设备。

$ sdkmanager "system-images;android-25;google_apis;armeabi-v7a"
done

$ avdmanager create avd -n test -k "system-images;android-25;google_apis;armeabi-v7a"
Error: Invalid --tag default for the selected package.

avdmanager工具输出的帮助:

  -g --tag     : The sys-img tag to use for the AVD. The default is to
                 auto-select if the platform has only one tag for its system
                 images.

这是什么意思?我应该为此命令行密钥添加什么值?

Official documentation甚至没有提及--tag参数。

0 个答案:

没有答案