Error loading project in Android Studio: cannot load modules

前端 未结 6 1641
花落未央
花落未央 2020-12-08 12:55

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 erro

6条回答
  •  甜味超标
    2020-12-08 13:19

    The best way to get rid of this problem is below:

    1- close the project

    2- close Android Studio IDE

    3- delete the .idea directory

    4- delete all .iml files

    5- open Android Studio IDE and import the project

提交回复
热议问题