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
Running with JAVA 11 will cause the script to fail. The readme should specify Environment of JAVA 8 or any other JAVA versions.
readme
Environment
JAVA 8
JAVA 11
Add Environment section to readme and specify JAVA 8.
User.
The text was updated successfully, but these errors were encountered:
Please ignore and close this if it's related to the first set up test only and the project is correctly generated with JAVA 11.
Sorry, something went wrong.
as of now, the generated project only supports JAVA 8, it has been a decade like this so it's a very common setup for android dev 😓
recently, Java 11 has been supported since Android Studio 3.0 in 2020: https://developer.android.com/studio/releases/gradle-plugin?utm_source=android-studio-2020-3-1&utm_medium=studio-assistant-stable#java-11
So the actual request is: should we support Java 11 from the generated codebase as well?
The latest java version is 16, so actually, it might be a valid Note to add on the Prerequisite anw 👍
@blyscuit Do you still have this issue? I tried on both Java 11 and 17, and I could build the project successfully. cc @sleepylee
JAVA 17
No branches or pull requests
Why
Running with JAVA 11 will cause the script to fail. The
readme
should specifyEnvironment
of JAVA 8 or any other JAVA versions.JAVA 8
JAVA 11
Acceptance Criteria
Add
Environment
section toreadme
and specify JAVA 8.Who Benefits?
User.
The text was updated successfully, but these errors were encountered: