昨天,我已将Windows 7 SP1 Powershell从2升级到5.1,并使用flutter upgrade
命令将flutter和dart升级到了最新版本,一切正常,我继续正常工作。今天,在尝试再次访问我的项目后,我遇到了一些错误,并且我的所有项目结构都消失了。我能做什么?为什么会这样?那是由于升级吗?还是其他?
Load Settings
Cannot load settings from file 'C:\Users\user\Documents\FlutterProjects\project\android\project_android.iml': ParseError at [row,col]:[1,1]
Message: Content is not allowed in prolog.
Please correct the file content
Load Settings
Cannot load settings from file 'C:\Users\user\Documents\FlutterProjects\project\project.iml': ParseError at [row,col]:[1,1]
Message: Content is not allowed in prolog.
Please correct the file content
答案 0 :(得分:13)
只需从项目目录中删除.idea文件夹,然后重新运行android studio。它对我有用。
答案 1 :(得分:2)
问题是由根项目文件夹中的<projectname>.iml
引起的。
<projectname>.iml
重新放到根文件夹中答案 2 :(得分:-1)
只需将(PORJNAME).iml剪切到桌面,然后重新运行IDE或android studio。 重新运行后,再次关闭ide,然后将(PORJNAME).iml移回自己的位置, 并打开ide