Android Emulator booting up issue on macos-14 for webdriver IO tests using appium #9785
-
In my CI/CD pipeline for running tests on Android emulator, I have some steps to install the SDK, create the emulator and launch it before running the tests
where the env variables are set up at job level and the start_emu_headless.sh is as below
This is giving this error on macos-14 image continuously until 350 seconds timeout
If i change the image to macos-13, all runs fine Has anybody faced the issue and resolved it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @asudharsan! |
Beta Was this translation helpful? Give feedback.
Hey @asudharsan!
it's an expected behaviour. Take a look here, please: https://docs.veertu.com/anka/anka-virtualization-cli/nested-virtualization/#android-emulators
Other related issues: #9436, #9199 and #9194.