Replies: 4 comments 1 reply
-
Did you find the cause of this? MSB3073 is pretty unhelpful as an error code.. My first thoughts, it being Windows, would be permissions.. I'd go through the following steps just to rule them out:
Not especially helpful.. I feel like outsourced IT! But I am curious to know what the cause was.. |
Beta Was this translation helpful? Give feedback.
-
1.Try installing Android Studio. This is the only error in your log. |
Beta Was this translation helpful? Give feedback.
-
So I tried what both of you suggested, and I am still running into problems with
|
Beta Was this translation helpful? Give feedback.
-
error MSB3073: The command "setlocal... exited with code 1. This indicates a failure while executing a CMake command during build. I suspect problems with Visual Studio Build Tools. The logs show that VS 2022 Build Tools (17.13.6) is used . Try reinstall Visual Studio 2022 with components: "Desktop development with C++", Windows 10/11 SDK". Or update an existing installation via Visual Studio Installer/. Check the build of the empty test project: bash flet create test_app If the test project builds, the problem is in your project: check for non-standard dependencies |
Beta Was this translation helpful? Give feedback.
-
Question
I have a boilerplate Flet project I set up for a chess game I'm making using
flet create
. I also have the Flutter SDK installed and added to path, and the Visual Studio Build Tools 2022 installed with C++ Desktop Development checked. However,flet build windows
doesn't seem to work for me despite having the requirements. I'll share the output I got below (using--verbose
). Any idea on what the issue is and how to fix it?Code sample
No response
Error message
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions