2

The question is the same as Checking out Android source from github; however the answers no longer apply. The links to the gist in the blog post pointed out by the first answer there is no longer available. Can someone indicate how this may be done, if at all possible, for recent versions of Android (>= 4.1)?

2 Answers 2

0

http://source.android.com/source/downloading.html

You will want to follow this. They changed the method of which you get the source unfortunately.

Sign up to request clarification or add additional context in comments.

1 Comment

yes, I know this. My question was how to configure repo tool to download from github.
0

Sorry for the grave dig, but I've just gone through a very similar situation.

The trick is to use ssh:// prefix instead of git://, as your usually using keys to access github. Your url might end up being something like this:

ssh://[email protected]/project_namespace/myawesomeproject.git

This obviously relies on your system having ssh keys setup previously.

2 Comments

I am sorry but I still do not get how to configure repo to get everything from github.
I would suggest reading over this

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.