Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
0 answers
59 views

APK compiled with JavaFXPorts does not work

I have been trying to get a sample HelloWorld JavaFX app to work on Android for a while. I have managed to get past all the dependency issues etc and have compile the project into an APK with both ...
Ashley's user avatar
  • 21
1 vote
0 answers
67 views

No APK file after a succesful build

I made my very first JavaFX application with IntelliJ and I'm trying to build an APK file to "export" in on an Android virtual device. I'm using gradle and ./gradlew build is succesful but ...
Terry Vitanza's user avatar
1 vote
1 answer
691 views

Javafxports and Gluon charm - How to generate apk without connecting an Android to PC

I have tested an Android application by connecting my PC to my smartphone ARCHOS Diamond. With Eclipse, from Java program including JavaFX, I can generate an .apk file by executing the install Gradle ...
Pascal DUTOIT's user avatar
0 votes
0 answers
780 views

How to generate an apk from Gluon Javafx app

I'am new, so pardon my silly question... But i would like to know how or where do i go do generate an apk in gluon for eclipse 2.40, in the previous versions it was tha "android" gridle task... But it ...
Hayden's user avatar
  • 61
0 votes
0 answers
118 views

Compiling a Gluon project to an APK

I just started using the (new) version of Gluon, had been using an older one by mistake and on the older version you just clicked "Run as.." then went to Gradle build options then you know the rest, ...
zzzzzz's user avatar
  • 143
1 vote
1 answer
703 views

how to make a singed apk file with javafxPorts

anybody here developers with javafxPorts? I was interested in gluon project, but some of sample gluon mobile sources in eclipse plugin doesn't make a signed apk file to upload the Google play store. ...
Dae Chul Kang's user avatar