1. Android development environment for Mac

2. Download the JDK configuration native environment variables: www.oracle.com/technetwork…

Enter /usr/libexec/java_HOME -v to view the JDK installation directory on the local PC

3. Run the open ~/. Bash_profile command to edit the profile


5. Run the Java -version command to check whether the configuration is successful

6. Download the AS and SDK to configure local environment variables. Configure environment variables in the same way AS the preceding procedure

7. Download and install the Flutter SDK terminal

Git clone -b dev github.com/flutter/flu…

export PATH=”PATH”

cd ./flutter

8. Configure the flutter environment variables

10. If the above situation occurs, the basic download is successful

Open Android Studio -> Preference > Plugins and search for a Flutter in the search box. If there is no Flutter available locally, search for the Flutter online and click Install. Dart environment will be installed automatically. Terminal enter the command: flutter doctor to check if there is a check mark on the place that just interrupted

14. The above installation is still not checked, continue to check to see if the path is installed correctly, if yes then enter the command:

flutter doctor –android-licenses

15. The installed version is ok

Continue typing the command: flutter doctor –android-licenses

Finally, the installation was successful.

16. Enter the command on the terminal

flutter doctor –verbose

17. The Android environment has been installed successfully. Start a new project

18. Open AS and select File > New > New Flutter project…

20. Click Next. The first creation is slow. Environment setup and creation project completed

21. The writing is a little rough, please give me more advice