1# Preparations 2 3## Setting Up the Development Environment 4 5Download and configure DevEco Studio. For details, see [DevEco Studio User Guide](https://developer.harmonyos.com/en/docs/documentation/doc-guides/software_install-0000001053582415). 6 7## Creating a Project 8 91. Open the DevEco Studio project wizard using either of the following methods: 10 - If no project is open, select **Create Project** on the welcome page. 11 - If a project is already open, choose **File** \> **New** \> **Create Project** on the menu bar. 12 132. Select the **Empty Ability** template under **Application** and click **Next**. 14 15  16 173. Enter project information by retaining the default values, and click **Finish**. 18 19 For details about the parameters, see [DevEco Studio User Guide](https://developer.harmonyos.com/en/docs/documentation/doc-guides-V3/create_new_project-0000001053342414-V3). 20 21 After the project is created, DevEco Studio automatically starts project synchronization. 22