Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

flutter desktop application "error MSB3073: The command "setlocal "

I was building a flutter desktop app using vs code and all sudden was presented with this error completely unfamiliar with.

error

anyone with a solution on how to handle this, I appreciate

following is my flutter doctor log: enter image description here

like image 437
CLEMENT Avatar asked Jan 26 '26 06:01

CLEMENT


1 Answers

Open visual studio installer, click on modify, then open Individual components.

Select latest Windows 10 SDK version and install it.

When SDK successfully installed

  • open Android studio.
  • flutter clean.
  • flutter run.

it should work.

like image 153
Mahmoud Haj Ali Avatar answered Jan 28 '26 00:01

Mahmoud Haj Ali