question

aehrlich avatar image
aehrlich asked lorenan answered

Java version?

Can we use Java 17 or java 11? What are the supported java versions and target compatibility versions?

Clover Android SDK
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

sonalsonavane avatar image
sonalsonavane answered aehrlich commented

Hello, Could you please provide some context your question? Thank you.

1 comment
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

aehrlich avatar image aehrlich commented ·
when we build android apps to run on the clover platform, what JDK version should we use?
0 Likes 0 ·
janesbenth1 avatar image
janesbenth1 answered

I appreciate it very much. I learned a great deal from your post, and it broadened my perspective.

euchre online

10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

lorenan avatar image
lorenan answered

There are two options available that you can take a look at:

1. Source with values that match the Java versions, up to the JDK in use for compilation (eg octordle 1.8 for JDK8). The version value restricts the language features that can be used in your source code to the corresponding Java version.

2. Target similar but version control of generated class files. This means that the provided version value will be the lowest Java version the program can run on.

10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community