libgdx / gdx-liftoff

A modern setup tool for libGDX Gradle projects
Apache License 2.0
524 stars 48 forks source link

GraalVM for Android #181

Open khuongtranuet opened 1 month ago

khuongtranuet commented 1 month ago

i want to ask if it is possible to use GraalVM for libgdx Android, if so how to achieve that

tommyettinger commented 2 weeks ago

It's maybe possible, but I don't know of anyone who has even tried this yet. I think you should look into what, if any, existing open-source apps build Graal Native Images for Android, and see how their build looks. It is probably pretty complicated. You might also have to check the licensing for the Graal version you're using -- GraalVM Community Edition is almost all GPL v2 with Classpath Exception, but the GraalVM that Oracle distributes has its own license that may have commercial or mobile usage restrictions, I don't know.