【发布时间】:2020-10-29 20:18:11
【问题描述】:
我是 Flutter 的新手,今天我遇到了一个问题。我无法调试我的应用程序,因为它说参数格式不正确
Parameter format not correct -
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:packageDebug'.
> Several variant outputs are configured to use the same file name "resources-debug.ap_", filters : MAIN:MAIN
这是我的颤振医生
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, v1.17.5, on Microsoft Windows [Version 10.0.18362.900], locale en-US)
[!] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
! Some Android licenses not accepted. To resolve this, run: flutter doctor --android-licenses
[!] Android Studio (version 3.4)
X Flutter plugin not installed; this adds Flutter specific functionality.
X Dart plugin not installed; this adds Dart specific functionality.
[√] VS Code (version 1.46.1)
[!] Connected device
! No devices available
! Doctor found issues in 3 categories.
我到处寻找答案,但它们对我的情况不起作用。大多数解决方案都建议更改环境路径。这是我的路径:C:\src\flutter\bin 注意:我正在使用 VSCode
请帮忙..谢谢!
【问题讨论】:
-
不确定如何修复它,但请关注issue 看看您是否能找到解决方法。
-
@AkoraIng.DKB 感谢您的回复! :)
-
我也有同样的问题
标签: flutter debugging dart visual-studio-code