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

前端 未结 30 2641
无人及你
无人及你 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:24

    You may resolve by below process:

    1. In Android Studio, go to left panel, switch from Android to Project pane

    2. Expand .idea folder, you can see modules.xml and open the file.

    3. In the modules.xml file, you might see like below:

      
        
          
          
    
    
    1. Check that match the module name correctly in module element

    2. And then, sync the gradle file

提交回复
热议问题