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

Make it possible to change Java version #29

Open
victorbnl opened this issue Jul 22, 2023 · 3 comments
Open

Make it possible to change Java version #29

victorbnl opened this issue Jul 22, 2023 · 3 comments
Assignees

Comments

@victorbnl
Copy link

victorbnl commented Jul 22, 2023

Newer Android Studio (Hedgehog) projects require Java 17 to be built. There should be an option to use Java 17.

@edodusi
Copy link
Member

edodusi commented Sep 1, 2023

@EmilianoMorghen I think we should investigate this one

@jcardus
Copy link

jcardus commented Nov 4, 2023

I'm having the same issue

@tachibana-shin
Copy link

This can be easily fixed by installing java 17 first:

      - uses: actions/setup-java@v3
        with:
          distribution: "zulu" # See 'Supported distributions' for available options
          java-version: "17"

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

5 participants