To develop the program, first we need to build the development environment, let’s start building the environment.

1.2.1 Tools required

First of all, Android development is Java-based, so you need to master simple Java syntax. You can get started with basic Java syntax.

  • The Java Development kit contains the Java runtime environment, tool sets, and basic class libraries

  • Android SDK

    Android development kit, we can’t do Android development without this kit

  • Android Studio

    Android Studio is our development software (the software for writing code), an official development tool released by Google. Very powerful!

1.2.2 Setting up the development environment

For these tools, you can download Android Studio directly from the Android website. Google packed it all up for us.

Download address: developer. The android. Google. Cn/studio

If you have any questions, you can search on the Internet. There are many materials of this kind. And it’s very simple. I won’t go into the details of installing the software here.

Refer to the first line of code for this article series