z***@gmail.com
z***@gmail.com
  • 发布:2019-03-22 18:13
  • 更新:2019-03-25 17:09
  • 阅读:1558

1.7.0 安卓热更新失败 【已解决】

分类:uni-app

安卓下载完热更新包后安装失败
苹果热更新没问题
原因不清楚,APP版本 代码 都是一样的

2019-03-22 18:13 负责人:无 分享
已邀请:
z***@gmail.com

z***@gmail.com (作者)

            downloadWgt() {  
                this.downloadCompleted = false  
                this.downloadTask = uni.downloadFile({  
                    url: this.hotUrl,  
                    success: (downloadResult) => {  
                        if (downloadResult.statusCode === 200) {  
                            this.downloadCompleted = true  
                            this.installText = '正在安装,请稍候...'  

                            plus.runtime.install(downloadResult.tempFilePath, {  
                                force: false  
                            }, () => {  
                                this.installText = '安装成功,正在重启应用'  
                                plus.runtime.restart()  
                            }, (e) => {  
                                this.installText = '安装失败,请稍后重试'  
                            })  
                        }  
                    }  
                })
z***@gmail.com

z***@gmail.com (作者)

{"code": -1229, "message": "HTML5+ Runtime 缺少升级包manifest.json中配置的模块statistic,uninnview"}
@DCloud_Android_zl

z***@gmail.com

z***@gmail.com (作者)

我没有勾选statistic选项, 更新到1.7.2测试版后uninnview没有了
报错{"code": -1229, "message": "HTML5+ Runtime 缺少升级包manifest.json中配置的模块statistic"}

jspeng

jspeng - 6666

冒昧问一下?苹果可以热更新?之前好像听说热更新是苹果命令禁止的呢?难道我看错了?

hhyang

hhyang - 如有问题,请添加QQ1606726660 备注付费咨询

本人开发的更新模板 欢迎大家试用 https://ext.dcloud.net.cn/plugin?id=222

z***@gmail.com

z***@gmail.com (作者)

已解决 将hbuilderX版本升级到1.7.2 升级包的权限模块要跟打包时的一致才可升级

该问题目前已经被锁定, 无法添加新回复