Skip to content

No longer functional #5

Open
Open
@tehdiplomat

Description

@tehdiplomat

I had been using this with a github action recently, but a change inside github actions has broken the functionality here.

This is the thread in github actions that talks about the breaking changes:

actions/runner-images#8952 (comment)

I've replaced the whole github action with the following:

I'm only referencing Java 11 here because I need Java 8 in my project for legacy reasons.

- name: Set Up Android tools
        run: |
          JAVA_HOME=${JAVA_HOME_11_X64} ${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager --sdk_root=$ANDROID_SDK_ROOT --install "platforms;android-26"
          JAVA_HOME=${JAVA_HOME_11_X64} ${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager --sdk_root=$ANDROID_SDK_ROOT --install "build-tools;30.0.3"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions