Hi guys.
I want to ask, is anyone familiar with Ant build scripts?
I have encountered some problems that I cannot solve.
I hope to use SDK to complete the release of desktop games and Android games.
However, SDK3.3.2 (Jme3.3.2API) seems to have to run on jdk11?
When I build android, ant prompts that 1.5 source is not supported. as follows:
(Translation of the above error: source 1.5 is not supported, please select 1.6 or higher)
Change to 1.7 and package the APK, and then install an error:
The error seems to be that the jme3.3.2 API can only be executed on jdk11?
So I changed it to 11.
But I encountered a new problem, as follows:
(The translated meaning is: 11 does not support the --boot-class-path option)
The reason I don’t use AndroidStudio is that I don’t want to use SDK to maintain the desktop version, and then use AndroidStudio to maintain a separate Android version. I hope everything is done in the SDK.
Hope someone can help me, thanks.!