1:Java environment installation

JAVA environment download address: www.oracle.com/technetwork…

Configure the environment variables, see www.runoob.com/w3cnote/win…

CMD type Java, if the following graph is displayed, it indicates success

2: Download and install FlutterSDK

Download the Flutter installation package from the official website: Flutter. IO/sdK-archive… Go to the Flutter file in the Flutter installation directory and double-click flutter_console.bat to run and start the Flutter command line. Then you can run the Flutter command on the Flutter command line.

You also need to configure the environment variable path:D: Program Files\flutter\bin

Enter Flutter Doctor into the terminal and you may get something similar to the followingAt this point you’re going to get a little bit more x than that, because we haven’t installed Android Studio yet so the next step is to install Android Studio.

3: Android Studio installation

Http://developer.android.com/ official website to download, may be very slow very slow, patient wait

And then click on this little phone icon,

Then add VMS

4: Install the Android certificate

Enter flutter doctor –android-licenses

5: Other errors

This is because my Android sudio installation path is not the default and requires flutter config –android-studio-dir=”D: Program Files\ android \Android Studio” as follows

And you’re done