Device Configuration

Android

You can configure your Flows to run on a specific Android OS version (API level) using the android-api-level parameter when running the maestro cloud command:
maestro cloud --android-api-level 29 myapp.apk myflows/

Emulator specs

  • x86_64 architecture
  • Android API 30 (Google APIs) (Default)
  • 606x1280, 244 dpi
Supported API levels:
Android Version
API Level
Android 13 Tiramisu
33 (Google APIs)
Android 12 Snow Cone
31 (Google APIs)
Android 11 Red Velvet Cake
30 (Google APIs) (default)
Android 10 Quince Tart
29 (Google APIs)

iOS

Flows will be run on iOS simulators

Simulator Specs

  • x86 architecture
  • iOS version 15.5 (default)
  • iPhone 11
  • 828x1792, 326 ppi
You can configure your Flows to run on a specific iOS major version using the ios-version parameter when running the maestro cloud command:
maestro cloud --ios-version 16 myapp.app myflows/
Maestro Cloud will automatically select an appropriate minor version, meaning that if you specify iOS 16 your Flows will for example be run on 16.2. If you happen to specify a minimum deployment target version that is below the selected minor version (for example 16.0), an error message will be surfaced with instructions on how to recover.
Available versions:
  • iOS 15 (default)
  • iOS 16
Support for x64 ARM builds is being investigated