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
Try the below,
Try this if it helps File -> Invalidate Caches / Restart.
If it still doesn't help click on the button in the image. 'Sync Project with Gradle Files'
In my case it is because the root project name have a space.
So instead of naming it as sample project
, it should be sample-project
or sample_project
.
For windows users, this can also be caused by filesystem corruption.
If all steps above do not correct the error:
chkdsk /f
on the drive your app is stored.idea
folderGoto .idea/modules.xml
& delete the invalid/not existing path <module />
. Then File => Invalidate Caches / Restart.
Delete .idea folder
Close project ->
Reopen Project ->
Invalidate Caches / restart