0

The link to the project I would like to download. I can't see any clone or download button at the right. How can I download the whole project in one go?

Plaka
  • 173
  • 1
  • 9

2 Answers2

1

Here's the download link: Android-PlatformDevelopment-Lollipop-MR1-Fi-Release

You should click in platform-development so you can get to the main project page, then you will see the Clone Project Button.

0

You could download part of the project using sparse checkout. So what you need is just:

git clone https://github.com/android/platform_development.git

or

git clone git@github.com:android/platform_development.git

Community
  • 1
  • 1
jayxhj
  • 2,404
  • 18
  • 23