1

I have just set up flutter development environment and after creating first app, on flutter run, debug console is stuck at

Preparing "Install Android SDK Build-Tools 28.0.3 (revision: 28.0.3)".
sidrao2006
  • 1,228
  • 2
  • 10
  • 32
Javeed Ishaq
  • 6,024
  • 6
  • 41
  • 60

2 Answers2

4

Flutter is trying to install Android SDK build tools. This will be installed even if you already have a different version of the SDK. Since the SDK is quite large, it may take some time to download and unpack

sidrao2006
  • 1,228
  • 2
  • 10
  • 32
0

In my case it caused by McAfee. After turning off the virus scan and firewall functions everything went well.

Allen Chen
  • 65
  • 7