If you are a manufacturer with shipping phones and SDK add-ons and
wish to link your add-on repository in the SDK updater, please contact
us.
Note that the repository must be an XML file using the following
schema: http://android.git.kernel.org/?p=platform/sdk.git;a=blob;f=sdkmanager/libs/sdklib/src/com/android/sdklib/repository/sdk-addon-1.xsd;h=8d842054013622a16fa4446047e342d0aab125d4;hb=master
Xav
--
Xavier Ducrohet
Android SDK Tech Lead
Google Inc.
Please do not send me questions directly. Thanks!
For instance the Google APIs add-on expose the MapView API. The
MapView library is present on the device, and the API in the add-on is
only used to compile. It's not bundled with the app.
the add-on also contains a custom system image that contains the
library for testing purpose.
If all you want is to add an extra library to your SDK projects, why
not just drop a jar in your projects? (or reference an Android Library
Project seems the github project you linked to seems to be an Android
project). You don't really need any SDK feature to do that.
Am I misunderstanding what you're trying to do?
Xav
If you have an addon or an extra package that you want to see in the
SDK Manager, you can just use the "Add Add-on Site" button in the
Available Package. This lets you add a URL to an XML in the format
indicated earlier. The purpose of that feature is to add an URL
pointing to a manufacturer's repository in case it's not listed in the
default list.
However it's not clear that will solve whatever you're trying to
achieve, and it's not clear what you really want to do in the first
place.
R/