diff --git a/en/application-dev/quick-start/figures/en-us_image_0000001118018088.png b/en/application-dev/quick-start/figures/en-us_image_0000001118018088.png new file mode 100644 index 0000000000000000000000000000000000000000..d4e1c7bd6773fc5b3ab5b473e28593110f3c820f Binary files /dev/null and b/en/application-dev/quick-start/figures/en-us_image_0000001118018088.png differ diff --git a/en/application-dev/quick-start/figures/en-us_image_0000001118018452.png b/en/application-dev/quick-start/figures/en-us_image_0000001118018452.png new file mode 100644 index 0000000000000000000000000000000000000000..74b66efabbbbbea4752f0296985486369a0cdc74 Binary files /dev/null and b/en/application-dev/quick-start/figures/en-us_image_0000001118018452.png differ diff --git a/en/application-dev/quick-start/figures/en-us_image_0000001118201202.png b/en/application-dev/quick-start/figures/en-us_image_0000001118201202.png new file mode 100644 index 0000000000000000000000000000000000000000..13231431d0fa268058df97a0187837c634052fa6 Binary files /dev/null and b/en/application-dev/quick-start/figures/en-us_image_0000001118201202.png differ diff --git a/en/application-dev/quick-start/figures/en-us_image_0000001164498191.png b/en/application-dev/quick-start/figures/en-us_image_0000001164498191.png new file mode 100644 index 0000000000000000000000000000000000000000..30efd063397893ff925743b681f943696f10512b Binary files /dev/null and b/en/application-dev/quick-start/figures/en-us_image_0000001164498191.png differ diff --git a/en/application-dev/quick-start/figures/en-us_image_0000001165463605.png b/en/application-dev/quick-start/figures/en-us_image_0000001165463605.png new file mode 100644 index 0000000000000000000000000000000000000000..4d57c412c582e1dfb3e28fc2fd13de1d235b73de Binary files /dev/null and b/en/application-dev/quick-start/figures/en-us_image_0000001165463605.png differ diff --git a/en/application-dev/quick-start/importing-an-openharmony-project.md b/en/application-dev/quick-start/importing-an-openharmony-project.md index 50f10cea4e9f7b556beab326b9a36e5a017bc577..3c2cdce5759e105f4b905083aba133191af7dd7a 100644 --- a/en/application-dev/quick-start/importing-an-openharmony-project.md +++ b/en/application-dev/quick-start/importing-an-openharmony-project.md @@ -2,27 +2,41 @@ 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. + +![](figures/en-us_image_0000001165463605.png) + +1. On the DevEco Studio welcome page, go to **Configure** \(or ![](figures/en-us_image_0000001118018452.png) 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). + + ![](figures/en-us_image_0000001118018088.png) + + - 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). + + ![](figures/en-us_image_0000001164498191.png) + + +2. On the DevEco Studio welcome page, click **Import HarmonyOS Sample** to import a sample project. ![](figures/en-us_image_0000001163835551.png) -2. Go to **ability** \> **HelloWorld** and click **Next**. +3. Go to **common** \> **JsHelloWorld** \> **Next**. - ![](figures/en-us_image_0000001117635678.png) + ![](figures/en-us_image_0000001118201202.png) -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. ![](figures/en-us_image_0000001163915521.png) -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**. ![](figures/en-us_image_0000001117475776.png) -5. Click ![](figures/en-us_image_0000001163835553.png) under **Gradle** in the upper right corner to sync the project again. +6. Click ![](figures/en-us_image_0000001163835553.png) under **Gradle** in the upper right corner to sync the project again. ![](figures/en-us_image_0000001117635680.png) -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. ![](figures/en-us_image_0000001163915523.png) diff --git a/en/application-dev/quick-start/overview.md b/en/application-dev/quick-start/overview.md index b95219fd34534e849ff3eb14fe99f06f75cacdd8..068ada1861f36437a9240ab1924f1afe1a1afad5 100644 --- a/en/application-dev/quick-start/overview.md +++ b/en/application-dev/quick-start/overview.md @@ -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.

Feature