Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>The ADK2012 source must be downloaded and compiled using Git. This separate from the zip files you also download from the Google page. The zip file contains the Arudio IDE only.. If using windows you will need to pay special attention to the "note:"</p> <p>From&lt;<a href="http://developer.android.com/tools/adk/adk2.html#src-download" rel="nofollow">Downloading the ADK Source</a>>:</p> <p>Download and install Git for your development system. Download and setup the repo tool, as described on the Android open source project site.</p> <p><strong>Note: Developers using Windows must use a Linux compatibility package, such as cygwin, to install and run repo. Within your compatibility environment, you must install curl, git and python to be able to download and use the repo tool.</strong></p> <p>In a terminal window, create a new directory for the downloaded source files, initialize and synchronize a local repository:</p> <pre><code>$&gt; mkdir android-accessories $&gt; cd android-accessories $&gt; repo init -u https://android.googlesource.com/accessories/manifest $&gt; repo sync </code></pre> <p>This is the hardest part.... If you make this this far you are on the path for success!</p> <p>You should now have a folder called android-accessories with sub-folders /adk2012/board/library/ADK Now you need to copy the ADK folder to your Arduio libraries folder</p> <p>You need to find the location of your "sketchbook/libraries" folder. This folder was created when you installed the Arduino software. In Arduino click --> File --> Preferences. The first item should be "Sketchbook location". This folder will have sub-folder called "libraries.</p> <p>Once you copy the ADK folder to library you can move to set 4 (restart Arduio) on the google help page</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload