I would like to evaluate Gluon to port an Eclipse JavaFX project to Android, so I tried to follow the Getting Started instructions from the Gluon web site.
But as was already mentioned in a quite old post (2016-12-14), the Getting Started instructions specify as a prerequisite the "Android Support Library”, which has been obsolete since even longer.
Hoping that this Support Library was no longer required with the current Gluon plugin and Android SDK, I tried to install the sample program on my phone, but got an error complaining that my SDK was missing the Android Support Repository. The error message suggest to install it manually from the command line using the program Sdk/tools/bin/sdkmanager, which is not present in the current Android SDK.
What should I make of all this? That Gluon has been abandoned and I should look for some other tool to port my JavaFX to Android? Or did I just miss the link/article that properly explains how to use Gluon in the year 2020?
If not Gluon, which tool would you suggest? Thank you all in advance!