Go to file
openharmony_ci c6971a0ee2
!2914 add ConcurrentModule sample
Merge pull request !2914 from caolili123/master
2023-06-06 07:20:11 +00:00
.gitee 增加pr模板 2023-04-28 10:31:03 +08:00
code !2914 add ConcurrentModule sample 2023-06-06 07:20:11 +00:00
common/JsHelloWorld hvigor版本升级 2023-05-30 16:23:55 +08:00
ETSUI/PatternLock IssueNo: #I6ZLU6:【Sample】添加build-profile.json5文件 2023-04-28 15:30:00 +08:00
Network/WebSocket WebSocket ohpm迁移 2023-05-30 15:45:37 +08:00
UI hvigor版本升级 2023-05-30 16:23:55 +08:00
.gitattributes update OpenHarmony 2.0 Canary 2021-06-02 12:34:30 +08:00
changelog.md 修复changelog和readme失效链接 2023-06-02 09:34:30 +08:00
CodeCommitChecklist.md 添加测试用例说明模板,readme增加镜像版本要求 2023-06-01 21:17:09 +08:00
LICENSE update OpenHarmony 2.0 Canary 2021-06-02 12:34:30 +08:00
OAT.xml 添加福建新大陆自动识别技术有限公司License检查 2023-05-31 11:10:19 +08:00
ohosTestTemplate.md 添加测试用例说明模板,readme增加镜像版本要求 2023-06-01 21:17:09 +08:00
README_zh.md !2914 add ConcurrentModule sample 2023-06-06 07:20:11 +00:00
README.md 修复changelog和readme失效链接 2023-06-02 09:34:30 +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.