javafxmobile-plugin
javafxmobile-plugin copied to clipboard
A gradle plugin for building mobile applications in java.
I encounter some sort of reflection issue when I am using plugin 2.x version, I can't find a way to configure in gradle in order to force GraalVM to prepare...
Currently javafxports only support English language, the text for other languages (eg. Persian, Chinese) is rendered as crossed boxes.
Good Morning, I tried to run the generated apk on the intel x86 emulator, however I ran into error whose the main message is INSTALL_FAILED_NO_MATCHING_ABIS : Failed to extract native...
Our team is hoping to get our app working on mobile. The last time we had it somewhat working on mobile was before java 9 released. We tried to run...
org.javafxports:jfxmobile-plugin:2.0.19 **Description** Having multiple iOS devices connected when running launchIOSDevice fails with an exception. **Exception** ``` [11:32:29:045] BosonAppBuilder: Multiple iOS devices connected to this system: *masked*, *masked*. We'll use the...
When i run my Gluon mobile application with jPro plugin, it is not possible to access the app via multiple clients. The first client can run the app in the...
I tried to install my app on android. But when I run androidInstall I get this error: `org.wildfly.transaction.client.provider.jboss.JBossJTALocalTransactionProvider.registerInterposedSynchronization:(Ljavax/transaction/Transaction;Ljavax/transaction/Synchronization;)V: invoking a signature-polymorphic requires --min-sdk-version >= 26 (currently 13)` I set compileSdkVersion...
The current version of javafxmobile-plugin does not support any entitlement specification other than the aps-envrionment. The Entitlement.plist file is re-created everytime a new build is executed in gradle. It would...
Will there be support for JDK 11 or 12? It has become next to impossible to maintain working applications across devices since there is currently a difference between Android support...
I get the following number format exception when trying gradle 5.0-rc-1: ``` Caused by: java.lang.NumberFormatException: For input string: "0-rc-1" at java_lang_Integer$parseInt.call(Unknown Source) at org.javafxports.jfxmobile.plugin.JFXMobilePlugin.apply(JFXMobilePlugin.groovy:120) at org.javafxports.jfxmobile.plugin.JFXMobilePlugin.apply(JFXMobilePlugin.groovy) at org.gradle.api.internal.plugins.ImperativeOnlyPluginTarget.applyImperative(ImperativeOnlyPluginTarget.java:42) at org.gradle.api.internal.plugins.RuleBasedPluginTarget.applyImperative(RuleBasedPluginTarget.java:50)...