AlmasB / FXGL-MobileApp

An example game that uses FXGL and runs on a mobile device
MIT License
9 stars 2 forks source link

Java 11 support #3

Open IlyaGazman opened 4 years ago

IlyaGazman commented 4 years ago

Do mobile apps support Java 11? I want to deploy to web and Android how should I configure my project?

AlmasB commented 4 years ago

Yes, but only at the proof-of-concept level. See this demo, which has everything set up correctly. There are still various issues at the native level, not related to FXGL, so until those are fixed, I would not recommend deployment to mobile.