Kelok Chan
Kelok Chan

Reputation: 756

GitHub repo clone empty

I tried to clone a private repo from GitHub to Android Studio using "Check out Project from Version Control" The cloning works. However, after cloning, the Android directory is empty. I couldn't find any Java files in the Project directory either:

enter image description here

enter image description here

Upvotes: 1

Views: 1789

Answers (1)

CodeWizard
CodeWizard

Reputation: 142164

This is a known problem with the IDE.

How to fix it?

  1. Close the project.
  2. Delete the .idea folder
  3. Open the studio again
  4. Create new project from existing source - your project path

And thats it :-)

Upvotes: 3

Related Questions