Android studio Error “Unsupported Modules Detected: Compilation is not supported for following modules”

前端 未结 30 2554
无人及你
无人及你 2020-11-28 00:32

I am using Android studio 1.0.1. I have a java module referred by other modules in my project. I have checked it out from SVN But now every

Unsupported Modu

30条回答
  •  一生所求
    2020-11-28 01:04

    I had the exact same error and it was so annoying to see the alert every time I stared Android Studio. I tried the solution mentioned above including invalidating cache, restart etc, nothing made it go away.

    In my case, we had a module that was deleted from source and the reference also removed from settings.gradle. Turns out, .idea/modules.xml was still referencing that module.

    All I needed to do was remove that line from in .idea/modules.xml and it made it all go away.

提交回复
热议问题