Skip to content
New issue

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

Support non-mobile targets (Wear OS, TV) #175

Closed
alexvanyo opened this issue Jul 27, 2021 · 1 comment · Fixed by #180
Closed

Support non-mobile targets (Wear OS, TV) #175

alexvanyo opened this issue Jul 27, 2021 · 1 comment · Fixed by #180

Comments

@alexvanyo
Copy link
Contributor

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:

  • 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:

  • Expand the allowed list to include all 7 currently available targets
  • Remove the strict validation for the targets, to guard against new ones
  • Some combination of both (check if it is a recognized target, and if not, warn but don't fail)
@ychescale9
Copy link
Member

Thanks for raising this! I'm happy to add those targets to the allow list. Is it something you want to contribute?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants