我正在使用phonegap-2.9.0
文件插件。当我为 android 平台构建项目时,它会在src/
文件夹中创建两个包:
org.apache.cordova.file
org.apache.cordova.filetransfer
我在这两个包中遇到以下错误:
1 -org.apache.cordova.file.FileUtils
Method testSaveLocationExists() from the type DirectoryManager is not visible
Method getFreeDiskSpace() from the type DirectoryManager is not visible
Method testFileExists() from the type DirectoryManager is not visible
2 - org.apache.cordova.filetransfer.FileTransfer
import org.apache.cordova.CordovaResourceApi unresolved
import org.apache.cordova.CordovaResourceApi.OpenForReadResult unresolved
有人可以告诉我应该怎么做才能解决这些问题吗?
谢谢。