由于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
参数。