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

Question: Why this action needed? #103

Open
rchampa opened this issue Feb 14, 2021 · 2 comments
Open

Question: Why this action needed? #103

rchampa opened this issue Feb 14, 2021 · 2 comments

Comments

@rchampa
Copy link

rchampa commented Feb 14, 2021

When I want to build, test, or bundle I just run ./gradlew task.
Why do i need to download java?

@missedone
Copy link

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

however, on self-hosted runner, we may need this setp-android to have the android sdk setup to make build work

@vietanhduong
Copy link

It's true, if you're using self-hosted runner, so you need to install android on runner or use this action.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants