quickstart-ide-lite-create-project.md 1.9 KB
Newer Older
E
ester.zhou 已提交
1
# Importing a Source Code Project
E
ester.zhou 已提交
2 3 4 5 6 7 8 9 10 11 12


After [setting up the Windows+Ubuntu hybrid development environment](../quick-start/quickstart-ide-lite-env-setup-win-ubuntu.md) and [obtaining source code](../quick-start/quickstart-ide-lite-sourcecode-acquire.md), perform the following steps to create a source code project in Windows:


1. Open DevEco Device Tool, go to the home page, and click **Import Project** to open your project or source code.

   ![en-us_image_0000001171426014](figures/en-us_image_0000001171426014.png)

2. Select the source code directory to be imported and click **Import**.

E
ester.zhou 已提交
13
   > ![icon-note.gif](public_sys-resources/icon-note.gif) **NOTE**<br/>
E
ester.zhou 已提交
14 15 16 17
   > Make sure the selected directory does not contain Chinese characters or spaces. Otherwise, the building may fail.

   ![en-us_image_0000001271477045](figures/en-us_image_0000001271477045.png)

E
ester.zhou 已提交
18
3. If this is the first time you import a project, a message will be displayed indicating that the project is not a DevEco Device Tool project. Click **Import** to continue.
E
ester.zhou 已提交
19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35

   ![en-us_image_0000001135394334](figures/en-us_image_0000001135394334.png)

4. On the **Select Project type** page, select **Import from OpenHarmony Source**.

   ![en-us_image_0000001215743910](figures/en-us_image_0000001215743910.png)

5. On the **Import Project** page, select a product, and the MCU, board, company, and kernel fields will be automatically populated. Then, select the OpenHarmony source code version for **ohosVersion**. The following figure uses **wifiiot_hispark_pegasus** as an example.

   > ![icon-note.gif](public_sys-resources/icon-note.gif) **NOTE**
   > - Set **Product** to **wifiiot_hispark_pegasus** for the Hi3861 development board.
   > 
   > - Set **Product** to **ipcamera_hispark_taurus** for the Hi3516D V300 development board.

   ![en-us_image_0000001271237241](figures/en-us_image_0000001271237241.png)

6. Click **Open** to open the project or source code.