We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I want to build, test, or bundle I just run ./gradlew task. Why do i need to download java?
The text was updated successfully, but these errors were encountered:
if you use github hosted runner, (aka runs-on: ubunut-latest), it has almost everything installed, check in details https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-README.md#android
runs-on: ubunut-latest
however, on self-hosted runner, we may need this setp-android to have the android sdk setup to make build work
Sorry, something went wrong.
It's true, if you're using self-hosted runner, so you need to install android on runner or use this action.
No branches or pull requests
When I want to build, test, or bundle I just run ./gradlew task.
Why do i need to download java?
The text was updated successfully, but these errors were encountered: