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

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

    The above solution I've tried but didn't work for me.

    1. I deleted the .idea folder from project directory.
    2. Invalidate caches using Android Studio menu File -> Invalidate Caches / Restart
    3. Deleted .gradle folder from user profile directory of Windows 10 operating system. (i.e., C:\Users\YourUserName\.gradle)

    Try this solution if the above not working.

提交回复
热议问题