• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Creating an NDK Project
2
3
4The following uses the NDK project template of DevEco Studio to create an NDK project.
5
6
7>  **NOTE**
8>
9> The project wizard and default template parameters vary according to the DevEco Studio version.
10
11
121. Open the DevEco Studio project wizard using either of the following methods:
13   - If no project is open, select **Create Project** on the welcome page.
14   - If a project is already open, choose **File** > **New** > **Create Project** on the menu bar.
15
162. On the **Choose Your Ability Template** page, select **Native C++** as the template, and click **Next**.
17
18   ![en-us_image_0000001782486161](figures/en-us_image_0000001782486161.png)
19
203. On the project configuration page, configure basic project information and click **Finish**. DevEco Studio will automatically generate the sample code and resources that match your project type. Wait until the project is created.
21
22   The main code of your application is in the **cpp** directory under **entry/src/main** of the project.
23
24   ![oh-menu](figures/oh-menu.PNG)