使用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
见: