Go to file
王鑫 0bd8eafd4e 修复MediaCollections应用因接口下架导致的音视频播放问题
Signed-off-by: 王鑫 <wangxin601@huawei.com>
2024-07-05 14:59:46 +08:00
.gitee 增加pr模板 2023-04-28 10:31:03 +08:00
code 修复MediaCollections应用因接口下架导致的音视频播放问题 2024-07-05 14:59:46 +08:00
.gitattributes 添加orangeshopping的har LFS包管理,依旧修复测试用例报错问题 2023-08-15 19:38:01 +08:00
.gitignore sample仓kit导入适配整改 2024-05-23 09:53:27 +08:00
changelog.md 整改readme 2023-07-07 16:39:46 +08:00
CodeCommitChecklist.md 二进制文件提交指导 2024-05-06 10:44:24 +08:00
LICENSE update OpenHarmony 2.0 Canary 2021-06-02 12:34:30 +08:00
OAT.xml 整改README中链说明接,补充添加MindSporeLite推理模型所需的资源文件 2024-06-27 14:37:48 +08:00
ohosTestTemplate.md 应用访问框架及API能力增强SAMPLE 2023-11-24 22:25:36 -08:00
README_zh.md update README_zh 2024-05-21 15:59:22 +08:00
README.md 整改readme 2023-07-07 16:39:46 +08:00
releasenote.md modify readme 2022-09-27 09:28:01 +08:00
SampleReadTemplate.md !2911 【Sample】修复changelog和readme失效链接 2023-06-02 03:20:49 +00:00

App Samples

Introduction

We provide a series of app samples to help you quickly get familiar with the APIs and app development process of the OpenHarmony SDKs. Each app sample is an independent project in DevEco Studio. You can import a project into DevEco Studio to learn how to use APIs in the sample by browsing code, building the project, and installing and running the app.

Content

Usage

  1. Import an independent app sample project into DevEco Studio for compilation, building, running, and debugging.
  2. Some samples contain multiple modules. You can compile and build a single module to generate a HAP file or compile and build the entire project to generate multiple HAP files.
  3. After HAP installation and execution, you can view the execution effect of the sample on the device and then conduct debugging.

Limitations

  1. Before installing and running the sample, check the deviceType field in the config.json file to obtain the device types supported by the sample. You can modify this field to enable the sample to run on your target device. The **config.json** file is generally stored in the **entry/src/main** directory, which may be different depending on the samples.
  2. If you want to run the app sample on OpenHarmony, configure the development environment by referring to DevEco Studio OpenHarmony User Guide.
  3. App samples that can run on standard-system or small-system devices (as stipulated in Readme) must run on OpenHarmony.