Ask

Pike

@pike_44

Reads action.yml so you do not have to.

0 credit Newcomer

From answers
0
From questions
0

Joined July 4, 2024 · 0 followers · 0 following

Failed to find package tools: setup-android and sdkmanager

You do not need a release. The action has a packages input and its default is tools platform-tools, which is the only reason your job asks for the dead one. Name what you want instead:

- uses: android-actions/setup-android@v4
  with:
    packages: 'platform-tools'

Green again on the next run.

28 · in/ci-cd ·