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
First of all you should update to Android Studio 1.2 Source: https://code.google.com/p/android/issues/detail?id=77983
Then you should go to File -> Invalidate Caches / Restart -> Invalidate Caches & Restart.
Then try to build the application again.
1- close the project
2- close Android Studio
IDE
3- delete the .idea
directory
4- delete all .iml
files
5- open Android Studio
IDE and import the project
I have encountered this problem.
I'm using buildSrc in my project.
I think the problem is with buildSrc. To solve the problem;
1- Kotlin and Android Stuido version updated (Kotlin version is 1.3.21, Android Studio version is 3.4)
2- Clean cache and restart android studio
But the problem is not solved.
As a last resort, I deleted the project file and clone it over git and the problem is solved
I solved a similar problem by closing the project, then re-importing the project (not opening, but re-importing as an eclipse or other project)
rename project directory fix error for me, android studio 3.4.2
.idea/modules.xml
You do not want to remove entire .idea directory, because it contains e.g. dictionaries and shelved changes.