Saturday 5 January 2019

javafx - Gluon Java FX Gradle Task: androidInstall is not there

After installing Gluon on (Eclipse Neon 4.6.2) I can see the Gradle Task 'run' but the task 'androidInstall' (for installing to the device) is not visible. if I click to the task installApp happens also nothing



I tried to do the steps at:
http://docs.gluonhq.com/javafxports/#_prerequisites



but the Android SDK with the Android Support Library is not available anymore.
is that the reason? any ideas?

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...