Skip to content

Instantly share code, notes, and snippets.

@ytsuboi
Created June 29, 2012 14:38
Show Gist options
  • Save ytsuboi/3018311 to your computer and use it in GitHub Desktop.
Save ytsuboi/3018311 to your computer and use it in GitHub Desktop.
How to download the ADK ( Accessory Development Kit ) 2012 source
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
@SuhasSrao
Copy link

what will be the repo for windows 10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment