• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Preparations<a name="EN-US_TOPIC_0000001055087693"></a>
2
3-   [Setting Up the Development Environment](#section1912530122716)
4-   [Creating a Project](#section1456035192720)
5
6## Setting Up the Development Environment<a name="section1912530122716"></a>
7
8Download and install DevEco Studio. For details, see the  [HUAWEI DevEco Studio User Guide](https://developer.harmonyos.com/en/docs/documentation/doc-guides/software_install-0000001053582415).
9
10## Creating a Project<a name="section1456035192720"></a>
11
121.  Open the project wizard using either of the following methods:
13    -   If no project is open, select  **Create HarmonyOS Project**  on the welcome page.
14    -   If a project is already open, go to  **File**  \>  **New**  \>  **New Project**  on the menu bar.
15
162.  Choose the  **Smart Vision**  for  **Device**  and  **Empty Feature Ability**  for  **Template**.
17
18    ![](figure/en-us_image_0000001082434703.png)
19
203.  Click  **Next**  and configure the project.
21    -   **Project Name**: project name.
22    -   **Package Name**: software package name. By default, this name will also be used as your application ID. Your application must have a unique ID to be released.
23    -   **Save Location**: path for storing project files. The path cannot contain Chinese characters or spaces.
24    -   **Compatible API Version**: compatible API version.
25
264.  Click  **Finish**. DevEco Studio will automatically generate the sample code and resources that match your project type. Wait until the project is created.
27
28