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

Switch Android emulators from macOS runners to Ubuntu runners #219

Open
karlhorky opened this issue Jun 1, 2024 · 0 comments
Open

Switch Android emulators from macOS runners to Ubuntu runners #219

karlhorky opened this issue Jun 1, 2024 · 0 comments

Comments

@karlhorky
Copy link
Member

karlhorky commented Jun 1, 2024

Android tests are failing on macos-14 runners, seemingly because GitHub Actions macos-14 runners with M1 chips do not support running Android emulators:

We could consider moving to Ubuntu, which may support Android emulators - apparently it's not complex to install the Android emulator, and there is a relatively short runtime installation time:

SDKMANAGER=${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager
echo "y" | ${SDKMANAGER} "tools"

Caveats

Since we're considering switching from Detox to Maestro, this may be irrelevant:

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

No branches or pull requests

1 participant