Go to file
yeyedeshen 809abf3635 FileManager以及README示例文件断链整改
Signed-off-by: yeyedeshen <yangxin181@huawei.com>
2024-11-11 13:58:34 +08:00
.gitee 增加pr模板 2023-04-28 10:31:03 +08:00
code FileManager以及README示例文件断链整改 2024-11-11 13:58:34 +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 !4784 新增多图对象 Sample 2024-10-22 11:16:03 +00:00
ohosTestTemplate.md 应用访问框架及API能力增强SAMPLE 2023-11-24 22:25:36 -08:00
README_zh.md IssueNo: https://gitee.com/openharmony/applications_app_samples/issues/IAX2T7 2024-10-17 14:24:33 +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 FileManager以及README示例文件断链整改 2024-11-11 13:58:34 +08: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.