Unsupported Modules Detected: Unfortunately you can't have non-Gradle Java modules and Android-Gradle modules in one project

前端 未结 2 1256
小鲜肉
小鲜肉 2021-01-01 12:10

Unsupported Modules Detected: Compilation is not supported for the following modules: MemorandamApp. Unfortunately, you can\'t have non-Gradle Java modules an

2条回答
  •  春和景丽
    2021-01-01 12:52

    Switch to project mode and go to .idea/modules.xml & delete the invalid/not existing path . Then File => Invalidate Caches / Restart.

提交回复
热议问题