Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Release workflow fails due to missing build tools #24

Closed
XiangRongLin opened this issue Dec 18, 2024 · 3 comments
Closed

Release workflow fails due to missing build tools #24

XiangRongLin opened this issue Dec 18, 2024 · 3 comments
Assignees
Labels
ASAP Issue needs to be fixed as soon as possible bug Something isn't working

Comments

@XiangRongLin
Copy link
Collaborator

exception: Exception: Cannot find Android build tools. Please setup Android before this action.

see here: https://github.com/TeamNewPipe/NewPipe-nightly/actions/runs/12384391076

@XiangRongLin XiangRongLin added the bug Something isn't working label Dec 18, 2024
@ShareASmile
Copy link

Also release workflow fails on Refactor nightly repo for the same reason.

see here: https://github.com/TeamNewPipe/NewPipe-refactor-nightly/actions/runs/12384536528/job/34569265495

@ShareASmile ShareASmile added the ASAP Issue needs to be fixed as soon as possible label Jan 14, 2025
@litetex
Copy link
Member

litetex commented Jan 24, 2025

ilharp/sign-android-release#24

@litetex litetex self-assigned this Jan 24, 2025
@litetex
Copy link
Member

litetex commented Jan 24, 2025

So the main cause here is the change of GitHub's ubuntu-latest from 22.04 to 24.04:

Tool name Ubuntu 22.04 Ubuntu 24.04 Notes
Android SDK Build-tools 34.0.0 33.0.0 33.0.1 33.0.2 33.0.3 32.0.0 31.0.0 34.0.0 The most recent version are installed

Fixed it by updating the versions and it works again 🎉

@litetex litetex closed this as completed Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ASAP Issue needs to be fixed as soon as possible bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants