Unable to open JavaFX window in Android mode
vsquared opened this issue · 3 comments
vsquared commented
vsquared commented
In file https://github.com/processing/processing4/blob/main/app/src/processing/app/Library.java line 436, should list[] be allowed to be null?
ajavamind commented
javafx is not supported in Processing android mode
codeanticode commented
@vsquared JavaFX is not supported in the Android mode, but you may find ways of using by using existing JavaFX ports for mobile, some resources below:
https://stackoverflow.com/questions/49238603/how-to-run-javafx-in-android-studio-and-make-imageview
https://www.reddit.com/r/JavaFX/comments/q4vi50/can_javafx_application_be_deployed_to_android/
