Full steps to build a flutter project

Download Flutter SDK   unzip to   C: \ src \ flutter   path C: \ src \ flutter \ bin   added to the Path system variable

 

Download Android Studio   installation and install the plug-Flutter File> Settings> Plugins   input Flutter, will be installed with plug joint Dart

 

打开Android Studio   File > New > New Flutter project > Flutter Application > Next

Fill in the project name, project save location, description of the project

Flutter SDK path fill in the  C: \ src \ flutter  Click Finish

Creating AVD (Android Virtual Device, is running Android Virtual Device) Tools> AVD Manager> Create Virtual Device> choose the specifications of the mobile phone simulator,> Next> to download a system image, the first default tab first option, Download

 

After configuring the compiler left in main.dart project, and then click Run 

 

When you install the wrong AVD may burst 

 

You need to set Intel (VMX) is turned on in the BIOS Virtuaalization Technology, this is the cpu virtualization technology different name for different motherboard, the abbreviation is different, but they are the same technology. Virtual technology.

Andrews turned to use analog equipment.

开发方法就是在电脑启动时按下F2或Del键,进入BIOS, 高级设置,CPU 设置,   Intel (VMX) Virtuaalization Technology 设置为EnAbled

 

发布了177 篇原创文章 · 获赞 875 · 访问量 25万+

Guess you like

Origin blog.csdn.net/github_35631540/article/details/104054102