score:1

Accepted answer

if you want to convert javafx project to android, without using android studio, and keeping the javafx sources, then you should have a look at the javafxports project.

you just need to include one single plugin on your build.gradle.

have a look at the links provided here javafxports.

also you can check this blog post with one use case.

even if you are using eclipse, you may consider using gluon's plugin for netbeans, that will create for you a javafx project where you can add your sources, and even have android native services.

keep in mind android runs dalvik vm, so you can't use java 8 new features (streams).


Related Query

More Query from same tag