Android Q has introduced some breaking changes with folder/file permissions. I get the following error when using the converter on Android:
java.io.IO
If you don't want to change the library, Just change targetSdkVersion 29 to 28 in your build.gradle
build.gradle
It worked for me.