Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
f8a4d8cb
D
Docs
项目概览
OpenHarmony
/
Docs
1 年多 前同步成功
通知
159
Star
292
Fork
28
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
Docs
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
f8a4d8cb
编写于
2月 21, 2023
作者:
O
openharmony_ci
提交者:
Gitee
2月 21, 2023
浏览文件
操作
浏览文件
下载
差异文件
!13979 增加overlay错误码
Merge pull request !13979 from shilei91/master
上级
94ce4e67
bf771626
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
21 addition
and
0 deletion
+21
-0
zh-cn/application-dev/reference/apis/js-apis-installer.md
zh-cn/application-dev/reference/apis/js-apis-installer.md
+1
-0
zh-cn/application-dev/reference/errorcodes/errorcode-bundle.md
.../application-dev/reference/errorcodes/errorcode-bundle.md
+20
-0
未找到文件。
zh-cn/application-dev/reference/apis/js-apis-installer.md
浏览文件 @
f8a4d8cb
...
...
@@ -117,6 +117,7 @@ install(hapFilePaths: Array<string>, installParam: InstallParam, callback:
| 17700016 | Failed to install the HAP because of insufficient system disk space. |
| 17700017 | Failed to install the HAP since the version of the HAP to install is too early. |
| 17700018 | Failed to install because the dependent module does not exist. |
| 17700031 | Failed to install the HAP because the overlay check of the HAP is failed. |
**示例:**
...
...
zh-cn/application-dev/reference/errorcodes/errorcode-bundle.md
浏览文件 @
f8a4d8cb
...
...
@@ -374,4 +374,24 @@ The specified bundle does not support clearing of cache files.
1.
确认指定的应用是否为系统应用,可以使用
[
bm工具命令
](
../../../readme/%E5%8C%85%E7%AE%A1%E7%90%86%E5%AD%90%E7%B3%BB%E7%BB%9F.md%23bm%E5%B7%A5%E5%85%B7%E5%91%BD%E4%BB%A4
)
查询对应的应用信息,查看isSystemApp是否为true。
2.
确认指定的应用是否配置了能清除缓存(AllowAppDataNotCleared)的字段,可以使用
[
bm工具命令
](
../../../readme/%E5%8C%85%E7%AE%A1%E7%90%86%E5%AD%90%E7%B3%BB%E7%BB%9F.md%23bm%E5%B7%A5%E5%85%B7%E5%91%BD%E4%BB%A4
)
查询对应的应用信息,查看userDataClearable是否为true。
## 17700031 Overlay特性校验失败导致HAP安装失败
**错误信息**
<br/>
Failed to install the HAP because the overlay check of the HAP is failed.
**错误描述**
<br/>
当安装overlay特征的应用时,指定的应用和待安装的overlay特征应用不为预置应用,或者目标应用/目标module是overlay特征的应用/module。
**可能原因**
<br/>
1.
使用应用间的overlay特性时,overlay特征应用必须为预置应用。
2.
使用应用间的overlay特性时,目标应用必须为预置应用。
3.
使用应用间的overlay特性时,目标应用不能是具有overlay特征的应用
4.
目标module不能是具有overlay特征的module。
**处理步骤**
<br/>
1.
检查overlay特征应用是否为预置应用。
2.
检查目标应用是否为预置应用。
3.
检查目标应用是否不为overlay特征的应用
4.
检查目标module是否不为overlay特征的module。
<!--no_check-->
\ No newline at end of file
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录