Github" The cloning works, but it ends up with the error s" /> Github" The cloning works, but it ends up with the error s" /> Github" The cloning works, but it ends up with the error s"/>

Android studio clone from github issue with project iml files

1.4k views Asked by At

I tried to clone a repo from GitHub to Android Studio using "Project from Version Control-> Github" The cloning works, but it ends up with the error shown in following figure and no Java files exist.

Errors Loading Project

enter image description here

1

There are 1 answers

0
Farhad On BEST ANSWER

You should configure your project modules from the repository that has been cloned.

Go to your project setting, choose Dependencies and from the right panel, choose + sign and then Module Dependency.

Then navigate to where you or the android studio have cloned the projects and choose the folders that contain the LuckyDraw-app and app.

Also, I recommend you try to clone the project using the git termianl and then create an android studio project with the Import Existing Android Studio Project wizard.