Javeed Ishaq
Javeed Ishaq

Reputation: 7105

Flutter run stuck at Preparing "Install Android SDK Build-Tools 28.0.3 (revision: 28.0.3)"

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)".

Upvotes: 2

Views: 4477

Answers (3)

Yuvraj Patil
Yuvraj Patil

Reputation: 8726

Install corresponding Build Tools version using Android Studios's SDK Manager.

Then build the project again.

Upvotes: 0

Allen Chen
Allen Chen

Reputation: 75

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

Upvotes: 0

sidrao2006
sidrao2006

Reputation: 1328

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

Upvotes: 4

Related Questions