Replies: 2 comments 1 reply
-
We support Linux and Windows as well. Maybe we are a bit slower and less
concentrated on fixing OS-specific issues, but still we do support all the
three major platforms.
пн, 14 лист. 2022 р. о 13:14 Ahmed Tarek ***@***.***> пише:
… It is impossible to run android on CircleCI due to a requirements
deadlock. Details below.
- Detox only supports macOS. https://github.com/wix/Detox#environment
- CircleCI MacOS machines come with Java 11. Which is supported by
android command line tools https://developer.android.com/studio/
(refer to Command line tools only section for downloads for CI)
- CircleCI MacOS machines don't support running android emulator with
Java 11 and latest command line tools due to Incompatible hardware. (Note,
a common thought would be to go with Intel HAXM package installation, but
it's not supported due to the hardware as well). CircleCI build hosts
are Intel-based Mac
<https://circleci.com/docs/using-macos/#apple-silicon-support>.
Android Emulator requires an Intel processor with VT-x and NX support.
A workaround would be to use another emulator like Genymotion, however,
that's not a viable approach for everyone.
—
Reply to this email directly, view it on GitHub
<#3704>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAO7DZKQPV272LFVC4PD4N3WIINKVANCNFSM6AAAAAAR7WRTU4>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
@a-tokyo thanks for bringing this to our attention. https://wix.github.io/Detox/docs/cli/test#options |
Beta Was this translation helpful? Give feedback.
-
Although Detox is supposedly compatible with CircleCI, It is impossible to run Android on CircleCI due to a requirements deadlock.
A workaround would be to use another emulator like Genymotion, however, that's not a viable approach for everyone.
Beta Was this translation helpful? Give feedback.
All reactions