1

Flutter で Visual Studio 2017 Community エディションが見つかりません:

$ flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel master, v1.7.12-pre.40, on Microsoft Windows [Version 10.0.18922.1000], locale nl-BE)
[√] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
[√] Chrome - develop for the web
[X] Visual Studio - develop for Windows
    X Visual Studio not installed; this is necessary for Windows development.
    Download at https://visualstudio.microsoft.com/downloads/.
[√] Android Studio (version 3.3)
[√] VS Code, 64-bit edition (version 1.35.1)
[√] Connected device (2 available)

! Doctor found issues in 1 category.

フラッターはデフォルトのスタジオの場所のみをチェックすることを読みました。したがって、私のコミュニティ エディションが見つからないことは驚くべきことではありません。ただし、フラッターは次のエラーにより実行を拒否します。

PS C:\src\flutterapps\flutter-desktop-embedding\example> flutter run
Downloading Web SDK...                                              1,1s
Launching lib/main.dart on Windows in debug mode...
Unable to find suitable Visual Studio toolchain. Please run `flutter doctor` for more details.

フラッターに Visual Studio の場所を伝える方法はありますか? この目的のために、いくつかの環境変数を使用できると思います。

誰?

4

1 に答える 1