sammy_kayd
sammy_kayd

Reputation: 11

Error using FileChooser in Javafx on android

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!

Upvotes: 0

Views: 137

Answers (1)

sammy_kayd
sammy_kayd

Reputation: 11

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

Upvotes: 1

Related Questions