我需要帮助。我尽力了但无法解决。在这里卡住了
Launching lib\main.dart on Android SDK built for x86 in debug mode...
lib\main.dart:1
Parameter format not correct -
√ Built build\app\outputs\flutter-apk\app-debug.apk.
跑步前尝试跑步
flutter clean
flutter pub get
有时问题出在您的模拟器或电脑上。我的有时会在 10 分钟后运行,我不知道为什么,如果这不起作用,您可以尝试创建一个新的项目文件夹并再次运行,如果它仍然存在,则在 https://github.com/flutter/ 提交问题颤振/问题
当您之前运行应用程序并停留在后台时会发生此问题,您有两个选择:
要解决这个问题,你必须转到应用程序的build.gradle
然后改变这些
插件{
}
安卓{ namespace = "com.example.yourapp" // 将其更改为您应用程序的名称
defaultConfig {
applicationId = "com.example.yourapp" // Change this too, to your apps name
我希望这有帮助