After the OpenHarmony SDK is configured, you can start developing your app only by **importing a sample project** to begin with.
1. On the DevEco Studio welcome page, click **Import HarmonyOS Sample** to import a sample project.
Sample projects for OpenHarmony app development are supported. Import a sample project with the following description: **This sample is intended for novices at developing OpenHarmony applications.**. For example, the **JsHelloWorld** sample in the **common** category.

1. On the DevEco Studio welcome page, go to **Configure**\(or  icon\)\>**Settings**\>**Version Control**\>**Git** and click **Test** to check whether the Git tool is installed.
- If the tool has been installed, import a sample by referring to [2](#li5947194711181).

- If the tool hasn't been installed, click **Download and Install**. DevEco Studio will automatically download and install it. Then import a sample by referring to [2](#li5947194711181).

2.<aname="li5947194711181"></a>On the DevEco Studio welcome page, click **Import HarmonyOS Sample** to import a sample project.

2. Go to **ability**\>**HelloWorld** and click**Next**.
3. Go to **common**\>**JsHelloWorld**\>**Next**.


3. Configure **App Name** and **Project Location** and click **Finish**. Wait until the sample project is imported.
4. Configure **App Name** and **Project Location** and click **Finish**. Wait until the sample project is imported.

4. Wait until the project sync is indicated to be failed. Open the **build.gradle** file in the project and change the version number of the HAP plugin to **2.4.4.3-RC**.
5. Open the **build.gradle** file in the project and change the version number of the HAP plugin to **2.4.4.3-RC**.

5. Click  under **Gradle** in the upper right corner to sync the project again.
6. Click  under **Gradle** in the upper right corner to sync the project again.

6. When the project is successfully synced, you can develop your OpenHarmony app.
7. When the project is successfully synced, you can develop your OpenHarmony app.
@@ -22,7 +22,7 @@ For details about how to use DevEco Studio, see [HUAWEI DevEco Studio User Guid
- OpenHarmony supports only app development in JS.
- Developing OpenHarmony apps in DevEco Studio is supported on Windows.
DevEco Studio serves as a development tool for both OpenHarmony and HarmonyOS apps. Refer to the following table for descriptions about the IDE function differences between OpenHarmony and HarmonyOS.
DevEco Studio serves as a development tool for both OpenHarmony and HarmonyOS apps. Refer to the following table for descriptions about the functions not supported for OpenHarmony.