# Preparations

## Setting Up the Development Environment

Download and configure DevEco Studio. For details, see [DevEco Studio User Guide](https://developer.harmonyos.com/en/docs/documentation/doc-guides/software_install-0000001053582415).

## Creating a Project

1.  Open the DevEco Studio project wizard using either of the following methods:
    -   If no project is open, select **Create Project** on the welcome page.
    -   If a project is already open, choose **File** \> **New** \> **Create Project** on the menu bar.

2.  Select the **Empty Ability** template under **Application** and click **Next**.

    ![](figures/empty-feature-ability.png)

3.  Enter project information by retaining the default values, and click **Finish**.
    
    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).
    
    After the project is created, DevEco Studio automatically starts project synchronization.