Lucas Bonvin
Lucas Bonvin
Thanks for you feedback. @chali I first tried on a big project and since it wasn't sucessful I went to see the issues and made a simple project with only...
I tried to specify an other version of java in the build.gradle and gradle.properties files repectively with compileJava.options.fork = true compileJava.options.forkOptions.executable = 'javacPATH' & org.gradle.java.home=jdkPATH With this java version it...
@chali thank you for all the information! I went back to my big project and with using another version of java it seems to work perfectly. The only problem I've...
@matheus2740 Also facing this bug. If the master fix the issue, a release may be a good idea
Simple way to do so: new MaterialFilePicker() .withRootPath("/storage/") ... .start(); You can also just put "/" but storage will directly let you choose between your default storage and any external.