[android-beginners] is there a git checkout equivalent to android-sdk_r06-linux_86.tgz?

2010-05-24 Thread Robert P. J. Day
i'm guessing that it's a recursive checkout, possibly implemented with repo, but can one use git to keep up with development? thanks. rday -- Robert P. J. Day Waterloo, Ontario, CANADA

Re: [android-beginners] is there a git checkout equivalent to android-sdk_r06-linux_86.tgz?

2010-05-24 Thread Justin Anderson
This might be a better place to ask this particular question: http://groups.google.com/group/repo-discuss -- There are only 10 types of people in the world... Those who know binary and those who don't.

Re: [android-beginners] is there a git checkout equivalent to android-sdk_r06-linux_86.tgz?

2010-05-24 Thread Xavier Ducrohet
While there is no tag for the 2.2 SDK and the new tools in the git projects, if you only care about Tools Rev 6, you can check out the tools_r6 branch in sdk.git. This is the branch from which the tools where built. Xav On Mon, May 24, 2010 at 8:21 AM, Robert P. J. Day rpj...@crashcourse.ca

Re: [android-beginners] is there a git checkout equivalent to android-sdk_r06-linux_86.tgz?

2010-05-24 Thread Robert P. J. Day
On Mon, 24 May 2010, Xavier Ducrohet wrote: While there is no tag for the 2.2 SDK and the new tools in the git projects, if you only care about Tools Rev 6, you can check out the tools_r6 branch in sdk.git. This is the branch from which the tools where built. thanks, it was the tools

Re: [android-beginners] is there a git checkout equivalent to android-sdk_r06-linux_86.tgz?

2010-05-24 Thread Xavier Ducrohet
Note that development for the next version (rev 7) is done in master of course. Tools_r7 has not yet been created. All tools development is happening in the open right now, and we're happy to review and accept contributions :) Xav On Mon, May 24, 2010 at 12:29 PM, Robert P. J. Day