PhoneGap中文网

标题: cordova 32bit 到64bit 版本更新 有没有人了解 急求大神! [打印本页]

作者: 小蠢    时间: 2015-2-6 13:09
标题: cordova 32bit 到64bit 版本更新 有没有人了解 急求大神!
phonegap开发,cordova 32bit 到64bit  版本更新

访问不了相册  有没有人了解  急求大神!  
作者: admin    时间: 2015-2-7 11:29
用的phonegap3.0以上的话 移植平台的时候需要 安装一下插件,  3.0以下升级为3.0以上的话也需要自己手动安装一下插件

不会的话看看这个
http://www.phonegap100.com/article-101-1.html


作者: 小蠢    时间: 2015-2-9 10:20
admin 发表于 2015-2-7 11:29
用的phonegap3.0以上的话 移植平台的时候需要 安装一下插件,  3.0以下升级为3.0以上的话也需要自己手动安 ...

我现在插件已经安上了, 也能访问到相册,也返回到getpicture() 成功方法里了,只是在我写的js代码中 调用 window.resolveLocalFileSystemURI(imageURI, function(fileEntry)
方法时候报错了 。
作者: 小蠢    时间: 2015-2-9 10:40
小蠢 发表于 2015-2-9 10:20
我现在插件已经安上了, 也能访问到相册,也返回到getpicture() 成功方法里了,只是在我写的js代码中  ...

resolveLocalFileSystemURI is deprecated. Please call resolveLocalFileSystemURL instead. 而且打出了这个log,
我把resolveLocalFileSystemURI 替换成resolveLocalFileSystemURL  还是不行
作者: 小蠢    时间: 2015-2-9 13:59
admin 发表于 2015-2-7 11:29
用的phonegap3.0以上的话 移植平台的时候需要 安装一下插件,  3.0以下升级为3.0以上的话也需要自己手动安 ...

我现在插件已经安上了, 也能访问到相册,也返回到getpicture() 成功方法里了,只是在我写的js代码中 调用 window.resolveLocalFileSystemURI(imageURI, function(fileEntry)
方法时候报错了 。

调用CDVLocalFilesystem.m 文件里的下面的方法
- (NSString *)fullPathForFileSystemPath:(NSString *)fsPath
{
    if ([fsPath hasPrefix:self.fsRoot]) {
        return [fsPath substringFromIndex:[self.fsRoot length]];
    }
    return nil;
}

上述[fsPath hasPrefix:self.fsRoot]的语句报出了一个 Thread1:EXC_BAD_ACCESS(code=1,address=0x0)





欢迎光临 PhoneGap中文网 (http://bbs.phonegap100.com/) Powered by Discuz! X3.2