Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Android emulator not booting on "platform": "both" #1457

Open
mrvnklm opened this issue Nov 25, 2024 · 0 comments
Open

Android emulator not booting on "platform": "both" #1457

mrvnklm opened this issue Nov 25, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@mrvnklm
Copy link

mrvnklm commented Nov 25, 2024

Android emulators are not booting and therefor not showing up if platform: both is set, see my config examples:

working:

{
    "server": {
        "base-path": "/wd/hub",
        "use-plugins": [
            "device-farm"
        ],
        "plugin": {
            "device-farm": {
                "platform": "android",
                "iosDeviceType": "real",
                "androidDeviceType": "simulated",
                "emulators": [
                    {
                        "avdName": "Pixel_9_API_35",
                        "launchTimeout": 120000
                    }
                ],
                "bootedSimulators": true
            }
        }
    }
}

not working:

{
    "server": {
        "base-path": "/wd/hub",
        "use-plugins": [
            "device-farm"
        ],
        "plugin": {
            "device-farm": {
                "platform": "both",
                "iosDeviceType": "real",
                "androidDeviceType": "simulated",
                "emulators": [
                    {
                        "avdName": "Pixel_9_API_35",
                        "launchTimeout": 120000
                    }
                ],
                "bootedSimulators": true
            }
        }
    }
}

Logs: https://gist.github.com/mrvnklm/649884ffe9fea59ebcafa8962dcce49c

@saikrishna321 saikrishna321 added the bug Something isn't working label Nov 25, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants