本文介绍了在 Android Studio 中加载项目时出错:无法加载模块的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
当我从 Google Cloud 签出项目时,Android Studio 说:无法加载 2 个模块.您可以将它们从项目中删除"并且我看不到该项目.错误在 iml 文件 app.iml 和 ProjectName.iml 中.
When I Checkout a project form Google Cloud, Android Studio sais: "2 modules cannot be loaded. You can remove them from the project" and I cannot see the project. The error is in the iml files app.iml and ProjectName.iml.
谢谢!
推荐答案
删除*.iml文件并重建工程(Build > Rebuild),之后应该就可以了.
Delete the *.iml files and rebuild the project (Build > Rebuild), it should be ok after that.
这篇关于在 Android Studio 中加载项目时出错:无法加载模块的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!