I\'m trying to clone a repository from my github into android studio. When I import, I get two errors: ProjectName.iml does not exist app.iml does not exist
I
Its a known issue in the IDE,
Close the project, delete the project folder which is being created by the studio, re-open the IDE and create the project from the root folder again.
It should fix it.