在我的项目上更新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 clean
,flutter pub cache clean/repair
,删除整个.gradle
文件夹,更改项目java版本.我在Mac上运行这个与macOS Ventura 13.3.1在M2芯片上。
任何帮助将不胜感激。
1条答案
按热度按时间ou6hu8tu1#
这似乎是由于一个损坏的Android构建工具(这是一个版本RC之一),删除后,并获得另一个错误消失了