We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently the list of allowed targets are:
default
google_apis
google_apis_playstore
However, sdkmanager and avdmanager also have images to support emulators for other devices:
sdkmanager
avdmanager
android-wear
android-wear-cn
android-tv
google-tv
Since the specified target is validated, right now there's no easy way to use any of those 4 targets.
A few possible solutions:
The text was updated successfully, but these errors were encountered:
Thanks for raising this! I'm happy to add those targets to the allow list. Is it something you want to contribute?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Currently the list of allowed targets are:
default
google_apis
google_apis_playstore
However,
sdkmanager
andavdmanager
also have images to support emulators for other devices:android-wear
android-wear-cn
android-tv
google-tv
Since the specified target is validated, right now there's no easy way to use any of those 4 targets.
A few possible solutions:
The text was updated successfully, but these errors were encountered: