Evolution-36 / cordova-plugin-file-opener2

Cordova plugin file opener based on pwlin's plugin. This plugin is updated to work with Android Oreo. This plugin was cloned because pwlin's plugin did not support writing access on Oreo.
MIT License
3 stars 4 forks source link

Error with Phonegap Build #4

Open firelove68 opened 4 years ago

firelove68 commented 4 years ago

Hello when I compile my app with Phonegap Build I had these error: /var/gimlet/tmp/47156199185400/2543206/src/io/github/pwlin/cordova/plugins/fileopener2/FileOpener2.java:105: error: unreported exception UnsupportedEncodingException; must be caught or declared to be thrown File file = new File(URLDecoder.decode(fileName, "UTF-8")); Anybody can help me? Thanks