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
You may resolve by below process:
In Android Studio, go to left panel, switch from Android to Project pane
Expand .idea folder, you can see modules.xml and open the file.
In the modules.xml file, you might see like below:
Check that match the module name correctly in module element
And then, sync the gradle file