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

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

    For windows users, this can also be caused by filesystem corruption.

    If all steps above do not correct the error:

    • Close Android Studio
    • Open Command Prompt as Administrator
    • Run a chkdsk /f on the drive your app is stored
    • Delete .idea folder
    • Restart Android Studio

提交回复
热议问题