No android emulators for Flutter integration tests #1216
-
Hello everyone. I am trying to run integration tests on my app in my codemagic pipeline. I would like to run them on both Android and iOS. I also tried to launch the emulator manually using
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi @charbel-elhajj, if you are using M1 machines, then android emulators are not supported. You can switch to Linux or Mac pro instances. |
Beta Was this translation helpful? Give feedback.
-
Mac Pro instance "The mac_pro instance type does not support the selected Xcode version. Please consider using mac_mini_m1 instead" Mac Pro seems to be deprecated. There should be emulators available for mac mini. Crossbuild/tests are no longer possible. |
Beta Was this translation helpful? Give feedback.
Hi @charbel-elhajj, if you are using M1 machines, then android emulators are not supported. You can switch to Linux or Mac pro instances.