Open victorbnl opened 1 year ago
@EmilianoMorghen I think we should investigate this one
I'm having the same issue
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"
Newer Android Studio (Hedgehog) projects require Java 17 to be built. There should be an option to use Java 17.