我从 GitHub 克隆的 Flutter 应用程序无法运行并显示这些错误
尝试: 使用 --stacktrace 选项运行以获取堆栈跟踪。使用 --info 或 --debug 选项运行以获得更多日志输出。使用 --scan 运行以获得完整的见解。
- 获取更多帮助
12 秒内构建失败 异常:Gradle 任务 assembleDebug 失败,退出代码为 1
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.Get more help at https://help.gradle.org
BUILD FAILED in 12s
Exception: Gradle task assembleDebug failed with exit code 1
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
详细的 StackOverflow 答案
当您在解压缩后打开其他人的项目并且您当前的 Android Studio 版本低于项目编译的版本。
解决这个问题的方法是
构建项目,它应该运行没有任何错误
Detailed StackOverflow Answer
This usually happens when you're opening someone else's project after unzipping it and your current Android Studio Version is older to the version the project was compiled in.
The way to solve it is
Build the project and it should run without any errors
app/src/build.gradle
gradle-wrapper.properties
android/build.gradle
你可以试试这个。
app/src/build.gradle
gradle-wrapper.properties
android/build.gradle
You can try this.