When using JavaFXPorts on Android (Android 4.1.1 on Asus Transformer Prime TF201 tablet), a java.lang.StackOverflowError is thrown when pressing on a ComboBox (see below the
You can create the java.custom.properties
file, and include in it this property:
monocle.stackSize=128000
You can override other system properties as well by including them with their new values.
Put the file at the root of your classpath, e.g. in the folder src/android/resources
of your project.
You can find this FAQ here here and all the documentation for JavaFXPorts here.
Check if this solves your exception.