在运行Flutter应用期间,同步gradle失败,并出现SAXParseException

twh00eeo  于 2023-05-07  发布在  Flutter
关注(0)|答案(1)|浏览(117)

在我的项目上更新flutter到3.7.12版本后,我无法再启动应用程序,并出现以下错误:

Warning: Premature end of file.
org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Premature end of file.
.
.
.

* What went wrong:
Could not determine the dependencies of task ':webview_flutter_android:compileDebugAidl'.
> javax.xml.bind.UnmarshalException (no error message)

当我降级时,一切都像以前一样工作,当我打开Android文件夹作为新项目时,它只是立即抛出相同的错误。尝试flutter cleanflutter pub cache clean/repair,删除整个.gradle文件夹,更改项目java版本.我在Mac上运行这个与macOS Ventura 13.3.1在M2芯片上。
任何帮助将不胜感激。

ou6hu8tu

ou6hu8tu1#

这似乎是由于一个损坏的Android构建工具(这是一个版本RC之一),删除后,并获得另一个错误消失了

相关问题