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

[Feature]: Test android emulator on google cloud run #487

Closed
yowpark opened this issue Sep 20, 2023 · 2 comments
Closed

[Feature]: Test android emulator on google cloud run #487

yowpark opened this issue Sep 20, 2023 · 2 comments
Assignees
Labels
status: needs triage Needs to be triaged by maintainers type: feature request
Milestone

Comments

@yowpark
Copy link
Contributor

yowpark commented Sep 20, 2023

Problem

For the future features, find the way to run android emulator on google cloud run

Solution brainstorm

For the future features, find the way to run android emulator on google cloud run

@yowpark yowpark added status: needs triage Needs to be triaged by maintainers type: feature request labels Sep 20, 2023
@yowpark yowpark added this to the v2.1.0 milestone Sep 20, 2023
@yowpark yowpark self-assigned this Sep 20, 2023
@oneofthezombies
Copy link
Contributor

sub issue on #451

@yowpark
Copy link
Contributor Author

yowpark commented Oct 4, 2023

Android Emulator on GCP

Is it possible to run an Android emulator using docker?

Yes, it's possible. Below are three example repositories and docker images available:

Is running a docker emulator possible on GCP?

Yes, it's possible. GCP supports nested virtualization.

What are the alternatives to improve GCP docker emulator performance?

  1. Run the emulator directly on a GCP VM instance (without containerizing it).
  2. Verify performance on a GCP GPU-enabled instance.
  3. Proceed with building a container-optimized OS (COS) with KVM enabled.

@yowpark yowpark closed this as completed Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: needs triage Needs to be triaged by maintainers type: feature request
Projects
None yet
Development

No branches or pull requests

2 participants