Error using FileChooser in Javafx on android

146 Views Asked by At

I have a JavaFX application ported to android using gluon plugin for netbeans. The application runs okay but i get

java.lang.UnsupportedOperationException

when i click on a button to browse a file. Please help with any fix or alternatives.

Thanks!

1

There are 1 best solutions below

1
On

I had to create my own file system since the filechooser is not supported on javafxport..