-
If you are looking for help, please confirm the following...
Which mobile framework are you using?React Native Steps to reproduceHey guys. I have some difficulties running detox test on the hosted machine. I red these docs After applying all the steps mentioned i get error
After that I thought that I am not using the proper avdName and started to search what are the provided names of the emulators. And for my surprise there are none I have searched for any info that can resolve my issue, tried numerous options to find and start any emulator, but with no success. codemagic.yaml
package.json
detoxrc.js
Expected resultsI am expecting to build test apk, launch emulator and execute e2e tests with Detox Actual resultsError after tests start due to missing emulator Build id (optional)66b1dd30e6e549d5839e942b |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hey @Bebrevski The current version of Apple M1 virtualization does not support Android emulators. If your build requires an Android emulator change your workflow to run on Linux To keep using Linux-based Mac in Although there is some preliminary information about an API in development regarding the nested virtualization feature here but it is still in beta. |
Beta Was this translation helpful? Give feedback.
-
I'm tentatively closing the discussion since we haven't heard back from you. You can open the discussion again by replying to this message or opening a new discussion. |
Beta Was this translation helpful? Give feedback.
Hey @Bebrevski
The current version of Apple M1 virtualization does not support Android emulators. If your build requires an Android emulator change your workflow to run on Linux
To keep using Linux-based Mac in
codemagic.yaml
, set instance_type tolinux_x2
Although there is some preliminary information about an API in development regarding the nested virtualization feature here but it is still in beta.