I am getting this error when I am cloning repository from GitHub to android studio.
Unsupported Modules Detected: Compilation is not supported for following modules: GitHubTestV3. Unfortunately you can't have non-Gradle Java modules and Android-Gradle modules in one project.
When i try to run the app i get this error
Configuration is still incorrect. Do you want to edit it again?
Any Solution for this?
I have tried invalidate cache & restart as suggested by other answers on stackoverflow but it didn't work in my case.