Sayon Mitra
Sayon Mitra

Reputation: 21

How can I create an Android application (successfully exported) with JavaFX?

I am a new programmer, and I am learning JavaFX now. But I want to make Android apps too, and I searched for it online. I saw a few people was saying that we can create Android apps with JavaFX too. But there is no course or anything on how I can use JavaFX for Android app development. How can I create Android apps with JavaFX?

Thanks in Advance.


BTW I am using VS Code and have a JavaFX sdk installed. I did not found much results on the Internet. Please help me, I am a beginner, and I don't know how to do that.

Upvotes: 2

Views: 226

Answers (1)

mipa
mipa

Reputation: 10640

In order to build JavaFX apps for Android (and also iOS) you need to use the tooling provided by Gluon. Extensive documentation can be found here: https://docs.gluonhq.com/ There are also some tutorials, e.g., this one https://foojay.io/today/creating-mobile-apps-with-javafx---part-1/

Upvotes: 1

Related Questions