Before on GitHub to see other people's Android project source code, is to download the source code to learn, but after the download has failed to import, after a long groping finally is successful, is to share experience
First go to the GitHub website and find the Android source code you want to learn
In the upper right corner there is a green clone or download logo, click on the URL will appear
Copy the URL, you need to use it later
Next, we first download the GIT client, address https://git-scm.com/downloads
after the download has been next, my C drive is almost full, so I have Git installed on other non-system disk
Then go to Android Studio's setting menu
Select the Bin directory under the Git.exe, I installed to the H-disk, specifically to their own computer installation of the main path,
Don't forget to click OK after
Next, use the address you just copied.
After clicking, the following screen appears
Because I have already imported, so prompt error, however, the first import directly click on Clone is good, then wait for the project to complete the new
Android Development--Import GitHub Android project source code