当我尝试将应用程序构建到 Flutter Desktop 时,它失败并显示以下消息:
\nLaunching lib/main.dart on Linux in debug mode...\nException: Build process failed\nRun Code Online (Sandbox Code Playgroud)\n我的配置是:
\nDoctor summary (to see all details, run flutter doctor -v):\n[\xe2\x9c\x93] Flutter (Channel master, 1.19.0-2.0.pre.142, on Linux, locale pt_BR.UTF-8)\n \n[\xe2\x9c\x93] Android toolchain - develop for Android devices (Android SDK version 29.0.2)\n[\xe2\x9c\x93] Linux toolchain - develop for Linux desktop\n[\xe2\x9c\x93] Android Studio (version 3.6)\n[\xe2\x9c\x93] Connected device (1 available)\nRun Code Online (Sandbox Code Playgroud)\n谁能知道如何解决这个问题?
\n谢谢
\n