使用phonegap 3时,用File API,不应该用cordova plugin add org.apache.cordova.file等添加File API Plugin。

要用:

phonegap local plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-file.git

phonegap local plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer.git

见:

http://docs.phonegap.com/en/3.1.0/guide_cli_index.md.html

相关文章:

  • 2022-12-23
  • 2021-09-11
  • 2021-12-02
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-08
  • 2021-07-23
  • 2021-07-25
  • 2021-11-07
  • 2022-12-23
相关资源
相似解决方案