-
Notifications
You must be signed in to change notification settings - Fork 15
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
Android Studio Flamingo & JDK 17 #120
Comments
You can use - uses: actions/setup-java@v3
with:
distribution: zulu
java-version: '17' |
Right. That's what I used to update my CI/CD. But it's a cost of 40 seconds of execution time. |
On my side, I install JDK 17 manually with something like this.
|
Unfortunately, it returns the same error. Edit: After some attempts, I realized that every time the workflow starts to execute fabernovel docker, JAVA_HOME overrides what was exported beforehand from the task above, so instead of running separate task for JDK 17 I set the configuration inside the exec block of the task which is using the docker container thus JAVA_HOME remains with the JDK 17 path:
|
Is this repository no longer maintained? |
Hello, version 1.8.0 has been released and supports API 34 and JDK 17 You can use |
Android Studio Flamingo is now stable and one of notable changes is embedded JDK moved to 17.
Currently, docker-android releases only bring JDK 8/11.
The text was updated successfully, but these errors were encountered: