javafxmobile-plugin icon indicating copy to clipboard operation
javafxmobile-plugin copied to clipboard

A gradle plugin for building mobile applications in java.

Results 27 javafxmobile-plugin issues
Sort by recently updated
recently updated
newest added

Hey everybody, I am trying to write a scala App via the javafxmobile-plugin, but I keep running into the all to common problem: `com.android.dex.DexException: Too many classes in --main-dex-list, main...

I get following error with my application during startup: Proxy is not supported until module system is fully initialized Example application: public class Application extends MobileApplication { @Override public void...

Currently the NSLog output can be seen through: Xcode -> Window -> Devices and Simulators -> Open console, but it is not visible through the Java logging mechanism.

**BLOCKER** **org.javafxports:jfxmobile-plugin:2.0.24 iOS 11.40** OSX 10.13.5 XCode Version Version 9.4 (9F1027a) downConfig 3.8.0 **Description** Using javafx.scene.text.Font such as calling: `Font.getFontFamilies();` Results in: `non-fatal, couldn't load class named com/sun/javafx/font/t2k/T2KFactory Exception in...

org.javafxports:jfxmobile-plugin:2.0.20 OSX 10.13.4 XCode Version 9.3 (9E145) iOS 11.3.0 and 11.3.1 on iPad and iPhone downConfig 3.8.0 Unable to deploy and run any app successfully. One app that previously worked...

org.javafxports:jfxmobile-plugin:2.0.18 Gradle 4.6 OSX **Description** Files in jar files (e.g. license/LICENSE) will cause a build exception when executing launchIOSDevice. It appears to conflict with build/gvm/LICENSE. I'm not sure why... the...

ch.qos.logback:logback-classic:1.2.3 ch.qos.logback:logback-core:1.2.3 org.slf4j:slf4j-api:1.7.25 org.javafxports:jfxmobile-plugin:2.0.20 Calling useLogger() in the following example will hang the vm on iOS. It works fine on the desktop and Android. I haven't looked deeper into slf4j/logback...

**Background of the issue** I discovered this problem when using Jackson to generate JSON from an immutable object. Jackson can be used without annotations to create immutable objects, given that...

**Workaround** Deleting ~/.gvm solves the problem, so is clearly some environment issue. How this happened puzzles me. **Environment** Mac OS 10.13.4 intellij 2018.1 Gluon Plugin Version: 2.6.3 jfxmobile-plugin: 2.0.18 JDK...