On 09/10/2013 02:55 PM, Tobias Bley wrote:
Hi,with the current repository of OpenJFX I can’t build OpenJFX for Android anymore (gradle clean sdk -PCOMPILE_TARGETS=android ). Is there something that has changed? Maybe I need another Android SDK or NDK (currently using android-ndk-r9) Best regards, Tobi
Hi, would you send what was the failure message?It builds ok (but on Linux) with binary stub from jdk8-ea-b104. Try to add property -PBINARY_STUB=jdk1.8.0/jre/lib/ext/jfxrt.jar
-Tomas