I’m generating an Android application via mvn -Pandroid gluonfx:build gluonfx:package. Here are the versions from the POM: Using graalvm-svm-java17-linux-gluon-22.1.0.1-Final The application works well on Android 8. However, when trying to install it on Android 7.0, a message pops up saying that the application is not compatible with the device. I’m not sure where the default version is specified, but following
Tag: gluon-mobile
Gluon reusing view and populating prefeably using a protected event hook
In Gluon you register a view factory, Gluon uses this to create a view when needed. You then switch a view using: If you are on the SelectView and want to go back, you can use this: Now to the problem: after going to SelectView, back to the previous, and then to the SelectView again, Gluon decides not to create