1# Creating a Project and Obtaining Source Code 2 3 4When creating an OpenHarmony project, DevEco Device Tool automatically downloads the source code in one of the following types, depending on the use case: **OpenHarmony Stable Version**, **OpenHarmony Sample**, and **HarmonyOS Connect Solution**. 5 6 7**OpenHarmony Stable Version** provides source code of an OpenHarmony stable version, which is acquired from a mirror site. The OpenHarmony-v1.1.4-LTS, OpenHarmony-v3.0.3-LTS, and OpenHarmony-v3.1-Release versions are supported. 8 9 10The source code from a mirror site is generally what's available when the stable version is released. Therefore, it may be out of date. To acquire the latest source code of a version, follow the instructions in [Acquiring Source Code from the Gitee Code Repository](../get-code/sourcecode-acquire.md). After acquiring the source code, import it to DevEco Device Tool by following the instructions in [Importing OpenHarmony Source Code](https://device.harmonyos.com/en/docs/documentation/guide/open_project-0000001071680043). 11 12 13The following describes how to download source code of the **OpenHarmony Stable Version** type. For details about how to download source code of the **OpenHarmony Sample** and **HarmonyOS Connect Solution** types, see [HUAWEI DevEco Device Tool User Guide](https://device.harmonyos.com/en/docs/documentation/guide/service_introduction-0000001050166905). 14 15 16## Prerequisites 17 18A remote connection from the Windows environment to the Ubuntu environment has been set up through Remote SSH. For details, see [Setting Up the Development Environment](quickstart-ide-env-win.md). 19 20> ![icon-note.gif](public_sys-resources/icon-note.gif) **NOTE** 21> 22> If a remote connection from Windows to Ubuntu is not available, the **New Project** function is restricted to HiSilicon enterprise users. 23 24 25## Procedure 26 27Source code from a mirror site can be of the OpenHarmony-v1.1.4-LTS, OpenHarmony-v3.0.3-LTS, or OpenHarmony-v3.1-Release version. 28 291. Open DevEco Device Tool, go to the home page, and click **New Project**. 30 31 ![en-us_image_0000001272258726](figures/en-us_image_0000001272258726.png) 32 332. On the project configuration wizard page, configure the project settings. 34 - **OpenHarmony Source Code**: OpenHarmony version of the source code to download. The available versions are OpenHarmony-v1.1.4-LTS, OpenHarmony-v3.0.3-LTS, or OpenHarmony-v3.1-Release. Select **OpenHarmony Stable Version** here. 35 - **Project Name**: project name. 36 - **Project Path**: path for storing the project files. 37 - **SOC**: supported SoC. 38 - **Board**: development board. 39 - **Product**: supported product. 40 41 ![en-us_image_0000001338187673](figures/en-us_image_0000001338187673.png) 42 433. Click **Confirm** to save the settings. DevEco Device Tool automatically starts to download the OpenHarmony source code. Considering the large size of the source package, the download process may take some time. 44 45 ![en-us_image_0000001338536201](figures/en-us_image_0000001338536201.png) 46