About Store Forum Documentation Contact



Post Reply 
Android -> OpenJDK also possible?
Author Message
Fluxor Offline
Member

Post: #1
Android -> OpenJDK also possible?
Is it also possible to use OpenJDK instead of the Oracle Java SE?

Thanks.
12-31-2020 06:20 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Android -> OpenJDK also possible?
I have never tried it so I don't know,
installation guide here if you need it: https://esenthel.com/?id=doc#Compilers
12-31-2020 06:27 PM
Find all posts by this user Quote this message in a reply
Fluxor Offline
Member

Post: #3
RE: Android -> OpenJDK also possible?
Just tried it.
Build failed, but I do not know if this is because of this or because of
something else?

Code:
fcntl(): Bad file descriptor
make: Entering directory '/Volumes/HDD3/Esentel/Esenthel/Projects/_Build_/MyApplication/Android'
[arm64-v8a] Install        : libProject.so => libs/arm64-v8a/libProject.so
make: Leaving directory '/Volumes/HDD3/Esentel/Esenthel/Projects/_Build_/MyApplication/Android'
fcntl(): Bad file descriptor
make: Entering directory '/Volumes/HDD3/Esentel/Esenthel/Projects/_Build_/MyApplication/Android'
[armeabi-v7a] Install        : libProject.so => libs/armeabi-v7a/libProject.so
make: Leaving directory '/Volumes/HDD3/Esentel/Esenthel/Projects/_Build_/MyApplication/Android'
Buildfile: /Volumes/HDD3/Esentel/Esenthel/Projects/_Build_/MyApplication/Android/build.xml
BUILD FAILED
/Volumes/HDD3/Esentel/Esenthel/Projects/_Build_/MyApplication/Android/build.xml:11: Cannot find /Volumes/HDD3/AndroidSDK/tools/ant/build.xml imported from /Volumes/HDD3/Esentel/Esenthel/Projects/_Build_/MyApplication/Android/build.xml
Total time: 0 seconds
12-31-2020 06:51 PM
Find all posts by this user Quote this message in a reply
Post Reply