Skip to content

API-LEVEL does not work with latest version within the latest sdk like (35-ext15) #429

@TimoPtr

Description

@TimoPtr

Google started to release images like system-images;android-35-ext15;android-wear;arm64-v8a. Right now in the current version of this Action we can't use it.

We should either add a suffix option to keep api-level a number or parse the number in api-level.

Something like

 - uses: reactivecircus/android-emulator-runner@v2
        with:
          api-level: "35-ext15"

OR

 - uses: reactivecircus/android-emulator-runner@v2
        with:
          api-level: "35"
          api-level-sufix: "-ext15"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions