热更新的问题,急,在线等

参考这个教程http://www.cocos.com/doc/tutorial/show?id=2756
配置了热更新的文件
{
“packageUrl” : “http://mugames.sinaapp.com/res”,
“remoteManifestUrl” : “http://mugames.sinaapp.com/res/project.manifest”,
“remoteVersionUrl” : “http://mugames.sinaapp.com/res/version.manifest”,
“version” : “1.0”,
“engineVersion” : “3.6”,
“groupVersions” : {
“1” : “1.0.1”
},
“assets” : {
“update1” : {
“path” : “res/HelloWorld.png”,
“md5” : “22ab0562266e356b16f17e49e2939eb9”,
“group” : “1”
}
},
“searchPaths” :
“res/”
]
}

热更新后报错
JS: 100%
JS: 100%
JS: 0%
JS: Start to update 1 files from remote package.
JS: Asset update error: update1, Unable to download file
JS: Update failed.
JS: Reach maximum fail count, exit update process

只下载了version.manifest,
另外project.manifest内容下载下来了,但是文件名是project.manifest.temp
资源文件res/HelloWorld.png是0KB

有人帮忙看看吗

没人帮忙看吗

不要用"groupVersions" :

那应该用什么呢

有人知道吗

求版主帮忙看看

参看下这个
http://www.cnblogs.com/kenkofox/p/3906681.html

大神,求解::自动更新中AssetsManagerLoaderScene文件中一直走Fail to update assets, step skipped, 这个if (!this._am.getLocalManifest().isLoaded())中里面是false,是哪里有问题,我把输出信息贴出来:cocos2d: fullPathForFilename: No file found at script/jsb_boot.jsc. Possible missing file.
JS: ----jsb.fileUtile is /var/mobile/Containers/Data/Application/2C4AE600-09D4-4885-90AB-94A4061CE939/Documents/
JS: -----storagePath is /var/mobile/Containers/Data/Application/2C4AE600-09D4-4885-90AB-94A4061CE939/Documents/
File parse error Name of an object member must be a string at < <!-- 远\347>

AssetsManagerEx : No local manifest file found error.

JS: —false
JS: Fail to update assets, step skipped.

“version” : “1.0”, 这写错了,改为1.0.1