Created
June 29, 2012 14:38
-
-
Save ytsuboi/3018311 to your computer and use it in GitHub Desktop.
How to download the ADK ( Accessory Development Kit ) 2012 source
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
On my Mac, I did this. | |
-- Install repo to MacPorts directory | |
$ sudo curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > /opt/local/bin/repo | |
$ sudo chmod a+x /opt/local/bin/repo | |
-- Grab the source | |
$ mkdir android-accessories | |
$ cd android-accessories/ | |
$ repo init -u https://android.googlesource.com/accessories/manifest | |
$ repo sync |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
what will be the repo for windows 10