Fluxor
Member
|
Android -> OpenJDK also possible?
Is it also possible to use OpenJDK instead of the Oracle Java SE?
Thanks.
|
|
12-31-2020 06:20 PM |
|
Esenthel
Administrator
|
RE: Android -> OpenJDK also possible?
|
|
12-31-2020 06:27 PM |
|
Fluxor
Member
|
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 |
|