如何插入fileopener插件?

时间:2015-10-26 07:20:06

标签: android cordova

我正在关注这篇文章。 cordova open pdf - fileOpener2

插件配置正确,但无法正常工作。我得到以下异常:

  

10-27 08:05:38.380:W / System.err(2054):   java.net.MalformedURLException:没有为此URL安装处理程序   10-27 08:05:38.380:W / System.err(2054):at   org.apache.cordova.file.FileUtils.resolveLocalFileSystemURI(FileUtils.java:626)   10-27 08:05:38.380:W / System.err(2054):at   org.apache.cordova.file.FileUtils.access $ 400(FileUtils.java:52)10-27   08:05:38.380:W / System.err(2054):at   org.apache.cordova.file.FileUtils $ 14.run(FileUtils.java:385)10-27   08:05:38.380:W / System.err(2054):at   org.apache.cordova.file.FileUtils $ 25.run(FileUtils.java:551)

我的项目:https://www.dropbox.com/s/e583djlhk0mm6sr/pdf.rar?dl=0

相关代码位于FileOpenerPlugin.java

1 个答案:

答案 0 :(得分:0)

我正在查看您提供的项目... 似乎正确配置。但是......您有一个名为" openPDF()",的功能,但您并未在代码中的任何位置调用

利用你的功能,否则它只会坐在那里什么也不做。