Chapter 1 - Harmony Development: Development Environment DevEco Studio Installation

Chapter 1 - Harmony Development: Development Environment DevEco Studio Installation

Author: Li Yuechun, founder of Kongyi Academy and Programming Cafe.

For free system learning, please go to: https://chengxuka.com

1. If a worker wants to do his job well, he must first sharpen his tools.

For us to learn a new thing or new technology, my experience is that we don’t need to have a deep understanding of the architecture or principles first. We first follow the example, first get the demo and a small goal we expect to achieve, and finally come back to study. principles and logic. ----Li Yuechun

Click DevEco Studio to download the necessary IDE for development. It is not difficult to see that it supports Windows and Mac systems. According to your own system selection, just click to download and install.

2. Start the installed DevEco-Studio tool

DevEco-Studio startup interface

Specify the location to store the script, check the box above, and click Next:

3. Start using DevEco Studio.

  • Configure a folder as the storage location of the SDK, and click Next.

  • Just keep agreeing and next.

  • Finally, you need to download some sdk, as shown below, and finally click finish to complete.

  • After completion, the interface effect is as follows.

  • Next, click Configure to simply configure the development environment.

    If the project will also use JS, C/C++ language and previewer , please check the corresponding SDK package in "SDK Platform", check Previewer in "SDK Tools", and then click Apply , SDK Manager will automatically download the SDK package and previewer tool chain to the previously set SDK storage path.

Over : OK, our development environment has been installed. In the next section, we share: Harmony development: starting with Hello Word.

Entry Series

Guess you like

Origin blog.csdn.net/liyuechun520/article/details/116998747