Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error loading project in Android Studio: cannot load modules

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.

Thanks!

like image 793
Federico Blumetto Avatar asked Feb 29 '16 17:02

Federico Blumetto


1 Answers

Delete the *.iml files and rebuild the project (Build > Rebuild), it should be ok after that.

like image 74
xiaomi Avatar answered Sep 30 '22 20:09

xiaomi