<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>Bescottee &#187; Android SDK</title>
	<atom:link href="http://andbrowser.com/category/android-sdk/feed/" rel="self" type="application/rss+xml" />
	<link>http://andbrowser.com</link>
	<description>苦しいときは伸びてるとき、楽なときは伸びていないとき</description>
	<lastBuildDate>Sat, 06 Jan 2018 14:12:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://andbrowser.com/category/android-sdk/feed/" />
		<item>
		<title>spoon android maven library URL(as of 20150904)</title>
		<link>http://andbrowser.com/development/3513/spoon-android-maven-library-url/</link>
		<comments>http://andbrowser.com/development/3513/spoon-android-maven-library-url/#comments</comments>
		<pubDate>Thu, 03 Sep 2015 12:26:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Android SDK]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[maven]]></category>

		<guid isPermaLink="false">http://andbrowser.com/?p=3513</guid>
		<description><![CDATA[spoon android maven library URLです。
https://jcenter.bintray.com/com/stanfy/spoon/spoon-gradle-plugin/

0.10.0/
 [...]]]></description>
			<content:encoded><![CDATA[<p>spoon android maven library URLです。</p>
<p><a href="https://jcenter.bintray.com/com/stanfy/spoon/spoon-gradle-plugin/">https://jcenter.bintray.com/com/stanfy/spoon/spoon-gradle-plugin/</a><br />
<code><br />
0.10.0/<br />
0.14.0/<br />
0.14.1/<br />
0.9.0/<br />
0.9.1/<br />
0.9.2/<br />
0.9.3/<br />
0.9.4/<br />
0.9.5/<br />
0.9.6/<br />
1.0.0/<br />
1.0.1/<br />
1.0.2/<br />
1.0.3/<br />
maven-metadata.xml<br />
</code></p>
<h1>2015/09/06時点</h1>
<p><a href="https://jcenter.bintray.com/com/squareup/spoon/spoon-client/">https://jcenter.bintray.com/com/squareup/spoon/spoon-client/</a><code><br />
1.0.0/<br />
1.0.1/<br />
1.0.2/<br />
1.0.3/<br />
1.0.4/<br />
1.0.5/<br />
1.1.0/<br />
1.1.1/<br />
1.1.10/<br />
1.1.2/<br />
1.1.3/<br />
1.1.4/<br />
1.1.5/<br />
1.1.6/<br />
1.1.7/<br />
1.1.8/<br />
1.1.9/<br />
1.2.0/<br />
maven-metadata.xml<br />
</code></p>
<div id="wherego_related"><h3>このページを見た人は、以下のページも見ています。</h3><ul><li><a href="http://andbrowser.com/uncategorized/3556/20151121-intel-edison-firmware/" rel="bookmark" class="wherego_title">2015/11/21時点の Intel Edison Firmware</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://andbrowser.com/development/3513/spoon-android-maven-library-url/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://andbrowser.com/development/3513/spoon-android-maven-library-url/" />
	</item>
		<item>
		<title>support-annotaion and espresso library differentation</title>
		<link>http://andbrowser.com/development/3516/support-annotaion-and-espresso-library-differentation/</link>
		<comments>http://andbrowser.com/development/3516/support-annotaion-and-espresso-library-differentation/#comments</comments>
		<pubDate>Sat, 15 Aug 2015 15:21:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Android SDK]]></category>
		<category><![CDATA[development]]></category>

		<guid isPermaLink="false">http://andbrowser.com/?p=3516</guid>
		<description><![CDATA[以下のようなエラーがでる場合があります。これは、espressoのライブラリが古いandroid support anotations library を指定しているためです。

Warning:Conflict wit [...]]]></description>
			<content:encoded><![CDATA[<p>以下のようなエラーがでる場合があります。これは、espressoのライブラリが古いandroid support anotations library を指定しているためです。</p>
<p><code><br />
Warning:Conflict with dependency 'com.android.support:support-annotations'. Resolved versions for app (22.2.1) and test app (22.2.0) differ.<br />
</code></p>
<p>build.gradleに以下を記載すれば解決できます。</p>
<p><code><br />
androidTestCompile('com.android.support.test:runner:0.3') {<br />
    exclude module: 'support-annotations'<br />
}<br />
androidTestCompile('com.android.support.test:rules:0.3') {<br />
    exclude module: 'support-annotations'<br />
}<br />
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2') {<br />
    exclude module: 'support-annotations'<br />
}<br />
</code></p>
<div id="wherego_related"><h3>このページを見た人は、以下のページも見ています。</h3><ul><li><a href="http://andbrowser.com/uncategorized/3520/3520/" rel="bookmark" class="wherego_title"></a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://andbrowser.com/development/3516/support-annotaion-and-espresso-library-differentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://andbrowser.com/development/3516/support-annotaion-and-espresso-library-differentation/" />
	</item>
		<item>
		<title>twitter fabric maven library location</title>
		<link>http://andbrowser.com/development/3509/twitter-fabric-maven-library-location/</link>
		<comments>http://andbrowser.com/development/3509/twitter-fabric-maven-library-location/#comments</comments>
		<pubDate>Fri, 14 Aug 2015 12:04:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Android SDK]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[crashlitics]]></category>
		<category><![CDATA[fablic]]></category>

		<guid isPermaLink="false">http://andbrowser.com/?p=3509</guid>
		<description><![CDATA[Crashliticsのライブラリをfabric に移行するために build.gradle の対応をしながら、 fabric の最新ライブラリのバージョンが知りたかったので、2015/08/13 時点のmaven repository を以下のように覗いてみました。
https://twittersdk.artifactoryonline.com/twittersdk/public/io/fabric/tools/gradle/

Index of public/io/fabric/tools/gradle
Name                Last modified      Size
../
1.14.0/              16-Oct-2014 20:46    -
1.14.1/    [...]]]></description>
			<content:encoded><![CDATA[<p>Crashliticsのライブラリをfabric に移行するために build.gradle の対応をしながら、 fabric の最新ライブラリのバージョンが知りたかったので、2015/08/13 時点のmaven repository を以下のように覗いてみました。</p>
<p><a href="https://twittersdk.artifactoryonline.com/twittersdk/public/io/fabric/tools/gradle/">https://twittersdk.artifactoryonline.com/twittersdk/public/io/fabric/tools/gradle/</a></p>
<p><code><br />
Index of public/io/fabric/tools/gradle</p>
<p>Name                Last modified      Size<br />
../<br />
1.14.0/              16-Oct-2014 20:46    -<br />
1.14.1/              16-Oct-2014 21:19    -<br />
1.14.3/              31-Oct-2014 19:23    -<br />
1.14.4/              24-Nov-2014 15:17    -<br />
1.15.0/              06-Feb-2015 19:20    -<br />
1.15.1/              06-Feb-2015 20:50    -<br />
1.15.2/              10-Feb-2015 17:12    -<br />
1.16.0/              18-Mar-2015 14:04    -<br />
1.17.0/              19-Mar-2015 20:26    -<br />
1.18.0/              24-Mar-2015 20:33    -<br />
1.19.0/              06-May-2015 17:34    -<br />
1.19.1/              25-May-2015 21:49    -<br />
1.19.2/              29-Jun-2015 19:59    -<br />
maven-metadata.xml  29-Jun-2015 19:59  715 bytes<br />
</code></p>
<p><a href="https://twittersdk.artifactoryonline.com/twittersdk/public/com/crashlytics/sdk/android/crashlytics/">https://twittersdk.artifactoryonline.com/twittersdk/public/com/crashlytics/sdk/android/crashlytics/</a></p>
<p><code><br />
Index of public/com/crashlytics/sdk/android/crashlytics</p>
<p>Name                     Last modified      Size<br />
../<br />
2.0.0/                    21-Oct-2014 17:30    -<br />
2.0.1/                    30-Oct-2014 23:46    -<br />
2.1.0/                    20-Nov-2014 22:10    -<br />
2.2.0/                    15-Dec-2014 19:13    -<br />
2.2.1/                    27-Jan-2015 19:04    -<br />
2.2.2/                    26-Feb-2015 05:10    -<br />
2.2.3/                    02-Apr-2015 22:27    -<br />
2.2.4/                    06-May-2015 20:36    -<br />
2.3.0/                    22-May-2015 20:56    -<br />
2.3.1/                    27-May-2015 21:12    -<br />
2.3.2/                    29-May-2015 15:50    -<br />
2.4.0/                    23-Jun-2015 19:20    -<br />
2.5.0/                    22-Jul-2015 16:51    -<br />
2.5.1/                    10-Aug-2015 22:13    -<br />
maven-metadata.xml       11-Aug-2015 17:39  775 bytes<br />
maven-metadata.xml.md5   11-Aug-2015 17:39  32 bytes<br />
maven-metadata.xml.sha1  11-Aug-2015 17:39  40 bytes<br />
</code></p>
<div id="wherego_related"><h3>このページを見た人は、以下のページも見ています。</h3><ul><li><a href="http://andbrowser.com/development/3513/spoon-android-maven-library-url/" rel="bookmark" class="wherego_title">spoon android maven library URL(as of 20150904)</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://andbrowser.com/development/3509/twitter-fabric-maven-library-location/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://andbrowser.com/development/3509/twitter-fabric-maven-library-location/" />
	</item>
		<item>
		<title>https://jcenter.bintray.com/com/android/tools/build/gradle/</title>
		<link>http://andbrowser.com/android-sdk/3498/httpsjcenter-bintray-comcomandroidtoolsbuildgradle/</link>
		<comments>http://andbrowser.com/android-sdk/3498/httpsjcenter-bintray-comcomandroidtoolsbuildgradle/#comments</comments>
		<pubDate>Sat, 27 Jun 2015 01:48:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Android SDK]]></category>

		<guid isPermaLink="false">http://andbrowser.com/uncategorized/3498/httpsjcenter-bintray-comcomandroidtoolsbuildgradle/</guid>
		<description><![CDATA[https://jcenter.bintray.com/com/android/tools/build/gradle/

このページを見た人は、以下のページも見ています。Edison で利用できる加速度センサーADXL3 [...]]]></description>
			<content:encoded><![CDATA[<p><a href="https://jcenter.bintray.com/com/android/tools/build/gradle/<br />
">https://jcenter.bintray.com/com/android/tools/build/gradle/<br />
</a></p>
<div id="wherego_related"><h3>このページを見た人は、以下のページも見ています。</h3><ul><li><a href="http://andbrowser.com/intel-edison/3500/accelerometer-adxl345-for-edison/" rel="bookmark" class="wherego_title">Edison で利用できる加速度センサーADXL345</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://andbrowser.com/android-sdk/3498/httpsjcenter-bintray-comcomandroidtoolsbuildgradle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://andbrowser.com/android-sdk/3498/httpsjcenter-bintray-comcomandroidtoolsbuildgradle/" />
	</item>
		<item>
		<title>ANDROID 3RD PARTY USB VENDOR ID LIST &#8212; DO NOT EDIT</title>
		<link>http://andbrowser.com/development/2959/android-3rd-party-usb-vendor-id-list-do-not-edit/</link>
		<comments>http://andbrowser.com/development/2959/android-3rd-party-usb-vendor-id-list-do-not-edit/#comments</comments>
		<pubDate>Fri, 28 Nov 2014 02:33:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Android SDK]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[adb]]></category>
		<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://andbrowser.com/?p=2959</guid>
		<description><![CDATA[adb_usb.iniの更新方法
androidアプリ開発に必要な adb 接続時が必要です。まず以下のコマンドで adb の再起動を試してみても認識しない場合は、adb_usb.ini を更新する必要があります。


 [...]]]></description>
			<content:encoded><![CDATA[<h4>adb_usb.iniの更新方法</h4>
<p>androidアプリ開発に必要な adb 接続時が必要です。まず以下のコマンドで adb の再起動を試してみても認識しない場合は、adb_usb.ini を更新する必要があります。<br />
<span id="more-2959"></span></p>
<p><code><br />
adb kill-server<br />
adb start-server<br />
</code></p>
<p>但し、adb_usb.ini の中身を見てみると、以下のように DO NOT EDIT と書かれていて直接このファイルを更新しないようにと記載があります。直接更新せずに &#8216;android update adb&#8217; を叩いて更新させなさいと説明されています。</p>
<p><code><br />
$ cat ~/.android/adb_usb.ini<br />
# ANDROID 3RD PARTY USB VENDOR ID LIST -- DO NOT EDIT.<br />
# USE 'android update adb' TO GENERATE.<br />
# 1 USB VENDOR ID PER LINE.<br />
</code></p>
<p>上記のように書かれていても、以下の EPSON Moverio BT-200 の技術資料(<a href="https://moverio.epson.biz/jsp/developer/dev_login.jsp">https://moverio.epson.biz/jsp/developer/dev_login.jsp</a> 資料を見るには要ログイン。)では、adb_usb.ini を直接書き換えましょうという説明があったりします。<br />
<a href="http://andbrowser.com/wp-content/uploads/2014/11/moverio-adb-usb.png"><img src="http://andbrowser.com/wp-content/uploads/2014/11/moverio-adb-usb.png" alt="" title="moverio-adb-usb" width="638" height="471" class="aligncenter size-full wp-image-2961" /></a></p>
<p>正しい更新方法は、${ANDROID_SDK_HOME}/add-on/${DEVICE}/manifest.ini というファイルを作成して、以下のように記載します。</p>
<p><code><br />
name=ASUS Nexus 7 2013 Android Unofficial USB-Vendor add-on<br />
vendor=ASUS<br />
description=Adds USB support for ASUS Nexus7 (Vendor id:0x18d1)<br />
api=19<br />
revision=1<br />
usb-vendor=0x18d1<br />
</code></p>
<p>上記の usb-vendor に入れる値は、デバイスをmacに接続して、以下のコマンドで確認できます。<br />
<code><br />
system_profiler SPUSBDataType<br />
</code></p>
<p>mac に Nexus5 を接続した場合は以下のような結果が出力されます。該当する情報は、 Vendor ID: 0&#215;18d1  (Google Inc.) です。</p>
<p><code><br />
$ system_profiler SPUSBDataType<br />
USB:</p>
<p>    USB 3.0 SuperSpeed Bus:</p>
<p>      Host Controller Location: Built-in USB<br />
      Host Controller Driver: AppleUSBXHCI<br />
      PCI Device ID: 0x9c31<br />
      PCI Revision ID: 0x0004<br />
      PCI Vendor ID: 0x8086<br />
      Bus Number: 0x0a</p>
<p>        Internal Memory Card Reader:</p>
<p>          Product ID: 0x8406<br />
          Vendor ID: 0x05ac  (Apple Inc.)<br />
          Version: 8.20<br />
          Serial Number: 000000000820<br />
          Speed: Up to 5 Gb/sec<br />
          Manufacturer: Apple<br />
          Location ID: 0x15300000 / 2<br />
          Current Available (mA): 900<br />
          Current Required (mA): 896<br />
          Built-In: Yes</p>
<p>    USB 3.0 Hi-Speed Bus:</p>
<p>      Host Controller Location: Built-in USB<br />
      Host Controller Driver: AppleUSBXHCI<br />
      PCI Device ID: 0x9c31<br />
      PCI Revision ID: 0x0004<br />
      PCI Vendor ID: 0x8086<br />
      Bus Number: 0x0a</p>
<p>        Nexus 5:</p>
<p>          Product ID: 0x4ee2<br />
          Vendor ID: 0x18d1  (Google Inc.)<br />
          Version: 2.32<br />
          Serial Number: 037c658f2152b5a9<br />
          Speed: Up to 480 Mb/sec<br />
          Manufacturer: LGE<br />
          Location ID: 0x14100000 / 11<br />
          Current Available (mA): 500<br />
          Current Required (mA): 500</p>
<p>        BRCM20702 Hub:</p>
<p>          Product ID: 0x4500<br />
          Vendor ID: 0x0a5c  (Broadcom Corp.)<br />
          Version: 1.00<br />
          Speed: Up to 12 Mb/sec<br />
          Manufacturer: Apple Inc.<br />
          Location ID: 0x14300000 / 3<br />
          Current Available (mA): 500<br />
          Current Required (mA): 94<br />
          Built-In: Yes</p>
<p>            Bluetooth USB Host Controller:</p>
<p>              Product ID: 0x8289<br />
              Vendor ID: 0x05ac  (Apple Inc.)<br />
              Version: 0.99<br />
              Speed: Up to 12 Mb/sec<br />
              Manufacturer: Apple Inc.<br />
              Location ID: 0x14330000 / 4<br />
              Current Available (mA): 500<br />
              Current Required (mA): 0<br />
              Built-In: Yes</p>
<p>        Apple Internal Keyboard / Trackpad:</p>
<p>          Product ID: 0x0259<br />
          Vendor ID: 0x05ac  (Apple Inc.)<br />
          Version: 2.24<br />
          Speed: Up to 12 Mb/sec<br />
          Manufacturer: Apple Inc.<br />
          Location ID: 0x14500000 / 13<br />
          Current Available (mA): 500<br />
          Current Required (mA): 40<br />
          Built-In: Yes<br />
</code></p>
<p>記載後に以下のandroid commandを実施します。</p>
<p><code><br />
android update adb<br />
</code></p>
<h4>補足情報</h4>
<p>上記を実施すると SDK-manager に以下のように情報が増えます。紙が割れているように見えるのは、add-onにいれる場合に必要な ddon-google_apis-google-19 などのように emulator image などの必要なファイルがないためで、支障は内容なので気にしなくてよいでしょう。</p>
<p><a href="http://andbrowser.com/wp-content/uploads/2014/11/adb-usb-sdk-manager.png"><img src="http://andbrowser.com/wp-content/uploads/2014/11/adb-usb-sdk-manager.png" alt="" title="adb-usb-sdk-manager" width="619" height="159" class="aligncenter size-full wp-image-2963" /></a></p>
<div id="wherego_related"><h3>このページを見た人は、以下のページも見ています。</h3><ul><li><a href="http://andbrowser.com/event/2994/android-%E9%96%8B%E7%99%BA%E3%82%A2%E3%83%B3%E3%83%81%E3%83%91%E3%82%BF%E3%83%BC%E3%83%B3%E5%8B%89%E5%BC%B7%E4%BC%9A-1/" rel="bookmark" class="wherego_title">Android 開発アンチパターン勉強会 #1</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://andbrowser.com/development/2959/android-3rd-party-usb-vendor-id-list-do-not-edit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://andbrowser.com/development/2959/android-3rd-party-usb-vendor-id-list-do-not-edit/" />
	</item>
		<item>
		<title>Android Studio 0.8.7 リリース（邦訳）</title>
		<link>http://andbrowser.com/development/2850/android-stdio-0-8-7/</link>
		<comments>http://andbrowser.com/development/2850/android-stdio-0-8-7/#comments</comments>
		<pubDate>Sun, 24 Aug 2014 03:16:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Android SDK]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Android Stdio]]></category>

		<guid isPermaLink="false">http://andbrowser.com/?p=2850</guid>
		<description><![CDATA[Android Studio 0.8.7 Releasedが公開されたため、メモっておきます。
Android Studio 0.8.7 Released

Android Studio 0.8.7 を canary c [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://tools.android.com/recent/androidstudio087released">Android Studio 0.8.7 Released</a>が公開されたため、メモっておきます。</p>
<h4>Android Studio 0.8.7 Released</h4>
<p>
Android Studio 0.8.7 を canary channel にリリースしました。本バージョンには、多数の不具合修正や以下の注目すべき新しい機能があります。
</p>
<h4>翻訳エディタ(Translation Editor)</h4>
<p><span id="more-2850"></span></p>
<p>
最初に、新しい Translation Editor を紹介します。これはあなたのアプリの strings を見たり、編集したりすることができます。&#8221;string.xml&#8221; を右クリックしてオープンすると、Open Traslation Editor(将来のリリースで他の起動方法も提供する予定。それぞれのリソースエディタにリンクを追加するなど)がオープンできます。<br />

</p>
<p><img border="0" src="http://tools.android.com/_/rsrc/1408658785723/recent/androidstudio087released/translations1.png" /></p>
<p>
新規の空プロジェクトのように以下のようにみれます。<br />
<img border="0" src="http://tools.android.com/_/rsrc/1408658785796/recent/androidstudio087released/translations5b.png" /></p>
<p>
地球アイコンから追加の言語を設定できます。プラスアイコンで追加の文言を設定できます。<br />
個別の文言を編集するために、テーブルのセルを選択し、以下のテーブルの詳細パネルで編集できます。（将来のリリースでテーブル上で直接編集できる予定）</p>
<p>
I/Oスケジュールアプリでより完全なプロジェクトをご確認いただけます。
</p>
<p><img border="0" src="http://tools.android.com/_/rsrc/1408658785758/recent/androidstudio087released/translations4.png" /></p>
<p>
注意点：赤く表示されたメッセージはすべての言語向けに翻訳されていないことを示すものです。空のセルは別の色で表示されます。マウスをホバーすると、提供されていない言語のリストが確認できます。この機能は多数の言語をもっている場合や各言語は現在の水平状態でスクロールされるviewportで見ることができない場合に有効です。<br />
さらに多数の言語をもっている場合、テーブルヘッダーをクリックすると、個別の言語のカラムに拡大されます。たとえば、イタリア語をクリックして拡大できますし、再度クリックすると戻せます。
</p>
<h4>Bitmap rendering in the debugger</h4>
<p>デバッグ中に、Bitmapタイプの variable を右クリックして、View Bitmap を実行できます。<br />
<img border="0" src="http://tools.android.com/_/rsrc/1408658785833/recent/androidstudio087released/view-bitmap.png" /></p>
<p>デバッグプロセスから結合されたデータにフェッチされ、デバッガーのこの場所で bitmap がレンダリングされます。<br />
<img border="0" src="http://tools.android.com/_/rsrc/1408658786124/recent/androidstudio087released/view-bitmap2.png" /><br />
新しい lint チェックとして、カスタムビューの中で提供されるものがあります。クラス名と同じベース名を利用しているカスタムビューでdeclare-styleable なもの、コード慣習から利用されるものとして例えば、アトリビュートの補完やリファクタリング更新をするものなど。</p>
<h4>インストール方法</h4>
<p>
既にAndroid Stdio version 0.8.x を利用中なら、再起動するか、Help->Check for Updateを手動で選択してください。差分パッチがダウンロードsされてインストールされます。以前のバージョンを利用したい場合は、<a href="http://tools.android.com/download/studio">ダウンロードページ</a>からフルサイズのダウンロードが必要です。</p>
<p>注意点：0.8.7は現在 canary channelでしか提供されていません。Android Stdio は標準では beta channel から更新されるようになっています。そのため、更新したい場合は、preferenceの Update category を設定を変更してください。</p>
<h4>問題がある場合</h4>
<p>問題があった場合、<a href="http://tools.android.com/knownissues">既知のイシュー</a>をご確認ください。</p>
<div id="wherego_related"><h3>このページを見た人は、以下のページも見ています。</h3><ul><li><a href="http://andbrowser.com/android-sdk/2839/20140713_sdk_manager_material/" rel="bookmark" class="wherego_title">(2014/07/14時点)SDK Managerが取得するXMLデータ一覧</a></li><li><a href="http://andbrowser.com/android-sdk/2733/what-key-point-of-eclipse-export-to-android-stdio-build/" rel="bookmark" class="wherego_title">eclipseの既存アプリをAndroid Stdio形式に変更する場合のポイント</a></li><li><a href="http://andbrowser.com/development/knowhow/65/eclipse-android-memory-leak-mat/" rel="bookmark" class="wherego_title">メモリリークを発見！Androidアプリのメモリ解析手法</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://andbrowser.com/development/2850/android-stdio-0-8-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://andbrowser.com/development/2850/android-stdio-0-8-7/" />
	</item>
		<item>
		<title>(2014/07/14時点)SDK Managerが取得するXMLデータ一覧</title>
		<link>http://andbrowser.com/android-sdk/2839/20140713_sdk_manager_material/</link>
		<comments>http://andbrowser.com/android-sdk/2839/20140713_sdk_manager_material/#comments</comments>
		<pubDate>Mon, 14 Jul 2014 00:13:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Android SDK]]></category>

		<guid isPermaLink="false">http://andbrowser.com/?p=2839</guid>
		<description><![CDATA[


1.1
2
1
Android SDK Platform 1.1_r1
http://developer.android.com/sdk/android-1.1.html



46828615
a4060f29ed39fc929c302836d488998c53c3002e


https://dl-ssl.google.com/android/repository/android-1.1_r1-windows.zip


windows


45584305
e21dbcff45b7356657449ebb3c7e941be2bb5ebe


https://dl-ssl.google.com/android/repository/android-1.1_r1-macosx.zip


macosx


45476658
c054d25c9b4c6251fa49c2f9c54336998679d3fe


https://dl-ssl.google.com/android/repository/android-1.1_r1-linux.zip


linux



4





1.5
3
04

6

Android SDK Platform 1.5_r3
http://developer.android.com/sdk/android-1.5.html


54624370
5bb106d2e40d481edd337b0833093843e15fe49a


https://dl-ssl.google.com/android/repository/android-1.5_r04-windows.zip


windows


52440607
d3a67c2369afa48b6c3c7624de5031c262018d1e


https://dl-ssl.google.com/android/repository/android-1.5_r04-macosx.zip


macosx


53348669
5c134b7df5f4b8bd5b61ba93bdaebada8fa3468c


https://dl-ssl.google.com/android/repository/android-1.5_r04-linux.zip


linux



4




1.6
4

03

6

Android SDK Platform 1.6_r2
http://developer.android.com/sdk/android-1.6.html


63454485
483ed088e45bbdf3444baaf9250c8b02e5383cb0


https://dl-ssl.google.com/android/repository/android-1.6_r03-linux.zip


linux


62418496
bdafad44f5df9f127979bdb21a1fdd87ee3cd625


https://dl-ssl.google.com/android/repository/android-1.6_r03-macosx.zip


macosx


64654625
ce0b5e4ffaf12ca4fd07c2da71a8a1ab4a03dc22


https://dl-ssl.google.com/android/repository/android-1.6_r03-windows.zip


windows



4





2.0
5

01

3

Android SDK Platform 2.0, revision 1
http://developer.android.com/sdk/android-2.0.html



75095268
be9be6a99ca32875c96ec7f91160ca9fce7e3c7d


https://dl-ssl.google.com/android/repository/android-2.0_r01-linux.zip


linux


74956356
2a866d0870dbba18e0503cd41e5fae988a21b314


https://dl-ssl.google.com/android/repository/android-2.0_r01-macosx.zip


macosx


76288040
aeb623217ff88b87216d6eb7dbc846ed53f68f57


https://dl-ssl.google.com/android/repository/android-2.0_r01-windows.zip


windows



4





2.0.1
6

01

4

Android SDK Platform 2.0.1_r1


http://developer.android.com/sdk/android-2.0.1.html





79192618
ce2c971dce352aa28af06bda92a070116aa5ae1a


https://dl-ssl.google.com/android/repository/android-2.0.1_r01-linux.zip


linux


79035527
c3096f80d75a6fc8cb38ef8a18aec920e53d42c0


https://dl-ssl.google.com/android/repository/android-2.0.1_r01-macosx.zip


macosx


80385601
255781ebe4509d9707d0e77edda2815e2bc216e6


https://dl-ssl.google.com/android/repository/android-2.0.1_r01-windows.zip


windows



4





2.1
7

03

8

Android SDK Platform 2.1_r3
http://developer.android.com/sdk/


70142829
5ce51b023ac19f8738500b1007a1da5de2349a1e


https://dl-ssl.google.com/android/repository/android-2.1_r03-linux.zip





4





2.2
8

03

8

Android SDK Platform 2.2_r3
http://developer.android.com/sdk/


74652366
231262c63eefdff8fd0386e9ccfefeb27a8f9202


https://dl-ssl.google.com/android/repository/android-2.2_r03-linux.zip





4





2.3.1
9

02

8

Android SDK Platform 2.3.1_r2
http://developer.android.com/sdk/



78732563
209f8a7a8b2cb093fce858b8b55fed3ba5206773


https://dl-ssl.google.com/android/repository/android-2.3.1_r02-linux.zip





4





2.3.3
10

02

8

Android SDK Platform 2.3.3._r2
http://developer.android.com/sdk/


85470907
887e37783ec32f541ea33c2c649dda648e8e6fb3


https://dl-ssl.google.com/android/repository/android-2.3.3_r02-linux.zip





4





3.0
11

02

10

Android SDK Platform 3.0, revision 2
http://developer.android.com/sdk/


104513908
2c7d4bd13f276e76f6bbd87315fe27aba351dd37


https://dl-ssl.google.com/android/repository/android-3.0_r02-linux.zip





4





3.1
12

03

11

Android SDK Platform 3.1, revision 3
http://developer.android.com/sdk/


106472351
4a50a6679cd95bb68bb5fc032e754cd7c5e2b1bf


https://dl-ssl.google.com/android/repository/android-3.1_r03-linux.zip





4





3.2
13

01

12

Android SDK Platform 3.2, revision 1
http://developer.android.com/sdk/


108426536
6189a500a8c44ae73a439604363de93591163cd9


https://dl-ssl.google.com/android/repository/android-3.2_r01-linux.zip





4





3
Android SDK Platform 4.0
4.0
14

7
1



45919570
41ba83b51e886461628c41b1b4d47762e0688ed5


https://dl-ssl.google.com/android/repository/android-14_r03.zip








3
Android SDK Platform 4.0.3
4.0.3
15

15


7
1



44414679
23da24610a8da51054c5391001c51ce43a778b97


https://dl-ssl.google.com/android/repository/android-15_r03.zip








4
Android SDK Platform 4.1.2
4.1.2
16

21


9
1



48005140
90b9157b8b45f966be97e11a22fba4591b96c2ee


https://dl-ssl.google.com/android/repository/android-16_r04.zip








2
Android SDK  [...]]]></description>
			<content:encoded><![CDATA[<p><span id="more-2839"></span></p>
<pre class="brush: xml; first-line: 1;"
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<!--

 * Copyright (C) 2009 The Android Open Source Project
 *
 * Licensed under the Apache License, version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
-->
<sdk:sdk-repository xmlns:sdk="http://schemas.android.com/sdk/android/repository/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<sdk:license id="android-sdk-license" type="text">
To get started with the Android SDK, you must agree to the following terms and conditions. This is the Android SDK License Agreement (the "License Agreement"). 1. Introduction 1.1 The Android SDK (referred to in the License Agreement as the "SDK" and specifically including the Android system files, packaged APIs, and SDK library files and tools , if and when they are made available) is licensed to you subject to the terms of the License Agreement. The License Agreement forms a legally binding contract between you and Google in relation to your use of the SDK. 1.2 "Android" means the Android software stack for devices, as made available under the Android Open Source Project, which is located at the following URL: http://source.android.com/, as updated from time to time. 1.3 "Google" means Google Inc., a Delaware corporation with principal place of business at 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States. 2. Accepting the License Agreement 2.1 In order to use the SDK, you must first agree to the License Agreement. You may not use the SDK if you do not accept the License Agreement. 2.2 By clicking to accept and/or using the SDK, you hereby agree to the terms of the License Agreement. 2.3 You may not use the SDK and may not accept the License Agreement if you are a person barred from receiving the SDK under the laws of the United States or other countries including the country in which you are resident or from which you use the SDK. 2.4 If you will use the SDK internally within your company or organization you agree to be bound by the License Agreement on behalf of your employer or other entity, and you represent and warrant that you have full legal authority to bind your employer or such entity to the License Agreement. If you do not have the requisite authority, you may not accept the License Agreement or use the SDK on behalf of your employer or other entity. 3. SDK License from Google 3.1 Subject to the terms of the License Agreement, Google grants you a royalty-free, non-assignable, non-exclusive, non-sublicensable, limited, revocable license to use the SDK, personally or internally within your company or organization, solely to develop and distribute applications to run on the Android platform. 3.2 You agree that Google or third parties own all legal right, title and interest in and to the SDK, including any Intellectual Property Rights that subsist in the SDK. "Intellectual Property Rights" means any and all rights under patent law, copyright law, trade secret law, trademark law, and any and all other proprietary rights. Google reserves all rights not expressly granted to you. 3.3 You may not use the SDK for any purpose not expressly permitted by the License Agreement. Except to the extent required by applicable third party licenses, you may not: (a) copy (except for backup purposes), modify, adapt, redistribute, decompile, reverse engineer, disassemble, or create derivative works of the SDK or any part of the SDK; or (b) load any part of the SDK onto a mobile handset or any other hardware device except a personal computer, combine any part of the SDK with other software, or distribute any software or device incorporating a part of the SDK. 3.4 You agree that you will not take any actions that may cause or result in the fragmentation of Android, including but not limited to distributing, participating in the creation of, or promoting in any way a software development kit derived from the SDK. 3.5 Use, reproduction and distribution of components of the SDK licensed under an open source software license are governed solely by the terms of that open source software license and not the License Agreement. You agree to remain a licensee in good standing in regard to such open source software licenses under all the rights granted and to refrain from any actions that may terminate, suspend, or breach such rights. 3.6 You agree that the form and nature of the SDK that Google provides may change without prior notice to you and that future versions of the SDK may be incompatible with applications developed on previous versions of the SDK. You agree that Google may stop (permanently or temporarily) providing the SDK (or any features within the SDK) to you or to users generally at Google's sole discretion, without prior notice to you. 3.7 Nothing in the License Agreement gives you a right to use any of Google's trade names, trademarks, service marks, logos, domain names, or other distinctive brand features. 3.8 You agree that you will not remove, obscure, or alter any proprietary rights notices (including copyright and trademark notices) that may be affixed to or contained within the SDK. 4. Use of the SDK by You 4.1 Google agrees that nothing in the License Agreement gives Google any right, title or interest from you (or your licensors) under the License Agreement in or to any software applications that you develop using the SDK, including any intellectual property rights that subsist in those applications. 4.2 You agree to use the SDK and write applications only for purposes that are permitted by (a) the License Agreement, and (b) any applicable law, regulation or generally accepted practices or guidelines in the relevant jurisdictions (including any laws regarding the export of data or software to and from the United States or other relevant countries). 4.3 You agree that if you use the SDK to develop applications, you will protect the privacy and legal rights of users. If users provide you with user names, passwords, or other login information or personal information, you must make the users aware that the information will be available to your application, and you must provide legally adequate privacy notice and protection for those users. If your application stores personal or sensitive information provided by users, it must do so securely. If users provide you with Google Account information, your application may only use that information to access the user's Google Account when, and for the limited purposes for which, each user has given you permission to do so. 4.4 You agree that you will not engage in any activity with the SDK, including the development or distribution of an application, that interferes with, disrupts, damages, or accesses in an unauthorized manner the servers, networks, or other properties or services of Google or any third party. 4.5 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any data, content, or resources that you create, transmit or display through Android and/or applications for Android, and for the consequences of your actions (including any loss or damage which Google may suffer) by doing so. 4.6 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any breach of your obligations under the License Agreement, any applicable third party contract or Terms of Service, or any applicable law or regulation, and for the consequences (including any loss or damage which Google or any third party may suffer) of any such breach. 5. Your Developer Credentials 5.1 You agree that you are responsible for maintaining the confidentiality of any developer credentials that may be issued to you by Google or which you may choose yourself and that you will be solely responsible for all applications that are developed under your developer credentials. 6. Privacy and Information 6.1 In order to continually innovate and improve the SDK, Google may collect certain usage statistics from the software including but not limited to a unique identifier, associated IP address, version number of the software, and information on which tools and/or services in the SDK are being used and how they are being used. Before any of this information is collected, the SDK will notify you and seek your consent. If you withhold consent, the information will not be collected. 6.2 The data collected is examined in the aggregate to improve the SDK and is maintained in accordance with Google's Privacy Policy located at http://www.google.com/policies/privacy/. 7. Third Party Applications 7.1 If you use the SDK to run applications developed by a third party or that access data, content or resources provided by a third party, you agree that Google is not responsible for those applications, data, content, or resources. You understand that all data, content or resources which you may access through such third party applications are the sole responsibility of the person from which they originated and that Google is not liable for any loss or damage that you may experience as a result of the use or access of any of those third party applications, data, content, or resources. 7.2 You should be aware the data, content, and resources presented to you through such a third party application may be protected by intellectual property rights which are owned by the providers (or by other persons or companies on their behalf). You may not modify, rent, lease, loan, sell, distribute or create derivative works based on these data, content, or resources (either in whole or in part) unless you have been specifically given permission to do so by the relevant owners. 7.3 You acknowledge that your use of such third party applications, data, content, or resources may be subject to separate terms between you and the relevant third party. 8. Using Google APIs 8.1 Google APIs 8.1.1 If you use any API to retrieve data from Google, you acknowledge that the data may be protected by intellectual property rights which are owned by Google or those parties that provide the data (or by other persons or companies on their behalf). Your use of any such API may be subject to additional Terms of Service. You may not modify, rent, lease, loan, sell, distribute or create derivative works based on this data (either in whole or in part) unless allowed by the relevant Terms of Service. 8.1.2 If you use any API to retrieve a user's data from Google, you acknowledge and agree that you shall retrieve data only with the user's explicit consent and only when, and for the limited purposes for which, the user has given you permission to do so. 9. Terminating the License Agreement 9.1 The License Agreement will continue to apply until terminated by either you or Google as set out below. 9.2 If you want to terminate the License Agreement, you may do so by ceasing your use of the SDK and any relevant developer credentials. 9.3 Google may at any time, terminate the License Agreement, with or without cause, upon notice to you. 9.4 The License Agreement will automatically terminate without notice or other action when Google ceases to provide the SDK or certain parts of the SDK to users in the country in which you are resident or from which you use the service. 9.5 When the License Agreement is terminated, the license granted to you in the License Agreement will terminate, you will immediately cease all use of the SDK, and the provisions of paragraphs 10, 11, 12 and 14 shall survive indefinitely. 10. DISCLAIMERS 10.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT YOUR USE OF THE SDK IS AT YOUR SOLE RISK AND THAT THE SDK IS PROVIDED "AS IS" AND "AS AVAILABLE" WITHOUT WARRANTY OF ANY KIND FROM GOOGLE. 10.2 YOUR USE OF THE SDK AND ANY MATERIAL DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE USE OF THE SDK IS AT YOUR OWN DISCRETION AND RISK AND YOU ARE SOLELY RESPONSIBLE FOR ANY DAMAGE TO YOUR COMPUTER SYSTEM OR OTHER DEVICE OR LOSS OF DATA THAT RESULTS FROM SUCH USE. WITHOUT LIMITING THE FOREGOING, YOU UNDERSTAND THAT THE SDK MAY CONTAIN ERRORS, DEFECTS AND SECURITY VULNERABILITIES THAT CAN RESULT IN SIGNIFICANT DAMAGE, INCLUDING THE COMPLETE, IRRECOVERABLE LOSS OF USE OF YOUR COMPUTER SYSTEM OR OTHER DEVICE. 10.3 GOOGLE FURTHER EXPRESSLY DISCLAIMS ALL WARRANTIES AND CONDITIONS OF ANY KIND, WHETHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 11. LIMITATION OF LIABILITY 11.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT GOOGLE, ITS SUBSIDIARIES AND AFFILIATES, AND ITS LICENSORS SHALL NOT BE LIABLE TO YOU UNDER ANY THEORY OF LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL OR EXEMPLARY DAMAGES THAT MAY BE INCURRED BY YOU, INCLUDING ANY LOSS OF DATA, WHETHER OR NOT GOOGLE OR ITS REPRESENTATIVES HAVE BEEN ADVISED OF OR SHOULD HAVE BEEN AWARE OF THE POSSIBILITY OF ANY SUCH LOSSES ARISING. 12. Indemnification 12.1 To the maximum extent permitted by law, you agree to defend, indemnify and hold harmless Google, its affiliates and their respective directors, officers, employees and agents from and against any and all claims, actions, suits or proceedings, as well as any and all losses, liabilities, damages, costs and expenses (including reasonable attorneys’ fees) arising out of or accruing from (a) your use of the SDK, (b) any application you develop on the SDK that infringes any Intellectual Property Rights of any person or defames any person or violates their rights of publicity or privacy, and (c) any non-compliance by you of the License Agreement. 13. Changes to the License Agreement 13.1 Google may make changes to the License Agreement as it distributes new versions of the SDK. When these changes are made, Google will make a new version of the License Agreement available on the website where the SDK is made available. 14. General Legal Terms 14.1 The License Agreement constitutes the whole legal agreement between you and Google and governs your use of the SDK (excluding any services which Google may provide to you under a separate written agreement), and completely replaces any prior agreements between you and Google in relation to the SDK. 14.2 You agree that if Google does not exercise or enforce any legal right or remedy which is contained in the License Agreement (or which Google has the benefit of under any applicable law), this will not be taken to be a formal waiver of Google's rights and that those rights or remedies will still be available to Google. 14.3 If any court of law, having the jurisdiction to decide on this matter, rules that any provision of the License Agreement is invalid, then that provision will be removed from the License Agreement without affecting the rest of the License Agreement. The remaining provisions of the License Agreement will continue to be valid and enforceable. 14.4 You acknowledge and agree that each member of the group of companies of which Google is the parent shall be third party beneficiaries to the License Agreement and that such other companies shall be entitled to directly enforce, and rely upon, any provision of the License Agreement that confers a benefit on (or rights in favor of) them. Other than this, no other person or company shall be third party beneficiaries to the License Agreement. 14.5 EXPORT RESTRICTIONS. THE SDK IS SUBJECT TO UNITED STATES EXPORT LAWS AND REGULATIONS. YOU MUST COMPLY WITH ALL DOMESTIC AND INTERNATIONAL EXPORT LAWS AND REGULATIONS THAT APPLY TO THE SDK. THESE LAWS INCLUDE RESTRICTIONS ON DESTINATIONS, END USERS AND END USE. 14.6 The License Agreement may not be assigned or transferred by you without the prior written approval of Google, and any attempted assignment without such approval will be void. You shall not delegate your responsibilities or obligations under the License Agreement without the prior written approval of Google. 14.7 The License Agreement, and your relationship with Google under the License Agreement, shall be governed by the laws of the State of California without regard to its conflict of laws provisions. You and Google agree to submit to the exclusive jurisdiction of the courts located within the county of Santa Clara, California to resolve any legal matter arising from the License Agreement. Notwithstanding this, you agree that Google shall still be allowed to apply for injunctive remedies (or an equivalent type of urgent legal relief) in any jurisdiction. June 2014.
</sdk:license>
<sdk:license id="android-sdk-preview-license" type="text">
To get started with the Android SDK Preview, you must agree to the following terms and conditions. As described below, please note that this is a preview version of the Android SDK, subject to change, that you use at your own risk. The Android SDK Preview is not a stable release, and may contain errors and defects that can result in serious damage to your computer systems, devices and data. This is the Android SDK Preview License Agreement (the "License Agreement"). 1. Introduction 1.1 The Android SDK Preview (referred to in the License Agreement as the “Preview” and specifically including the Android system files, packaged APIs, and Preview library files, if and when they are made available) is licensed to you subject to the terms of the License Agreement. The License Agreement forms a legally binding contract between you and Google in relation to your use of the Preview. 1.2 "Android" means the Android software stack for devices, as made available under the Android Open Source Project, which is located at the following URL: http://source.android.com/, as updated from time to time. 1.3 "Google" means Google Inc., a Delaware corporation with principal place of business at 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States. 2. Accepting the License Agreement 2.1 In order to use the Preview, you must first agree to the License Agreement. You may not use the Preview if you do not accept the License Agreement. 2.2 By clicking to accept and/or using the Preview, you hereby agree to the terms of the License Agreement. 2.3 You may not use the Preview and may not accept the License Agreement if you are a person barred from receiving the Preview under the laws of the United States or other countries including the country in which you are resident or from which you use the Preview. 2.4 If you will use the Preview internally within your company or organization you agree to be bound by the License Agreement on behalf of your employer or other entity, and you represent and warrant that you have full legal authority to bind your employer or such entity to the License Agreement. If you do not have the requisite authority, you may not accept the License Agreement or use the Preview on behalf of your employer or other entity. 3. Preview License from Google 3.1 Subject to the terms of the License Agreement, Google grants you a royalty-free, non-assignable, non-exclusive, non-sublicensable, limited, revocable license to use the Preview, personally or internally within your company or organization, solely to develop applications to run on the Android platform. 3.2 You agree that Google or third parties owns all legal right, title and interest in and to the Preview, including any Intellectual Property Rights that subsist in the Preview. "Intellectual Property Rights" means any and all rights under patent law, copyright law, trade secret law, trademark law, and any and all other proprietary rights. Google reserves all rights not expressly granted to you. 3.3 You may not use the Preview for any purpose not expressly permitted by the License Agreement. Except to the extent required by applicable third party licenses, you may not: (a) copy (except for backup purposes), modify, adapt, redistribute, decompile, reverse engineer, disassemble, or create derivative works of the Preview or any part of the Preview; or (b) load any part of the Preview onto a mobile handset or any other hardware device except a personal computer, combine any part of the Preview with other software, or distribute any software or device incorporating a part of the Preview. 3.4 You agree that you will not take any actions that may cause or result in the fragmentation of Android, including but not limited to distributing, participating in the creation of, or promoting in any way a software development kit derived from the Preview. 3.5 Use, reproduction and distribution of components of the Preview licensed under an open source software license are governed solely by the terms of that open source software license and not the License Agreement. You agree to remain a licensee in good standing in regard to such open source software licenses under all the rights granted and to refrain from any actions that may terminate, suspend, or breach such rights. 3.6 You agree that the form and nature of the Preview that Google provides may change without prior notice to you and that future versions of the Preview may be incompatible with applications developed on previous versions of the Preview. You agree that Google may stop (permanently or temporarily) providing the Preview (or any features within the Preview) to you or to users generally at Google's sole discretion, without prior notice to you. 3.7 Nothing in the License Agreement gives you a right to use any of Google's trade names, trademarks, service marks, logos, domain names, or other distinctive brand features. 3.8 You agree that you will not remove, obscure, or alter any proprietary rights notices (including copyright and trademark notices) that may be affixed to or contained within the Preview. 4. Use of the Preview by You 4.1 Google agrees that nothing in the License Agreement gives Google any right, title or interest from you (or your licensors) under the License Agreement in or to any software applications that you develop using the Preview, including any intellectual property rights that subsist in those applications. 4.2 You agree to use the Preview and write applications only for purposes that are permitted by (a) the License Agreement, and (b) any applicable law, regulation or generally accepted practices or guidelines in the relevant jurisdictions (including any laws regarding the export of data or software to and from the United States or other relevant countries). 4.3 You agree that if you use the Preview to develop applications, you will protect the privacy and legal rights of users. If users provide you with user names, passwords, or other login information or personal information, you must make the users aware that the information will be available to your application, and you must provide legally adequate privacy notice and protection for those users. If your application stores personal or sensitive information provided by users, it must do so securely. If users provide you with Google Account information, your application may only use that information to access the user's Google Account when, and for the limited purposes for which, each user has given you permission to do so. 4.4 You agree that you will not engage in any activity with the Preview, including the development or distribution of an application, that interferes with, disrupts, damages, or accesses in an unauthorized manner the servers, networks, or other properties or services of Google or any third party. 4.5 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any data, content, or resources that you create, transmit or display through Android and/or applications for Android, and for the consequences of your actions (including any loss or damage which Google may suffer) by doing so. 4.6 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any breach of your obligations under the License Agreement, any applicable third party contract or Terms of Service, or any applicable law or regulation, and for the consequences (including any loss or damage which Google or any third party may suffer) of any such breach. 4.7 The Preview is in development, and your testing and feedback are an important part of the development process. By using the Preview, you acknowledge that implementation of some features are still under development and that you should not rely on the Preview having the full functionality of a stable release. You agree not to publicly distribute or ship any application using this Preview as this Preview will no longer be supported after the official Android SDK is released. 5. Your Developer Credentials 5.1 You agree that you are responsible for maintaining the confidentiality of any developer credentials that may be issued to you by Google or which you may choose yourself and that you will be solely responsible for all applications that are developed under your developer credentials. 6. Privacy and Information 6.1 In order to continually innovate and improve the Preview, Google may collect certain usage statistics from the software including but not limited to a unique identifier, associated IP address, version number of the software, and information on which tools and/or services in the Preview are being used and how they are being used. Before any of this information is collected, the Preview will notify you and seek your consent. If you withhold consent, the information will not be collected. 6.2 The data collected is examined in the aggregate to improve the Preview and is maintained in accordance with Google's Privacy Policy located at http://www.google.com/policies/privacy/. 7. Third Party Applications 7.1 If you use the Preview to run applications developed by a third party or that access data, content or resources provided by a third party, you agree that Google is not responsible for those applications, data, content, or resources. You understand that all data, content or resources which you may access through such third party applications are the sole responsibility of the person from which they originated and that Google is not liable for any loss or damage that you may experience as a result of the use or access of any of those third party applications, data, content, or resources. 7.2 You should be aware the data, content, and resources presented to you through such a third party application may be protected by intellectual property rights which are owned by the providers (or by other persons or companies on their behalf). You may not modify, rent, lease, loan, sell, distribute or create derivative works based on these data, content, or resources (either in whole or in part) unless you have been specifically given permission to do so by the relevant owners. 7.3 You acknowledge that your use of such third party applications, data, content, or resources may be subject to separate terms between you and the relevant third party. 8. Using Google APIs 8.1 Google APIs 8.1.1 If you use any API to retrieve data from Google, you acknowledge that the data may be protected by intellectual property rights which are owned by Google or those parties that provide the data (or by other persons or companies on their behalf). Your use of any such API may be subject to additional Terms of Service. You may not modify, rent, lease, loan, sell, distribute or create derivative works based on this data (either in whole or in part) unless allowed by the relevant Terms of Service. 8.1.2 If you use any API to retrieve a user's data from Google, you acknowledge and agree that you shall retrieve data only with the user's explicit consent and only when, and for the limited purposes for which, the user has given you permission to do so. 9. Terminating the License Agreement 9.1 the License Agreement will continue to apply until terminated by either you or Google as set out below. 9.2 If you want to terminate the License Agreement, you may do so by ceasing your use of the Preview and any relevant developer credentials. 9.3 Google may at any time, terminate the License Agreement, with or without cause, upon notice to you. 9.4 The License Agreement will automatically terminate without notice or other action upon the earlier of: (A) when Google ceases to provide the Preview or certain parts of the Preview to users in the country in which you are resident or from which you use the service; and (B) Google issues a final release version of the Android SDK. 9.5 When the License Agreement is terminated, the license granted to you in the License Agreement will terminate, you will immediately cease all use of the Preview, and the provisions of paragraphs 10, 11, 12 and 14 shall survive indefinitely. 10. DISCLAIMERS 10.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT YOUR USE OF THE PREVIEW IS AT YOUR SOLE RISK AND THAT THE PREVIEW IS PROVIDED "AS IS" AND "AS AVAILABLE" WITHOUT WARRANTY OF ANY KIND FROM GOOGLE. 10.2 YOUR USE OF THE PREVIEW AND ANY MATERIAL DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE USE OF THE PREVIEW IS AT YOUR OWN DISCRETION AND RISK AND YOU ARE SOLELY RESPONSIBLE FOR ANY DAMAGE TO YOUR COMPUTER SYSTEM OR OTHER DEVICE OR LOSS OF DATA THAT RESULTS FROM SUCH USE. WITHOUT LIMITING THE FOREGOING, YOU UNDERSTAND THAT THE PREVIEW IS NOT A STABLE RELEASE AND MAY CONTAIN ERRORS, DEFECTS AND SECURITY VULNERABILITIES THAT CAN RESULT IN SIGNIFICANT DAMAGE, INCLUDING THE COMPLETE, IRRECOVERABLE LOSS OF USE OF YOUR COMPUTER SYSTEM OR OTHER DEVICE. 10.3 GOOGLE FURTHER EXPRESSLY DISCLAIMS ALL WARRANTIES AND CONDITIONS OF ANY KIND, WHETHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 11. LIMITATION OF LIABILITY 11.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT GOOGLE, ITS SUBSIDIARIES AND AFFILIATES, AND ITS LICENSORS SHALL NOT BE LIABLE TO YOU UNDER ANY THEORY OF LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL OR EXEMPLARY DAMAGES THAT MAY BE INCURRED BY YOU, INCLUDING ANY LOSS OF DATA, WHETHER OR NOT GOOGLE OR ITS REPRESENTATIVES HAVE BEEN ADVISED OF OR SHOULD HAVE BEEN AWARE OF THE POSSIBILITY OF ANY SUCH LOSSES ARISING. 12. Indemnification 12.1 To the maximum extent permitted by law, you agree to defend, indemnify and hold harmless Google, its affiliates and their respective directors, officers, employees and agents from and against any and all claims, actions, suits or proceedings, as well as any and all losses, liabilities, damages, costs and expenses (including reasonable attorneys’ fees) arising out of or accruing from (a) your use of the Preview, (b) any application you develop on the Preview that infringes any Intellectual Property Rights of any person or defames any person or violates their rights of publicity or privacy, and (c) any non-compliance by you of the License Agreement. 13. Changes to the License Agreement 13.1 Google may make changes to the License Agreement as it distributes new versions of the Preview. When these changes are made, Google will make a new version of the License Agreement available on the website where the Preview is made available. 14. General Legal Terms 14.1 the License Agreement constitutes the whole legal agreement between you and Google and governs your use of the Preview (excluding any services which Google may provide to you under a separate written agreement), and completely replaces any prior agreements between you and Google in relation to the Preview. 14.2 You agree that if Google does not exercise or enforce any legal right or remedy which is contained in the License Agreement (or which Google has the benefit of under any applicable law), this will not be taken to be a formal waiver of Google's rights and that those rights or remedies will still be available to Google. 14.3 If any court of law, having the jurisdiction to decide on this matter, rules that any provision of the License Agreement is invalid, then that provision will be removed from the License Agreement without affecting the rest of the License Agreement. The remaining provisions of the License Agreement will continue to be valid and enforceable. 14.4 You acknowledge and agree that each member of the group of companies of which Google is the parent shall be third party beneficiaries to the License Agreement and that such other companies shall be entitled to directly enforce, and rely upon, any provision of the License Agreement that confers a benefit on (or rights in favor of) them. Other than this, no other person or company shall be third party beneficiaries to the License Agreement. 14.5 EXPORT RESTRICTIONS. THE PREVIEW IS SUBJECT TO UNITED STATES EXPORT LAWS AND REGULATIONS. YOU MUST COMPLY WITH ALL DOMESTIC AND INTERNATIONAL EXPORT LAWS AND REGULATIONS THAT APPLY TO THE PREVIEW. THESE LAWS INCLUDE RESTRICTIONS ON DESTINATIONS, END USERS AND END USE. 14.6 The License Agreement may not be assigned or transferred by you without the prior written approval of Google, and any attempted assignment without such approval will be void. You shall not delegate your responsibilities or obligations under the License Agreement without the prior written approval of Google. 14.7 The License Agreement, and your relationship with Google under the License Agreement, shall be governed by the laws of the State of California without regard to its conflict of laws provisions. You and Google agree to submit to the exclusive jurisdiction of the courts located within the county of Santa Clara, California to resolve any legal matter arising from the License Agreement. Notwithstanding this, you agree that Google shall still be allowed to apply for injunctive remedies (or an equivalent type of urgent legal relief) in any jurisdiction. June 2014.
</sdk:license>
<!--  PLATFORMS ........................  -->
<sdk:platform>
<sdk:version>1.1</sdk:version>
<sdk:api-level>2</sdk:api-level>
<sdk:revision>1</sdk:revision>
<sdk:description>Android SDK Platform 1.1_r1</sdk:description>
<sdk:desc-url>http://developer.android.com/sdk/android-1.1.html</sdk:desc-url>
<sdk:obsolete/>
<sdk:archives>
<sdk:archive>
<sdk:size>46828615</sdk:size>
<sdk:checksum type="sha1">a4060f29ed39fc929c302836d488998c53c3002e</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/android-1.1_r1-windows.zip

</sdk:url>
<sdk:host-os>windows</sdk:host-os>
</sdk:archive>
<sdk:archive>
<sdk:size>45584305</sdk:size>
<sdk:checksum type="sha1">e21dbcff45b7356657449ebb3c7e941be2bb5ebe</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/android-1.1_r1-macosx.zip

</sdk:url>
<sdk:host-os>macosx</sdk:host-os>
</sdk:archive>
<sdk:archive>
<sdk:size>45476658</sdk:size>
<sdk:checksum type="sha1">c054d25c9b4c6251fa49c2f9c54336998679d3fe</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/android-1.1_r1-linux.zip

</sdk:url>
<sdk:host-os>linux</sdk:host-os>
</sdk:archive>
</sdk:archives>
<sdk:layoutlib>
<sdk:api>4</sdk:api>
</sdk:layoutlib>
<sdk:uses-license ref="android-sdk-license"/>
</sdk:platform>
<!--  Generated manually from earlier versions  -->
<sdk:platform>
<sdk:version>1.5</sdk:version>
<sdk:api-level>3</sdk:api-level>
<sdk:revision>04</sdk:revision>
<sdk:min-tools-rev>
<sdk:major>6</sdk:major>
</sdk:min-tools-rev>
<sdk:description>Android SDK Platform 1.5_r3</sdk:description>
<sdk:desc-url>http://developer.android.com/sdk/android-1.5.html</sdk:desc-url>
<sdk:archives>
<sdk:archive>
<sdk:size>54624370</sdk:size>
<sdk:checksum type="sha1">5bb106d2e40d481edd337b0833093843e15fe49a</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/android-1.5_r04-windows.zip

</sdk:url>
<sdk:host-os>windows</sdk:host-os>
</sdk:archive>
<sdk:archive>
<sdk:size>52440607</sdk:size>
<sdk:checksum type="sha1">d3a67c2369afa48b6c3c7624de5031c262018d1e</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/android-1.5_r04-macosx.zip

</sdk:url>
<sdk:host-os>macosx</sdk:host-os>
</sdk:archive>
<sdk:archive>
<sdk:size>53348669</sdk:size>
<sdk:checksum type="sha1">5c134b7df5f4b8bd5b61ba93bdaebada8fa3468c</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/android-1.5_r04-linux.zip

</sdk:url>
<sdk:host-os>linux</sdk:host-os>
</sdk:archive>
</sdk:archives>
<sdk:layoutlib>
<sdk:api>4</sdk:api>
</sdk:layoutlib>
<sdk:uses-license ref="android-sdk-license"/>
</sdk:platform>
<sdk:platform>
<sdk:version>1.6</sdk:version>
<sdk:api-level>4</sdk:api-level>
<sdk:codename/>
<sdk:revision>03</sdk:revision>
<sdk:min-tools-rev>
<sdk:major>6</sdk:major>
</sdk:min-tools-rev>
<sdk:description>Android SDK Platform 1.6_r2</sdk:description>
<sdk:desc-url>http://developer.android.com/sdk/android-1.6.html</sdk:desc-url>
<sdk:archives>
<sdk:archive>
<sdk:size>63454485</sdk:size>
<sdk:checksum type="sha1">483ed088e45bbdf3444baaf9250c8b02e5383cb0</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/android-1.6_r03-linux.zip

</sdk:url>
<sdk:host-os>linux</sdk:host-os>
</sdk:archive>
<sdk:archive>
<sdk:size>62418496</sdk:size>
<sdk:checksum type="sha1">bdafad44f5df9f127979bdb21a1fdd87ee3cd625</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/android-1.6_r03-macosx.zip

</sdk:url>
<sdk:host-os>macosx</sdk:host-os>
</sdk:archive>
<sdk:archive>
<sdk:size>64654625</sdk:size>
<sdk:checksum type="sha1">ce0b5e4ffaf12ca4fd07c2da71a8a1ab4a03dc22</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/android-1.6_r03-windows.zip

</sdk:url>
<sdk:host-os>windows</sdk:host-os>
</sdk:archive>
</sdk:archives>
<sdk:layoutlib>
<sdk:api>4</sdk:api>
</sdk:layoutlib>
<sdk:uses-license ref="android-sdk-license"/>
</sdk:platform>
<!--
 Generated on Thu Oct 22 10:16:34 PDT 2009 using eclair-sdk 17704: Platform. Addon. Tools. Doc.
-->
<sdk:platform>
<sdk:version>2.0</sdk:version>
<sdk:api-level>5</sdk:api-level>
<sdk:codename/>
<sdk:revision>01</sdk:revision>
<sdk:min-tools-rev>
<sdk:major>3</sdk:major>
</sdk:min-tools-rev>
<sdk:description>Android SDK Platform 2.0, revision 1</sdk:description>
<sdk:desc-url>http://developer.android.com/sdk/android-2.0.html</sdk:desc-url>
<sdk:obsolete/>
<sdk:archives>
<sdk:archive>
<sdk:size>75095268</sdk:size>
<sdk:checksum type="sha1">be9be6a99ca32875c96ec7f91160ca9fce7e3c7d</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/android-2.0_r01-linux.zip

</sdk:url>
<sdk:host-os>linux</sdk:host-os>
</sdk:archive>
<sdk:archive>
<sdk:size>74956356</sdk:size>
<sdk:checksum type="sha1">2a866d0870dbba18e0503cd41e5fae988a21b314</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/android-2.0_r01-macosx.zip

</sdk:url>
<sdk:host-os>macosx</sdk:host-os>
</sdk:archive>
<sdk:archive>
<sdk:size>76288040</sdk:size>
<sdk:checksum type="sha1">aeb623217ff88b87216d6eb7dbc846ed53f68f57</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/android-2.0_r01-windows.zip

</sdk:url>
<sdk:host-os>windows</sdk:host-os>
</sdk:archive>
</sdk:archives>
<sdk:layoutlib>
<sdk:api>4</sdk:api>
</sdk:layoutlib>
<sdk:uses-license ref="android-sdk-license"/>
</sdk:platform>
<!--
 Generated on Mon Nov 23 14:08:02 PST 2009 using eclair-release 20723: Platform. Addon.
-->
<sdk:platform>
<sdk:version>2.0.1</sdk:version>
<sdk:api-level>6</sdk:api-level>
<sdk:codename/>
<sdk:revision>01</sdk:revision>
<sdk:min-tools-rev>
<sdk:major>4</sdk:major>
</sdk:min-tools-rev>
<sdk:description>Android SDK Platform 2.0.1_r1</sdk:description>
<sdk:desc-url>

http://developer.android.com/sdk/android-2.0.1.html

</sdk:desc-url>
<sdk:obsolete/>
<sdk:archives>
<sdk:archive>
<sdk:size>79192618</sdk:size>
<sdk:checksum type="sha1">ce2c971dce352aa28af06bda92a070116aa5ae1a</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/android-2.0.1_r01-linux.zip

</sdk:url>
<sdk:host-os>linux</sdk:host-os>
</sdk:archive>
<sdk:archive>
<sdk:size>79035527</sdk:size>
<sdk:checksum type="sha1">c3096f80d75a6fc8cb38ef8a18aec920e53d42c0</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/android-2.0.1_r01-macosx.zip

</sdk:url>
<sdk:host-os>macosx</sdk:host-os>
</sdk:archive>
<sdk:archive>
<sdk:size>80385601</sdk:size>
<sdk:checksum type="sha1">255781ebe4509d9707d0e77edda2815e2bc216e6</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/android-2.0.1_r01-windows.zip

</sdk:url>
<sdk:host-os>windows</sdk:host-os>
</sdk:archive>
</sdk:archives>
<sdk:layoutlib>
<sdk:api>4</sdk:api>
</sdk:layoutlib>
<sdk:uses-license ref="android-sdk-license"/>
</sdk:platform>
<!--
 Generated on Thu May  6 15:57:41 PDT 2010 using eclair 35983: Platform.
-->
<sdk:platform>
<sdk:version>2.1</sdk:version>
<sdk:api-level>7</sdk:api-level>
<sdk:codename/>
<sdk:revision>03</sdk:revision>
<sdk:min-tools-rev>
<sdk:major>8</sdk:major>
</sdk:min-tools-rev>
<sdk:description>Android SDK Platform 2.1_r3</sdk:description>
<sdk:desc-url>http://developer.android.com/sdk/</sdk:desc-url>
<sdk:archives>
<sdk:archive>
<sdk:size>70142829</sdk:size>
<sdk:checksum type="sha1">5ce51b023ac19f8738500b1007a1da5de2349a1e</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/android-2.1_r03-linux.zip

</sdk:url>
</sdk:archive>
</sdk:archives>
<sdk:layoutlib>
<sdk:api>4</sdk:api>
</sdk:layoutlib>
<sdk:uses-license ref="android-sdk-license"/>
</sdk:platform>
<!--
 Generated on Wed Jun 30 16:13:06 PDT 2010 using froyo-release 43546: Platform. Addon.
-->
<sdk:platform>
<sdk:version>2.2</sdk:version>
<sdk:api-level>8</sdk:api-level>
<sdk:codename/>
<sdk:revision>03</sdk:revision>
<sdk:min-tools-rev>
<sdk:major>8</sdk:major>
</sdk:min-tools-rev>
<sdk:description>Android SDK Platform 2.2_r3</sdk:description>
<sdk:desc-url>http://developer.android.com/sdk/</sdk:desc-url>
<sdk:archives>
<sdk:archive>
<sdk:size>74652366</sdk:size>
<sdk:checksum type="sha1">231262c63eefdff8fd0386e9ccfefeb27a8f9202</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/android-2.2_r03-linux.zip

</sdk:url>
</sdk:archive>
</sdk:archives>
<sdk:layoutlib>
<sdk:api>4</sdk:api>
</sdk:layoutlib>
<sdk:uses-license ref="android-sdk-license"/>
</sdk:platform>
<!--
 Generated on Thu Jan 20 09:40:59 PST 2011 using gingerbread-sdk-release 93351: Platform.
-->
<sdk:platform>
<sdk:version>2.3.1</sdk:version>
<sdk:api-level>9</sdk:api-level>
<sdk:codename/>
<sdk:revision>02</sdk:revision>
<sdk:min-tools-rev>
<sdk:major>8</sdk:major>
</sdk:min-tools-rev>
<sdk:description>Android SDK Platform 2.3.1_r2</sdk:description>
<sdk:desc-url>http://developer.android.com/sdk/</sdk:desc-url>
<sdk:obsolete/>
<sdk:archives>
<sdk:archive>
<sdk:size>78732563</sdk:size>
<sdk:checksum type="sha1">209f8a7a8b2cb093fce858b8b55fed3ba5206773</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/android-2.3.1_r02-linux.zip

</sdk:url>
</sdk:archive>
</sdk:archives>
<sdk:layoutlib>
<sdk:api>4</sdk:api>
</sdk:layoutlib>
<sdk:uses-license ref="android-sdk-license"/>
</sdk:platform>
<!--
 Generated on Fri Feb  4 16:41:27 PST 2011 using gingerbread-release 101070: Platform.
-->
<sdk:platform>
<sdk:version>2.3.3</sdk:version>
<sdk:api-level>10</sdk:api-level>
<sdk:codename/>
<sdk:revision>02</sdk:revision>
<sdk:min-tools-rev>
<sdk:major>8</sdk:major>
</sdk:min-tools-rev>
<sdk:description>Android SDK Platform 2.3.3._r2</sdk:description>
<sdk:desc-url>http://developer.android.com/sdk/</sdk:desc-url>
<sdk:archives>
<sdk:archive>
<sdk:size>85470907</sdk:size>
<sdk:checksum type="sha1">887e37783ec32f541ea33c2c649dda648e8e6fb3</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/android-2.3.3_r02-linux.zip

</sdk:url>
</sdk:archive>
</sdk:archives>
<sdk:layoutlib>
<sdk:api>4</sdk:api>
</sdk:layoutlib>
<sdk:uses-license ref="android-sdk-license"/>
</sdk:platform>
<!--
 Generated on Thu Feb 17 08:41:10 PST 2011 using honeycomb 104254: Platform.
-->
<sdk:platform>
<sdk:version>3.0</sdk:version>
<sdk:api-level>11</sdk:api-level>
<sdk:codename/>
<sdk:revision>02</sdk:revision>
<sdk:min-tools-rev>
<sdk:major>10</sdk:major>
</sdk:min-tools-rev>
<sdk:description>Android SDK Platform 3.0, revision 2</sdk:description>
<sdk:desc-url>http://developer.android.com/sdk/</sdk:desc-url>
<sdk:archives>
<sdk:archive>
<sdk:size>104513908</sdk:size>
<sdk:checksum type="sha1">2c7d4bd13f276e76f6bbd87315fe27aba351dd37</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/android-3.0_r02-linux.zip

</sdk:url>
</sdk:archive>
</sdk:archives>
<sdk:layoutlib>
<sdk:api>4</sdk:api>
</sdk:layoutlib>
<sdk:uses-license ref="android-sdk-license"/>
</sdk:platform>
<!--
 Generated on Wed May  4 19:39:17 PDT 2011 using honeycomb-mr1 123685: Platform.
         r2: layoutlib.jar from 3.0 to fix issue with ADT 10.

-->
<sdk:platform>
<sdk:version>3.1</sdk:version>
<sdk:api-level>12</sdk:api-level>
<sdk:codename/>
<sdk:revision>03</sdk:revision>
<sdk:min-tools-rev>
<sdk:major>11</sdk:major>
</sdk:min-tools-rev>
<sdk:description>Android SDK Platform 3.1, revision 3</sdk:description>
<sdk:desc-url>http://developer.android.com/sdk/</sdk:desc-url>
<sdk:archives>
<sdk:archive>
<sdk:size>106472351</sdk:size>
<sdk:checksum type="sha1">4a50a6679cd95bb68bb5fc032e754cd7c5e2b1bf</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/android-3.1_r03-linux.zip

</sdk:url>
</sdk:archive>
</sdk:archives>
<sdk:layoutlib>
<sdk:api>4</sdk:api>
</sdk:layoutlib>
<sdk:uses-license ref="android-sdk-license"/>
</sdk:platform>
<!--
 Generated on Fri Jul 15 11:50:12 PDT 2011 using honeycomb-mr2-release 140714: Platform.
-->
<sdk:platform>
<sdk:version>3.2</sdk:version>
<sdk:api-level>13</sdk:api-level>
<sdk:codename/>
<sdk:revision>01</sdk:revision>
<sdk:min-tools-rev>
<sdk:major>12</sdk:major>
</sdk:min-tools-rev>
<sdk:description>Android SDK Platform 3.2, revision 1</sdk:description>
<sdk:desc-url>http://developer.android.com/sdk/</sdk:desc-url>
<sdk:archives>
<sdk:archive>
<sdk:size>108426536</sdk:size>
<sdk:checksum type="sha1">6189a500a8c44ae73a439604363de93591163cd9</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/android-3.2_r01-linux.zip

</sdk:url>
</sdk:archive>
</sdk:archives>
<sdk:layoutlib>
<sdk:api>4</sdk:api>
</sdk:layoutlib>
<sdk:uses-license ref="android-sdk-license"/>
</sdk:platform>
<sdk:platform>
<!--
 Generated at Thu Dec 15 16:53:11 2011 from git_ics-mr0 @ 238991
-->
<sdk:revision>3</sdk:revision>
<sdk:description>Android SDK Platform 4.0</sdk:description>
<sdk:version>4.0</sdk:version>
<sdk:api-level>14</sdk:api-level>
<sdk:layoutlib>
<sdk:api>7</sdk:api>
<sdk:revision>1</sdk:revision>
</sdk:layoutlib>
<sdk:archives>
<sdk:archive>
<sdk:size>45919570</sdk:size>
<sdk:checksum type="sha1">41ba83b51e886461628c41b1b4d47762e0688ed5</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/android-14_r03.zip

</sdk:url>
</sdk:archive>
</sdk:archives>
<sdk:uses-license ref="android-sdk-license"/>
</sdk:platform>
<sdk:platform>
<!--
 Generated at Fri Mar 16 11:22:43 2012 from ics-mr1 @ 291902
-->
<sdk:revision>3</sdk:revision>
<sdk:description>Android SDK Platform 4.0.3</sdk:description>
<sdk:version>4.0.3</sdk:version>
<sdk:api-level>15</sdk:api-level>
<sdk:min-tools-rev>
<sdk:major>15</sdk:major>
</sdk:min-tools-rev>
<sdk:layoutlib>
<sdk:api>7</sdk:api>
<sdk:revision>1</sdk:revision>
</sdk:layoutlib>
<sdk:archives>
<sdk:archive>
<sdk:size>44414679</sdk:size>
<sdk:checksum type="sha1">23da24610a8da51054c5391001c51ce43a778b97</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/android-15_r03.zip

</sdk:url>
</sdk:archive>
</sdk:archives>
<sdk:uses-license ref="android-sdk-license"/>
</sdk:platform>
<sdk:platform>
<!--
 Generated at Thu Dec  6 10:54:05 2012 from git_jb-dev @ 543062
-->
<sdk:revision>4</sdk:revision>
<sdk:description>Android SDK Platform 4.1.2</sdk:description>
<sdk:version>4.1.2</sdk:version>
<sdk:api-level>16</sdk:api-level>
<sdk:min-tools-rev>
<sdk:major>21</sdk:major>
</sdk:min-tools-rev>
<sdk:layoutlib>
<sdk:api>9</sdk:api>
<sdk:revision>1</sdk:revision>
</sdk:layoutlib>
<sdk:archives>
<sdk:archive>
<sdk:size>48005140</sdk:size>
<sdk:checksum type="sha1">90b9157b8b45f966be97e11a22fba4591b96c2ee</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/android-16_r04.zip

</sdk:url>
</sdk:archive>
</sdk:archives>
<sdk:uses-license ref="android-sdk-license"/>
</sdk:platform>
<sdk:platform>
<!--
 Generated at Wed Feb 13 11:27:09 2013 from git_jb-mr1.1-dev @ 576024
-->
<sdk:revision>2</sdk:revision>
<sdk:description>Android SDK Platform 4.2.2</sdk:description>
<sdk:version>4.2.2</sdk:version>
<sdk:api-level>17</sdk:api-level>
<sdk:min-tools-rev>
<sdk:major>21</sdk:major>
</sdk:min-tools-rev>
<sdk:layoutlib>
<sdk:api>9</sdk:api>
<sdk:revision>1</sdk:revision>
</sdk:layoutlib>
<sdk:archives>
<sdk:archive>
<sdk:size>48057484</sdk:size>
<sdk:checksum type="sha1">c442c32c1b702173ab0929a74486e4f86fe528ec</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/android-17_r02.zip

</sdk:url>
</sdk:archive>
</sdk:archives>
<sdk:uses-license ref="android-sdk-license"/>
</sdk:platform>
<sdk:platform>
<!--
 Generated at Wed Sep 11 18:15:07 2013 from git_jb-mr2-dev @ 819563
-->
<sdk:revision>2</sdk:revision>
<sdk:description>Android SDK Platform 4.3</sdk:description>
<sdk:version>4.3</sdk:version>
<sdk:api-level>18</sdk:api-level>
<sdk:min-tools-rev>
<sdk:major>21</sdk:major>
</sdk:min-tools-rev>
<sdk:layoutlib>
<sdk:api>10</sdk:api>
<sdk:revision>1</sdk:revision>
</sdk:layoutlib>
<sdk:archives>
<sdk:archive>
<sdk:size>57319855</sdk:size>
<sdk:checksum type="sha1">62a9438d4cf6692f4d6510c27a380be195db9534</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/android-18_r02.zip

</sdk:url>
</sdk:archive>
</sdk:archives>
<sdk:uses-license ref="android-sdk-license"/>
</sdk:platform>
<sdk:platform>
<!--
 Generated at Fri Feb 28 18:03:43 2014 from git_klp-sdk-release @ 1035858
-->
<sdk:revision>3</sdk:revision>
<sdk:description>Android SDK Platform 4.4.2</sdk:description>
<sdk:version>4.4.2</sdk:version>
<sdk:api-level>19</sdk:api-level>
<sdk:min-tools-rev>
<sdk:major>22</sdk:major>
</sdk:min-tools-rev>
<sdk:layoutlib>
<sdk:api>10</sdk:api>
<sdk:revision>1</sdk:revision>
</sdk:layoutlib>
<sdk:archives>
<sdk:archive>
<sdk:size>63798840</sdk:size>
<sdk:checksum type="sha1">5f33d8fd36a384fe2b170035e04a29c274a9ef95</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/android-19_r03.zip

</sdk:url>
</sdk:archive>
</sdk:archives>
<sdk:uses-license ref="android-sdk-license"/>
</sdk:platform>
<sdk:platform>
<!--
 Generated at Mon Jun 23 19:17:42 2014 from git_klp-modular-release @ 1246132
-->
<sdk:revision>1</sdk:revision>
<sdk:description>Android SDK Platform 4.4W</sdk:description>
<sdk:version>4.4W</sdk:version>
<sdk:api-level>20</sdk:api-level>
<sdk:min-tools-rev>
<sdk:major>22</sdk:major>
</sdk:min-tools-rev>
<sdk:layoutlib>
<sdk:api>10</sdk:api>
<sdk:revision>1</sdk:revision>
</sdk:layoutlib>
<sdk:archives>
<sdk:archive>
<sdk:size>63548914</sdk:size>
<sdk:checksum type="sha1">928b1d181101a5bc06f739eb40501e1249dd4895</sdk:checksum>
<sdk:url>android-20_r01.zip</sdk:url>
</sdk:archive>
</sdk:archives>
<sdk:uses-license ref="android-sdk-license"/>
</sdk:platform>
<sdk:platform>
<!--
 Generated at Mon Jun 23 19:20:57 2014 from git_lmp-preview-release @ 1242878
-->
<sdk:revision>1</sdk:revision>
<sdk:description>Android SDK Platform L</sdk:description>
<sdk:version>L</sdk:version>
<sdk:api-level>20</sdk:api-level>
<sdk:codename>L</sdk:codename>
<sdk:min-tools-rev>
<sdk:major>22</sdk:major>
</sdk:min-tools-rev>
<sdk:layoutlib>
<sdk:api>10</sdk:api>
<sdk:revision>1</sdk:revision>
</sdk:layoutlib>
<sdk:archives>
<sdk:archive>
<sdk:size>69376002</sdk:size>
<sdk:checksum type="sha1">5ccfe967693b8f601ea5ce6391faa831e401faa2</sdk:checksum>
<sdk:url>android-L_r01.zip</sdk:url>
</sdk:archive>
</sdk:archives>
<sdk:uses-license ref="android-sdk-preview-license"/>
</sdk:platform>
<!--  SAMPLES ........................  -->
<!--
 Generated on Mon Feb 22 13:39:38 PST 2010 using eclair 25887: Samples.
-->
<sdk:sample>
<sdk:api-level>7</sdk:api-level>
<sdk:codename/>
<sdk:revision>01</sdk:revision>
<sdk:description>Android SDK Samples for Android API 7, revision 1</sdk:description>
<sdk:desc-url>http://developer.android.com/sdk/</sdk:desc-url>
<sdk:archives>
<sdk:archive>
<sdk:size>7677831</sdk:size>
<sdk:checksum type="sha1">51e4907f60f248ede5c58b54ce7b6ae0b473e0ca</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/samples-2.1_r01-linux.zip

</sdk:url>
</sdk:archive>
</sdk:archives>
<sdk:uses-license ref="android-sdk-license"/>
</sdk:sample>
<!--
 Generated on Tue May 11 19:15:20 PDT 2010 using froyo 36658: Samples.
-->
<sdk:sample>
<sdk:api-level>8</sdk:api-level>
<sdk:codename/>
<sdk:revision>01</sdk:revision>
<sdk:description>Android SDK Samples for Android API 8, revision 1</sdk:description>
<sdk:desc-url>http://developer.android.com/sdk/</sdk:desc-url>
<sdk:archives>
<sdk:archive>
<sdk:size>7969716</sdk:size>
<sdk:checksum type="sha1">d16d8bf2dd84cedf73b98b948d66461c8f19d6fb</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/samples-2.2_r01-linux.zip

</sdk:url>
</sdk:archive>
</sdk:archives>
<sdk:uses-license ref="android-sdk-license"/>
</sdk:sample>
<!--
 Generated on Tue Nov 30 19:39:34 PST 2010 using gingerbread 79962: Samples.
-->
<sdk:sample>
<sdk:api-level>9</sdk:api-level>
<sdk:codename/>
<sdk:revision>01</sdk:revision>
<sdk:description>Android SDK Samples for Android API 9, revision 1</sdk:description>
<sdk:desc-url>http://developer.android.com/sdk/</sdk:desc-url>
<sdk:obsolete/>
<sdk:archives>
<sdk:archive>
<sdk:size>8516326</sdk:size>
<sdk:checksum type="sha1">36f7dd6c8b5dbb50b3cf3e3ac5209f3fe55db2aa</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/samples-2.3_r01-linux.zip

</sdk:url>
</sdk:archive>
</sdk:archives>
<sdk:uses-license ref="android-sdk-license"/>
</sdk:sample>
<!--
 Generated on Tue Feb  8 17:37:15 PST 2011 using gingerbread 102121: Samples.
-->
<sdk:sample>
<sdk:api-level>10</sdk:api-level>
<sdk:codename/>
<sdk:revision>01</sdk:revision>
<sdk:description>Android SDK Samples for Android API 10, revision 1</sdk:description>
<sdk:desc-url>http://developer.android.com/sdk/</sdk:desc-url>
<sdk:archives>
<sdk:archive>
<sdk:size>8539583</sdk:size>
<sdk:checksum type="sha1">93b0c3f3bdf5b07f1f115100b4954f0665297a0d</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/samples-2.3.3_r01-linux.zip

</sdk:url>
</sdk:archive>
</sdk:archives>
<sdk:uses-license ref="android-sdk-license"/>
</sdk:sample>
<!--
 Generated on Thu Feb 17 08:45:49 PST 2011 using honeycomb 104254: Samples.
-->
<sdk:sample>
<sdk:api-level>11</sdk:api-level>
<sdk:codename/>
<sdk:revision>01</sdk:revision>
<sdk:description>Android SDK Samples for Android API 11, revision 1</sdk:description>
<sdk:desc-url>http://developer.android.com/sdk/</sdk:desc-url>
<sdk:archives>
<sdk:archive>
<sdk:size>11976920</sdk:size>
<sdk:checksum type="sha1">3749ace584631270268d65bb1d0ad61b0d691682</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/samples-3.0_r01-linux.zip

</sdk:url>
</sdk:archive>
</sdk:archives>
<sdk:uses-license ref="android-sdk-license"/>
</sdk:sample>
<!--
 Generated on Wed May  4 19:49:56 PDT 2011 using honeycomb-mr1 123685: Samples.
-->
<sdk:sample>
<sdk:api-level>12</sdk:api-level>
<sdk:codename/>
<sdk:revision>01</sdk:revision>
<sdk:description>Android SDK Samples for Android API 12, revision 1</sdk:description>
<sdk:desc-url>http://developer.android.com/sdk/</sdk:desc-url>
<sdk:archives>
<sdk:archive>
<sdk:size>12150514</sdk:size>
<sdk:checksum type="sha1">df0ace37cbca73373fe94080f94c71557cac73a7</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/samples-3.1_r01-linux.zip

</sdk:url>
</sdk:archive>
</sdk:archives>
<sdk:uses-license ref="android-sdk-license"/>
</sdk:sample>
<!--
 Generated on Fri Jul 15 11:52:24 PDT 2011 using honeycomb-mr2 142871: Samples.
-->
<sdk:sample>
<sdk:api-level>13</sdk:api-level>
<sdk:codename/>
<sdk:revision>01</sdk:revision>
<sdk:description>Android SDK Samples for Android API 13, revision 1</sdk:description>
<sdk:desc-url>http://developer.android.com/sdk/</sdk:desc-url>
<sdk:archives>
<sdk:archive>
<sdk:size>12193502</sdk:size>
<sdk:checksum type="sha1">078bcf1abc1cb8921f3fa482c252963a782bed60</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/samples-3.2_r01-linux.zip

</sdk:url>
</sdk:archive>
</sdk:archives>
<sdk:uses-license ref="android-sdk-license"/>
</sdk:sample>
<sdk:sample>
<!--
 Generated at Wed Dec  7 13:48:27 2011 from git_ics-mr0 @ 234950
-->
<sdk:revision>2</sdk:revision>
<sdk:api-level>14</sdk:api-level>
<sdk:archives>
<sdk:archive>
<sdk:size>16253619</sdk:size>
<sdk:checksum type="sha1">1312c22ab0b650e26835cc3945d4ff8cea183416</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/samples-14_r02.zip

</sdk:url>
</sdk:archive>
</sdk:archives>
<sdk:uses-license ref="android-sdk-license"/>
</sdk:sample>
<sdk:sample>
<!--
 Generated at Fri Mar 16 11:27:52 2012 from ics-mr1 @ 291902
-->
<sdk:revision>2</sdk:revision>
<sdk:api-level>15</sdk:api-level>
<sdk:archives>
<sdk:archive>
<sdk:size>16366656</sdk:size>
<sdk:checksum type="sha1">042f368c5b09eca4d278264e6dbf9c12c5f73d1f</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/samples-15_r02.zip

</sdk:url>
</sdk:archive>
</sdk:archives>
<sdk:uses-license ref="android-sdk-license"/>
</sdk:sample>
<sdk:sample>
<!--
 Generated at Sun Jun 24 14:02:06 2012 from git_jb-release @ 391408
-->
<sdk:revision>1</sdk:revision>
<sdk:api-level>16</sdk:api-level>
<sdk:archives>
<sdk:archive>
<sdk:size>14729945</sdk:size>
<sdk:checksum type="sha1">dce3a2d41db50a381ef47ee8bddbe928520e685e</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/samples-16_r01.zip

</sdk:url>
</sdk:archive>
</sdk:archives>
<sdk:uses-license ref="android-sdk-license"/>
</sdk:sample>
<sdk:sample>
<!--
 Generated at Mon Nov 12 17:18:09 2012 from git_jb-mr1-dev @ 526865
-->
<sdk:revision>1</sdk:revision>
<sdk:api-level>17</sdk:api-level>
<sdk:archives>
<sdk:archive>
<sdk:size>14840030</sdk:size>
<sdk:checksum type="sha1">12d58cb26503610fc05bd7618c434cc6f983bc41</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/samples-17_r01.zip

</sdk:url>
</sdk:archive>
</sdk:archives>
<sdk:uses-license ref="android-sdk-license"/>
</sdk:sample>
<sdk:sample>
<!--
 Generated at Tue Jul 23 17:17:22 2013 from git_jb-mr2-ub-dev @ 751786
-->
<sdk:revision>1</sdk:revision>
<sdk:api-level>18</sdk:api-level>
<sdk:archives>
<sdk:archive>
<sdk:size>19897793</sdk:size>
<sdk:checksum type="sha1">73e879ce46c04a6e63ad1a9107018b4782945007</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/samples-18_r01.zip

</sdk:url>
</sdk:archive>
</sdk:archives>
<sdk:uses-license ref="android-sdk-license"/>
</sdk:sample>
<sdk:sample>
<!--
 Generated at Mon Apr 14 13:54:08 2014 from git_klp-docs @ 1120072
-->
<sdk:revision>5</sdk:revision>
<sdk:api-level>19</sdk:api-level>
<sdk:archives>
<sdk:archive>
<sdk:size>31894819</sdk:size>
<sdk:checksum type="sha1">fe1aebd0a727c592611d4ccdc392b84b8181d0d9</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/samples-19_r05.zip

</sdk:url>
</sdk:archive>
</sdk:archives>
<sdk:uses-license ref="android-sdk-license"/>
</sdk:sample>
<sdk:sample>
<!--
 Generated at Mon Jun 23 19:17:53 2014 from git_klp-modular-release @ 1246132
-->
<sdk:revision>1</sdk:revision>
<sdk:api-level>20</sdk:api-level>
<sdk:archives>
<sdk:archive>
<sdk:size>42909921</sdk:size>
<sdk:checksum type="sha1">bccd70e8a5af552fdafe84037c83342fe3aa462b</sdk:checksum>
<sdk:url>samples-20_r01.zip</sdk:url>
</sdk:archive>
</sdk:archives>
<sdk:uses-license ref="android-sdk-license"/>
</sdk:sample>
<sdk:sample>
<!--
 Generated at Mon Jun 23 19:21:08 2014 from git_lmp-preview-release @ 1242878
-->
<sdk:revision>1</sdk:revision>
<sdk:api-level>20</sdk:api-level>
<sdk:codename>L</sdk:codename>
<sdk:archives>
<sdk:archive>
<sdk:size>41676961</sdk:size>
<sdk:checksum type="sha1">0bf7f31b2f432ebf34b477f952e383689fd9dea6</sdk:checksum>
<sdk:url>samples-L_r01.zip</sdk:url>
</sdk:archive>
</sdk:archives>
<sdk:uses-license ref="android-sdk-preview-license"/>
</sdk:sample>
<!--  PLATFORM-TOOLS ........................  -->
<sdk:platform-tool>
<!--
 Generated at Mon Jun 23 19:20:39 2014 from git_lmp-preview-dev @ 1244090
-->
<sdk:revision>
<sdk:major>20</sdk:major>
<sdk:minor>0</sdk:minor>
<sdk:micro>0</sdk:micro>
</sdk:revision>
<sdk:archives>
<sdk:archive>
<sdk:size>1741113</sdk:size>
<sdk:checksum type="sha1">72c34cc6a991f53e2588f9d5487559f013bc30f9</sdk:checksum>
<sdk:url>platform-tools_r20-windows.zip</sdk:url>
<sdk:host-os>windows</sdk:host-os>
</sdk:archive>
<sdk:archive>
<sdk:size>1753061</sdk:size>
<sdk:checksum type="sha1">fb120ce85b6698b801cb4788b204693c1d682b87</sdk:checksum>
<sdk:url>platform-tools_r20-linux.zip</sdk:url>
<sdk:host-os>linux</sdk:host-os>
</sdk:archive>
<sdk:archive>
<sdk:size>1666257</sdk:size>
<sdk:checksum type="sha1">f2c65c58caf76169d9bebf25eef5c69ff99670b5</sdk:checksum>
<sdk:url>platform-tools_r20-macosx.zip</sdk:url>
<sdk:host-os>macosx</sdk:host-os>
</sdk:archive>
</sdk:archives>
<sdk:uses-license ref="android-sdk-license"/>
</sdk:platform-tool>
<!--  BUILD-TOOLS ........................  -->
<sdk:build-tool>
<!--
 Generated at Tue May 14 16:40:25 2013 from git_jb-mr1.1-dev @ 673949
-->
<sdk:revision>
<sdk:major>17</sdk:major>
<sdk:minor>0</sdk:minor>
<sdk:micro>0</sdk:micro>
</sdk:revision>
<sdk:archives>
<sdk:archive>
<sdk:size>11004914</sdk:size>
<sdk:checksum type="sha1">899897d327b0bad492d3a40d3db4d96119c15bc0</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/build-tools_r17-windows.zip

</sdk:url>
<sdk:host-os>windows</sdk:host-os>
</sdk:archive>
<sdk:archive>
<sdk:size>11696007</sdk:size>
<sdk:checksum type="sha1">2c2872bc3806aabf16a12e3959c2183ddc866e6d</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/build-tools_r17-linux.zip

</sdk:url>
<sdk:host-os>linux</sdk:host-os>
</sdk:archive>
<sdk:archive>
<sdk:size>12208114</sdk:size>
<sdk:checksum type="sha1">602ee709be9dbb8f179b1e4075148a57f9419930</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/build-tools_r17-macosx.zip

</sdk:url>
<sdk:host-os>macosx</sdk:host-os>
</sdk:archive>
</sdk:archives>
<sdk:uses-license ref="android-sdk-license"/>
</sdk:build-tool>
<!--
 Build tools version 18.0.0 was broken for renderscript, so it has been removed
-->
<sdk:build-tool>
<!--
 Generated at Mon Jul 29 15:14:00 2013 from git_jb-mr2-dev @ 754669
-->
<sdk:revision>
<sdk:major>18</sdk:major>
<sdk:minor>0</sdk:minor>
<sdk:micro>1</sdk:micro>
</sdk:revision>
<sdk:archives>
<sdk:archive>
<sdk:size>15413527</sdk:size>
<sdk:checksum type="sha1">a6c2afd0b6289d589351956d2f5212b37014ca7d</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/build-tools_r18.0.1-windows.zip

</sdk:url>
<sdk:host-os>windows</sdk:host-os>
</sdk:archive>
<sdk:archive>
<sdk:size>16627330</sdk:size>
<sdk:checksum type="sha1">f11618492b0d2270c332325d45d752d3656a9640</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/build-tools_r18.0.1-linux.zip

</sdk:url>
<sdk:host-os>linux</sdk:host-os>
</sdk:archive>
<sdk:archive>
<sdk:size>16633121</sdk:size>
<sdk:checksum type="sha1">d84f5692fb44d60fc53e5b2507cebf9f24626902</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/build-tools_r18.0.1-macosx.zip

</sdk:url>
<sdk:host-os>macosx</sdk:host-os>
</sdk:archive>
</sdk:archives>
<sdk:uses-license ref="android-sdk-license"/>
</sdk:build-tool>
<sdk:build-tool>
<!--
 Generated at Wed Sep 11 17:41:47 2013 from git_jb-mr2-dev @ 819563
-->
<sdk:revision>
<sdk:major>18</sdk:major>
<sdk:minor>1</sdk:minor>
<sdk:micro>0</sdk:micro>
</sdk:revision>
<sdk:archives>
<sdk:archive>
<sdk:size>19659547</sdk:size>
<sdk:checksum type="sha1">3a9810fc8559ab03c09378f07531e8cae2f1db30</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/build-tools_r18.1-windows.zip

</sdk:url>
<sdk:host-os>windows</sdk:host-os>
</sdk:archive>
<sdk:archive>
<sdk:size>20229298</sdk:size>
<sdk:checksum type="sha1">f314a0599e51397f0886fe888b50dd98f2f050d8</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/build-tools_r18.1-linux.zip

</sdk:url>
<sdk:host-os>linux</sdk:host-os>
</sdk:archive>
<sdk:archive>
<sdk:size>20451524</sdk:size>
<sdk:checksum type="sha1">16ddb299b8b43063e5bb3387ec17147c5053dfd8</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/build-tools_r18.1-macosx.zip

</sdk:url>
<sdk:host-os>macosx</sdk:host-os>
</sdk:archive>
</sdk:archives>
<sdk:uses-license ref="android-sdk-license"/>
</sdk:build-tool>
<sdk:build-tool>
<!--
 Generated at Thu Oct 10 14:18:15 2013 from git_jb-mr2-dev @ 867478
-->
<sdk:revision>
<sdk:major>18</sdk:major>
<sdk:minor>1</sdk:minor>
<sdk:micro>1</sdk:micro>
</sdk:revision>
<sdk:archives>
<sdk:archive>
<sdk:size>19660000</sdk:size>
<sdk:checksum type="sha1">c4605066e2f851387ea70bc1442b1968bd7b4a15</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/build-tools_r18.1.1-windows.zip

</sdk:url>
<sdk:host-os>windows</sdk:host-os>
</sdk:archive>
<sdk:archive>
<sdk:size>20229760</sdk:size>
<sdk:checksum type="sha1">68c9acbfc0cec2d51b19efaed39831a17055d998</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/build-tools_r18.1.1-linux.zip

</sdk:url>
<sdk:host-os>linux</sdk:host-os>
</sdk:archive>
<sdk:archive>
<sdk:size>20452157</sdk:size>
<sdk:checksum type="sha1">a9d9d37f6ddf859e57abc78802a77aaa166e48d4</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/build-tools_r18.1.1-macosx.zip

</sdk:url>
<sdk:host-os>macosx</sdk:host-os>
</sdk:archive>
</sdk:archives>
<sdk:uses-license ref="android-sdk-license"/>
</sdk:build-tool>
<sdk:build-tool>
<!--
 Generated at Mon Oct 28 23:12:03 2013 from git_klp-release @ 886418
-->
<sdk:revision>
<sdk:major>19</sdk:major>
<sdk:minor>0</sdk:minor>
<sdk:micro>0</sdk:micro>
</sdk:revision>
<sdk:archives>
<sdk:archive>
<sdk:size>20611447</sdk:size>
<sdk:checksum type="sha1">6edf505c20f5ece9c48fa0aff9a90488f9654d52</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/build-tools_r19-windows.zip

</sdk:url>
<sdk:host-os>windows</sdk:host-os>
</sdk:archive>
<sdk:archive>
<sdk:size>21339943</sdk:size>
<sdk:checksum type="sha1">55c1a6cf632e7d346f0002b275ec41fd3137fd83</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/build-tools_r19-linux.zip

</sdk:url>
<sdk:host-os>linux</sdk:host-os>
</sdk:archive>
<sdk:archive>
<sdk:size>21441270</sdk:size>
<sdk:checksum type="sha1">86ec1c12db1bc446b7bcaefc5cc14eb361044e90</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/build-tools_r19-macosx.zip

</sdk:url>
<sdk:host-os>macosx</sdk:host-os>
</sdk:archive>
</sdk:archives>
<sdk:uses-license ref="android-sdk-license"/>
</sdk:build-tool>
<sdk:build-tool>
<!--
 Generated at Thu Dec  5 14:01:45 2013 from git_klp-dev @ 938007
-->
<sdk:revision>
<sdk:major>19</sdk:major>
<sdk:minor>0</sdk:minor>
<sdk:micro>1</sdk:micro>
</sdk:revision>
<sdk:archives>
<sdk:archive>
<sdk:size>20500648</sdk:size>
<sdk:checksum type="sha1">5ef422bac5b28f4ced108319ed4a6bc7050a6234</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/build-tools_r19.0.1-windows.zip

</sdk:url>
<sdk:host-os>windows</sdk:host-os>
</sdk:archive>
<sdk:archive>
<sdk:size>21229048</sdk:size>
<sdk:checksum type="sha1">18d2312dc4368858914213087f4e61445aca4517</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/build-tools_r19.0.1-linux.zip

</sdk:url>
<sdk:host-os>linux</sdk:host-os>
</sdk:archive>
<sdk:archive>
<sdk:size>21450597</sdk:size>
<sdk:checksum type="sha1">efaf50fb19a3edb8d03efbff76f89a249ad2920b</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/build-tools_r19.0.1-macosx.zip

</sdk:url>
<sdk:host-os>macosx</sdk:host-os>
</sdk:archive>
</sdk:archives>
<sdk:uses-license ref="android-sdk-license"/>
</sdk:build-tool>
<sdk:build-tool>
<!--
 Generated at Wed Feb 12 12:38:29 2014 from git_klp-sdk-release @ 1009316
-->
<sdk:revision>
<sdk:major>19</sdk:major>
<sdk:minor>0</sdk:minor>
<sdk:micro>2</sdk:micro>
</sdk:revision>
<sdk:archives>
<sdk:archive>
<sdk:size>20621117</sdk:size>
<sdk:checksum type="sha1">af664672d0d709c9ae30937b1062317d3ade7f95</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/build-tools_r19.0.2-windows.zip

</sdk:url>
<sdk:host-os>windows</sdk:host-os>
</sdk:archive>
<sdk:archive>
<sdk:size>21352552</sdk:size>
<sdk:checksum type="sha1">a03a6bdea0091aea32e1b35b90a7294c9f04e3dd</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/build-tools_r19.0.2-linux.zip

</sdk:url>
<sdk:host-os>linux</sdk:host-os>
</sdk:archive>
<sdk:archive>
<sdk:size>21453726</sdk:size>
<sdk:checksum type="sha1">145bc43065d45f756d99d87329d899052b9a9288</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/build-tools_r19.0.2-macosx.zip

</sdk:url>
<sdk:host-os>macosx</sdk:host-os>
</sdk:archive>
</sdk:archives>
<sdk:uses-license ref="android-sdk-license"/>
</sdk:build-tool>
<sdk:build-tool>
<!--
 Generated at Fri Feb 28 17:11:02 2014 from git_klp-sdk-release @ 1035858
-->
<sdk:revision>
<sdk:major>19</sdk:major>
<sdk:minor>0</sdk:minor>
<sdk:micro>3</sdk:micro>
</sdk:revision>
<sdk:archives>
<sdk:archive>
<sdk:size>20730715</sdk:size>
<sdk:checksum type="sha1">cb46b433b67a0a6910ff00db84be8b527ea3102f</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/build-tools_r19.0.3-windows.zip

</sdk:url>
<sdk:host-os>windows</sdk:host-os>
</sdk:archive>
<sdk:archive>
<sdk:size>21462150</sdk:size>
<sdk:checksum type="sha1">c2d6055478e9d2d4fba476ee85f99181ddd1160c</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/build-tools_r19.0.3-linux.zip

</sdk:url>
<sdk:host-os>linux</sdk:host-os>
</sdk:archive>
<sdk:archive>
<sdk:size>21563992</sdk:size>
<sdk:checksum type="sha1">651cf8754373b2d52e7f6aab2c52eabffe4e9ea4</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/build-tools_r19.0.3-macosx.zip

</sdk:url>
<sdk:host-os>macosx</sdk:host-os>
</sdk:archive>
</sdk:archives>
<sdk:uses-license ref="android-sdk-license"/>
</sdk:build-tool>
<sdk:build-tool>
<!--
 Generated at Tue May  6 14:19:40 2014 from git_klp-sdk-release @ 1153987
-->
<sdk:revision>
<sdk:major>19</sdk:major>
<sdk:minor>1</sdk:minor>
<sdk:micro>0</sdk:micro>
</sdk:revision>
<sdk:archives>
<sdk:archive>
<sdk:size>20812533</sdk:size>
<sdk:checksum type="sha1">13b367fbdbff8132cb4356f716e8dc8a8df745c5</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/build-tools_r19.1-windows.zip

</sdk:url>
<sdk:host-os>windows</sdk:host-os>
</sdk:archive>
<sdk:archive>
<sdk:size>21490972</sdk:size>
<sdk:checksum type="sha1">1ff20ac15fa47a75d00346ec12f180d531b3ca89</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/build-tools_r19.1-linux.zip

</sdk:url>
<sdk:host-os>linux</sdk:host-os>
</sdk:archive>
<sdk:archive>
<sdk:size>21590160</sdk:size>
<sdk:checksum type="sha1">0d11aae3417de1efb4b9a0e0a7855904a61bcec1</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/build-tools_r19.1-macosx.zip

</sdk:url>
<sdk:host-os>macosx</sdk:host-os>
</sdk:archive>
</sdk:archives>
<sdk:uses-license ref="android-sdk-license"/>
</sdk:build-tool>
<sdk:build-tool>
<!--
 Generated at Mon Jun 23 19:17:29 2014 from git_klp-modular-release @ 1246132
-->
<sdk:revision>
<sdk:major>20</sdk:major>
<sdk:minor>0</sdk:minor>
<sdk:micro>0</sdk:micro>
</sdk:revision>
<sdk:archives>
<sdk:archive>
<sdk:size>20828006</sdk:size>
<sdk:checksum type="sha1">cf20720e452b642d5eb59dabe05c0c729b36ec75</sdk:checksum>
<sdk:url>build-tools_r20-windows.zip</sdk:url>
<sdk:host-os>windows</sdk:host-os>
</sdk:archive>
<sdk:archive>
<sdk:size>21445463</sdk:size>
<sdk:checksum type="sha1">b688905526a5584d1327a662d871a635ff502758</sdk:checksum>
<sdk:url>build-tools_r20-linux.zip</sdk:url>
<sdk:host-os>linux</sdk:host-os>
</sdk:archive>
<sdk:archive>
<sdk:size>21650508</sdk:size>
<sdk:checksum type="sha1">1240f629411c108a714c4ddd756937c7fab93f83</sdk:checksum>
<sdk:url>build-tools_r20-macosx.zip</sdk:url>
<sdk:host-os>macosx</sdk:host-os>
</sdk:archive>
</sdk:archives>
<sdk:uses-license ref="android-sdk-license"/>
</sdk:build-tool>
<!--  TOOLS ........................  -->
<sdk:tool>
<!--
 Generated at Wed Jul  2 12:10:55 2014 from git_ub-tools-idea133-milestone @ 1259578
-->
<sdk:revision>
<sdk:major>23</sdk:major>
<sdk:minor>0</sdk:minor>
<sdk:micro>2</sdk:micro>
</sdk:revision>
<sdk:min-platform-tools-rev>
<sdk:major>20</sdk:major>
</sdk:min-platform-tools-rev>
<sdk:archives>
<sdk:archive>
<sdk:size>141154615</sdk:size>
<sdk:checksum type="sha1">0a64ec9b7777bb00ff299c94c359163ef5e443ae</sdk:checksum>
<sdk:url>tools_r23.0.2-windows.zip</sdk:url>
<sdk:host-os>windows</sdk:host-os>
</sdk:archive>
<sdk:archive>
<sdk:size>141930870</sdk:size>
<sdk:checksum type="sha1">e8a2d55d750adeaded60a3daad48e62b09aa472a</sdk:checksum>
<sdk:url>tools_r23.0.2-linux.zip</sdk:url>
<sdk:host-os>linux</sdk:host-os>
</sdk:archive>
<sdk:archive>
<sdk:size>90920343</sdk:size>
<sdk:checksum type="sha1">c46b1e173188ba82a56d6b9e349fdae4e8922bab</sdk:checksum>
<sdk:url>tools_r23.0.2-macosx.zip</sdk:url>
<sdk:host-os>macosx</sdk:host-os>
</sdk:archive>
</sdk:archives>
<sdk:uses-license ref="android-sdk-license"/>
</sdk:tool>
<!--  DOCS ........................  -->
<sdk:doc>
<!--
 Generated at Mon Jun 23 19:19:47 2014 from git_lmp-preview-release @ 1242878
-->
<sdk:revision>1</sdk:revision>
<sdk:api-level>20</sdk:api-level>
<sdk:codename>L</sdk:codename>
<sdk:archives>
<sdk:archive>
<sdk:size>207889084</sdk:size>
<sdk:checksum type="sha1">58a94248c7c960829db3d779c84534e5e783210f</sdk:checksum>
<sdk:url>docs-L_r01.zip</sdk:url>
</sdk:archive>
</sdk:archives>
<sdk:uses-license ref="android-sdk-preview-license"/>
</sdk:doc>
<!--  SOURCES ........................  -->
<sdk:source>
<!--
 Generated at Wed Dec  7 13:48:11 2011 from git_ics-mr0 @ 234950
-->
<sdk:revision>1</sdk:revision>
<sdk:api-level>14</sdk:api-level>
<sdk:archives>
<sdk:archive>
<sdk:size>16152383</sdk:size>
<sdk:checksum type="sha1">eaf4ed7dcac46e68516a1b4aa5b0d9e5a39a7555</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/sources-14_r01.zip

</sdk:url>
</sdk:archive>
</sdk:archives>
<sdk:uses-license ref="android-sdk-license"/>
</sdk:source>
<sdk:source>
<!--
 Generated at Fri Mar 30 10:43:44 2012 from ics-mr1 @ 302030
-->
<sdk:revision>2</sdk:revision>
<sdk:api-level>15</sdk:api-level>
<sdk:archives>
<sdk:archive>
<sdk:size>16468746</sdk:size>
<sdk:checksum type="sha1">e5992a5747c9590783fbbdd700337bf0c9f6b1fa</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/sources-15_r02.zip

</sdk:url>
</sdk:archive>
</sdk:archives>
<sdk:uses-license ref="android-sdk-license"/>
</sdk:source>
<sdk:source>
<!--
 Generated at Thu Jul 19 18:39:42 2012 from git_jb-release @ 403059
-->
<sdk:revision>2</sdk:revision>
<sdk:api-level>16</sdk:api-level>
<sdk:archives>
<sdk:archive>
<sdk:size>17876720</sdk:size>
<sdk:checksum type="sha1">0f83c14ed333c45d962279ab5d6bc98a0269ef84</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/sources-16_r02.zip

</sdk:url>
</sdk:archive>
</sdk:archives>
<sdk:uses-license ref="android-sdk-license"/>
</sdk:source>
<sdk:source>
<!--
 Generated at Mon Nov 12 17:16:08 2012 from git_jb-mr1-dev @ 526865
-->
<sdk:revision>1</sdk:revision>
<sdk:api-level>17</sdk:api-level>
<sdk:archives>
<sdk:archive>
<sdk:size>18976816</sdk:size>
<sdk:checksum type="sha1">6f1f18cd2d2b1852d7f6892df9cee3823349d43a</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/sources-17_r01.zip

</sdk:url>
</sdk:archive>
</sdk:archives>
<sdk:uses-license ref="android-sdk-license"/>
</sdk:source>
<sdk:source>
<!--
 Generated at Tue Jul 23 17:18:30 2013 from git_jb-mr2-release @ 737497
-->
<sdk:revision>1</sdk:revision>
<sdk:api-level>18</sdk:api-level>
<sdk:archives>
<sdk:archive>
<sdk:size>20226735</sdk:size>
<sdk:checksum type="sha1">8b49fdf7433f4881a2bfb559b5dd05d8ec65fb78</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/sources-18_r01.zip

</sdk:url>
</sdk:archive>
</sdk:archives>
<sdk:uses-license ref="android-sdk-license"/>
</sdk:source>
<sdk:source>
<!--
 Generated at Thu Dec  5 14:04:22 2013 from git_klp-dev @ 938007
-->
<sdk:revision>2</sdk:revision>
<sdk:api-level>19</sdk:api-level>
<sdk:archives>
<sdk:archive>
<sdk:size>21819439</sdk:size>
<sdk:checksum type="sha1">433a1d043ef77561571250e94cb7a0ef24a202e7</sdk:checksum>
<sdk:url>

https://dl-ssl.google.com/android/repository/sources-19_r02.zip

</sdk:url>
</sdk:archive>
</sdk:archives>
<sdk:uses-license ref="android-sdk-license"/>
</sdk:source>
<sdk:source>
<!--
 Generated at Mon Jun 23 19:18:43 2014 from git_klp-modular-release @ 1246132
-->
<sdk:revision>1</sdk:revision>
<sdk:api-level>20</sdk:api-level>
<sdk:archives>
<sdk:archive>
<sdk:size>23367603</sdk:size>
<sdk:checksum type="sha1">8da3e40f2625f9f7ef38b7e403f49f67226c0d76</sdk:checksum>
<sdk:url>sources-20_r01.zip</sdk:url>
</sdk:archive>
</sdk:archives>
<sdk:uses-license ref="android-sdk-license"/>
</sdk:source>
</sdk:sdk-repository>
</pre>
<div id="wherego_related"><h3>このページを見た人は、以下のページも見ています。</h3><ul><li><a href="http://andbrowser.com/development/2850/android-stdio-0-8-7/" rel="bookmark" class="wherego_title">Android Studio 0.8.7 リリース（邦訳）</a></li><li><a href="http://andbrowser.com/development/knowhow/393/android-fragment2activity/" rel="bookmark" class="wherego_title">Android FragmentからのActivity呼び出し方法</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://andbrowser.com/android-sdk/2839/20140713_sdk_manager_material/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://andbrowser.com/android-sdk/2839/20140713_sdk_manager_material/" />
	</item>
		<item>
		<title>eclipseの既存アプリをAndroid Stdio形式に変更する場合のポイント</title>
		<link>http://andbrowser.com/android-sdk/2733/what-key-point-of-eclipse-export-to-android-stdio-build/</link>
		<comments>http://andbrowser.com/android-sdk/2733/what-key-point-of-eclipse-export-to-android-stdio-build/#comments</comments>
		<pubDate>Sat, 28 Jun 2014 08:24:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Android SDK]]></category>

		<guid isPermaLink="false">http://andbrowser.com/?p=2733</guid>
		<description><![CDATA[Android gradle task
概要

assemble

jar の生成

check

testの実行
findBugsMain
findBugsTest

build

assemble + check

 [...]]]></description>
			<content:encoded><![CDATA[<h4>Android gradle task</h4>
<h4>概要</h4>
<ul>
<li>assemble
<ul>
<li>jar の生成
</ul>
<li>check
<ul>
<li>testの実行
<li>findBugsMain
<li>findBugsTest
</ul>
<li>build
<ul>
<li>assemble + check
</ul>
<li>clean
</ul>
<h4>概要。その２</h4>
<ul>
<li>assemble
<ul>
<li>assembleDebug + assembleRelease
</ul>
<li>check
<li>build
<li>clean
</ul>
<h5>eclipseから project をexport </h5>
<p><img src="http://andbrowser.com/wp-content/uploads/2014/06/102.png" alt="" title="eclipse-export" width="286" height="486" class="aligncenter size-full wp-image-2743" /><br />
<img src="http://andbrowser.com/wp-content/uploads/2014/06/111.png" alt="" title="11" width="464" height="535" class="aligncenter size-full wp-image-2741" /></p>
<pre class="brush:xml">
buildscript {
    repositories {
        mavenCentral()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:0.11.+'
    }
}
apply plugin: 'android'

dependencies {
    compile fileTree(dir: 'libs', include: '*.jar')
}

android {
    compileSdkVersion 17
    buildToolsVersion "19.1.0"

}
</pre>
<h5>注意点</h5>
<p><code><br />
apply plugin: 'android'<br />
</code><br />
を利用する場合は、<br />
<code><br />
apply plugin: 'java'<br />
</code><br />
を追記しないこと。</p>
<div id="wherego_related"><h3>このページを見た人は、以下のページも見ています。</h3><ul><li><a href="http://andbrowser.com/android-sdk/2780/20140627_sdk_manager_material_ver3/" rel="bookmark" class="wherego_title">(2014/06/27時点)SDK Managerが取得するXMLデータ一覧（その３）</a></li><li><a href="http://andbrowser.com/git/2823/git-exclude-tracking-file-list/" rel="bookmark" class="wherego_title">gitのファイルトラッキングの制限</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://andbrowser.com/android-sdk/2733/what-key-point-of-eclipse-export-to-android-stdio-build/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://andbrowser.com/android-sdk/2733/what-key-point-of-eclipse-export-to-android-stdio-build/" />
	</item>
		<item>
		<title>AndroidStdio 0.8.0 から0.8.1への更新方法</title>
		<link>http://andbrowser.com/android-sdk/2804/how-to-update-android-stdio-from-0-8-0-to-0-8-1/</link>
		<comments>http://andbrowser.com/android-sdk/2804/how-to-update-android-stdio-from-0-8-0-to-0-8-1/#comments</comments>
		<pubDate>Sat, 28 Jun 2014 03:12:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Android SDK]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Android Stdio]]></category>

		<guid isPermaLink="false">http://andbrowser.com/?p=2804</guid>
		<description><![CDATA[Android Stdio 0.8.1 への更新方法
Google IOに合わせて更新されたAndroidStdio 0.8.0 に対して、AndroidWearやSDKTools ver.23向けの不具合修正がなされた [...]]]></description>
			<content:encoded><![CDATA[<h4>Android Stdio 0.8.1 への更新方法</h4>
<p>Google IOに合わせて更新されたAndroidStdio 0.8.0 に対して、AndroidWearやSDKTools ver.23向けの不具合修正がなされた 0.8.1 がリリースされました。<br />
ただ普通にAndroidStdioを利用していると、以下のHelp-> Check Update から更新の確認ができるのですが、Downloadボタンを押してもウェブページに飛ばされるだけで更新されません。<br />
<span id="more-2804"></span><br />
<img src="http://andbrowser.com/wp-content/uploads/2014/06/103.png" alt="" title="Check for update" width="438" height="315" class="aligncenter size-full wp-image-2805" /></p>
<p><img src="http://andbrowser.com/wp-content/uploads/2014/06/112.png" alt="" title="android stdio download" width="565" height="241" class="aligncenter size-full wp-image-2806" /></p>
<p><a href="http://andbrowser.com/wp-content/uploads/2014/06/121.png"><img src="http://andbrowser.com/wp-content/uploads/2014/06/121.png" alt="" title="12" width="600" class="aligncenter size-full wp-image-2807" /></a></p>
<h4>Android Stdio の Update Setting</h4>
<p>その答えは、Android Stdio の設定の中にあります。<br />
Android Stdioには実は以下の4つのバージョンがあります。Stable は現在まだ公開されていません。</p>
<h5>Android Stdio の リリースバージョン</h5>
<ul>
<li><a href="http://tools.android.com/download/studio/canary">Canary</a>
<li><a href="http://tools.android.com/download/studio/dev">Dev</a>
<li><a href="http://tools.android.com/download/studio/beta">Beta</a>
<li>Stable (coming soonish)
</ul>
<p>AndroidStdioではどのバージョンの update を適用するかを設定の中で選択することができます。今回の場合は、「Beta」に変更すれば、0.8.1に更新できるようになります。<br />
<a href="http://andbrowser.com/wp-content/uploads/2014/06/14.png"><img src="http://andbrowser.com/wp-content/uploads/2014/06/14.png" alt="" title="android stdio setting update" width="600" class="aligncenter size-full wp-image-2815" /></a></p>
<p><a href="http://andbrowser.com/wp-content/uploads/2014/06/15.png"><img src="http://andbrowser.com/wp-content/uploads/2014/06/15.png" alt="" title="android stdio beta update" width="600" class="aligncenter size-full wp-image-2812" /></a></p>
<p>＃以下のようにCanary Build って書いているのに・・・<br />
<a href="http://andbrowser.com/wp-content/uploads/2014/06/13.png"><img src="http://andbrowser.com/wp-content/uploads/2014/06/13.png" alt="" title="android stdio latest download" width="600" class="aligncenter size-full wp-image-2809" /></a></p>
<p>アプリ本体のほうは beta って書いてますね。<br />
<img src="http://andbrowser.com/wp-content/uploads/2014/06/20.png" alt="" title="android stdio beta 0.8.1" width="533" height="79" class="aligncenter size-full wp-image-2829" /></p>
<div id="wherego_related"><h3>このページを見た人は、以下のページも見ています。</h3><ul><li><a href="http://andbrowser.com/android-sdk/2770/20140627_sdk_manager_material_ver2/" rel="bookmark" class="wherego_title">(2014/06/27時点)SDK Managerが取得するXMLデータ一覧（その２）</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://andbrowser.com/android-sdk/2804/how-to-update-android-stdio-from-0-8-0-to-0-8-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://andbrowser.com/android-sdk/2804/how-to-update-android-stdio-from-0-8-0-to-0-8-1/" />
	</item>
		<item>
		<title>(2014/06/27時点)SDK Managerが取得するXMLデータ一覧（その３）</title>
		<link>http://andbrowser.com/android-sdk/2780/20140627_sdk_manager_material_ver3/</link>
		<comments>http://andbrowser.com/android-sdk/2780/20140627_sdk_manager_material_ver3/#comments</comments>
		<pubDate>Fri, 27 Jun 2014 12:11:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Android SDK]]></category>

		<guid isPermaLink="false">http://andbrowser.com/?p=2780</guid>
		<description><![CDATA[2014/06/27時点のSDK Manager が取得するデータURL一覧（その３）

https://dl-ssl.google.com/android/repository/addons_list-2.xml
https://dl-ssl.google.com/android/repository/repository-9.xml(empty)
https://dl-ssl.google.com/android/repository/repository-8.xml
https://dl-ssl.google.com/android/repository/addon.xml
https://dl-ssl.google.com/android/repository/addon-6.xml
https://dl-ssl.google.com/glass/gdk/addon.xml
https://dl-ssl.google.com/android/repository/extras/intel/addon.xml
https://dl-ssl.google.com/android/repository/sys-img/android/sys-img.xml
https://dl-ssl.google.com/android/repository/sys-img/android-wear/sys-img.xml
https://dl-ssl.google.com/android/repository/sys-img/android-tv/sys-img.xml
https://dl-ssl.google.com/android/repository/sys-img/x86/addon-x86.xml
http://dl.developer.sony.com/sdk_manager/Sony_Google_TV_SDK.xml
http://dl-developer.sonymobile.com/sdk_manager/Sony-Add-on-SDK.xml


http://dl.developer.sony.com/sdk_manager/Sony_Google_TV_SDK.xml



    
        Sony Google TV Add-on SDK
        12
        Sony
        01
        Includes the Gesture API and  [...]]]></description>
			<content:encoded><![CDATA[<h4>2014/06/27時点のSDK Manager が取得するデータURL一覧（その３）</h4>
<ul>
<li>https://dl-ssl.google.com/android/repository/addons_list-2.xml
<li>https://dl-ssl.google.com/android/repository/repository-9.xml(empty)
<li>https://dl-ssl.google.com/android/repository/repository-8.xml
<li>https://dl-ssl.google.com/android/repository/addon.xml
<li>https://dl-ssl.google.com/android/repository/addon-6.xml
<li>https://dl-ssl.google.com/glass/gdk/addon.xml
<li>https://dl-ssl.google.com/android/repository/extras/intel/addon.xml
<li>https://dl-ssl.google.com/android/repository/sys-img/android/sys-img.xml
<li>https://dl-ssl.google.com/android/repository/sys-img/android-wear/sys-img.xml
<li>https://dl-ssl.google.com/android/repository/sys-img/android-tv/sys-img.xml
<li>https://dl-ssl.google.com/android/repository/sys-img/x86/addon-x86.xml
<li><a href="http://dl.developer.sony.com/sdk_manager/Sony_Google_TV_SDK.xml">http://dl.developer.sony.com/sdk_manager/Sony_Google_TV_SDK.xml</a>
<li><a href="http://dl-developer.sonymobile.com/sdk_manager/Sony-Add-on-SDK.xml">http://dl-developer.sonymobile.com/sdk_manager/Sony-Add-on-SDK.xml</a>
</ul>
<p><span id="more-2780"></span></p>
<h4>http://dl.developer.sony.com/sdk_manager/Sony_Google_TV_SDK.xml</h4>
<pre class="brush: xml; first-line: 1;" >
<?xml version="1.0" encoding="UTF-8"?>
<sdk:sdk-addon xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:sdk="http://schemas.android.com/sdk/android/addon/1">
    <sdk:add-on>
        <sdk:name>Sony Google TV Add-on SDK</sdk:name>
        <sdk:api-level>12</sdk:api-level>
        <sdk:vendor>Sony</sdk:vendor>
        <sdk:revision>01</sdk:revision>
        <sdk:description>Includes the Gesture API and Remote API for Sony’s Google TV devices.</sdk:description>
        <sdk:desc-url>http://developer.sony.com/develop/google-tv/</sdk:desc-url>
        <sdk:uses-license ref="sony-google-tv-add-on-sdk-license"/>
        <sdk:archives>
            <sdk:archive os="any">
                <sdk:size>346495</sdk:size>
                <sdk:checksum type="sha1">cf3c82f99d1246ca471fb9414c3f99cd756c2c43</sdk:checksum>
                <sdk:url>sony_googletv_add-on_sdk_1.0.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:libs>
        </sdk:libs>
    </sdk:add-on>
    <sdk:license type="text" id="sony-google-tv-add-on-sdk-license">
		This is the Sony Software Development Kit.
IMPORTANT ? READ THIS AGREEMENT BEFORE INSTALLING OR USING ANY PART OF THE SONY SOFTWARE. INSTALLING OR USING ANY PART OF THE SONY SOFTWARE INDICATES YOUR ACCEPTANCE OF THIS AGREEMENT.
1. Introduction. The Sony Software Development Kit (referred to in this License Agreement as the "SDK" and specifically including the Sony development software, Sony system files, packaged APIs, Sony APIs add-ons, all accompanying documentation, and any and all updates and modifications thereto) is licensed to you subject to the terms of this License Agreement. This License Agreement forms a legally binding contract between you and Sony Electronics Inc. (“Sony”) in relation to your use of the SDK.
2. Accepting this License Agreement. In order to use the SDK, you must first agree to this License Agreement. You may not install or use the SDK if you do not accept this License Agreement. You can accept this License Agreement by: (A) clicking to accept or agree to this License Agreement, where this option is made available to you; or (B) by actually using the SDK, in which case you agree such use of the SDK constitutes acceptance of the Licensing Agreement.
If you do not agree to the terms of this License Agreement, Sony is unwilling to license or allow you to use the SDK, and you should immediately cease using, uninstall and permanently purge, delete and destroy all copies of the SDK from any and all of your computer devices and other hardware.
You may not install or use the SDK and may not accept the Licensing Agreement if you are a person barred from receiving the SDK under the laws of the United States or other countries including the country in which you are resident or from which you use the SDK. This License Agreement is void where prohibited by law and the right to use the SDK is not granted in such jurisdictions.
If you are agreeing to be bound by this License Agreement on behalf of your employer or other entity, you represent and warrant that you have full legal authority to bind your employer or such entity to this License Agreement. If you do not have the requisite authority, you may not accept the Licensing Agreement or use the SDK on behalf of your employer or other entity.
You also certify that you are of the legal age of majority in the jurisdiction in which you reside (at least 18 years of age in many countries) and you represent that you are legally permitted to use the SDK. Notwithstanding the preceding sentence, if you are the parent or legal guardian of individuals between the ages of 13 and the legal age of majority in the jurisdiction in which you reside, you may allow such individuals to use the SDK solely under your supervision and only in accordance with this License Agreement. You are responsible for such individuals' compliance with and violations of this License Agreement.
3. SDK License from Sony. The SDK is being licensed to you, not sold. Subject to the terms of this License Agreement, Sony grants you a limited, royalty-free, non-transferable, revocable and non-exclusive license to use the SDK solely for the purpose of designing or developing applications to run on the Sony platform. You agree that Sony or third parties own all legal right, title and interest in and to the SDK, including any Intellectual Property Rights that subsist in the SDK. "Intellectual Property Rights" means any and all rights under patent, copyright, trade secret, and trademark laws and international/multinational treaties, and any and all proprietary and other rights in connection therewith. Sony reserves all rights not expressly granted to you under this License Agreement.
4. Open Source Notice. Notwithstanding the foregoing limited license grant, you acknowledge that the SDK includes third party software subject to other terms and conditions governing the use of such software other than this License Agreement (“Excluded Software”). Certain Excluded Software may be covered by open source software licenses (“Open Source Components”), which means any software licenses approved as open source licenses by the Open Source Initiative or any substantially similar licenses, including but not limited to any license that, as a condition of distribution of the software licensed under such license, requires that the distributor make the software available in source code format. Terms and conditions applicable to Open Source Components are provided to you together with this License Agreement and/or embedded in the SDK. Please visit http://www.sony.net/Products/Linux for a list of applicable Excluded Software, if any, included in the SDK from time to time, and the applicable terms and conditions governing its use. Such terms and conditions may be changed by the applicable third party at any time without liability to you. To the extent required by the licenses covering Open Source Components, the terms of such licenses will apply in lieu of the terms of this License Agreement. To the extent the terms of the licenses applicable to Open Source Components prohibit any of the restrictions in this License Agreement with respect to such Open Source Components, such restrictions will not apply to such Open Source Component. To the extent the terms of the licenses applicable to Open Source Components require Sony to make an offer to provide source code in connection with the Software, such offer is hereby made.
5. Restrictions.  Except to the extent required by applicable third party licenses, you may not copy (except for backup purposes), modify, publish, adapt, redistribute, decompile, reverse engineer, disassemble, attempt to derive source code or create derivative works of the SDK or any part of the SDK. In addition, you may not share, distribute, lend, rent, lease, loan, sublicense, sell, assign, transfer or otherwise make available the SDK or your rights under this License Agreement to any third party. Use of the SDK to violate, tamper with, or circumvent the security of any computer network, software, passwords, encryption codes, technological protection measures, or to otherwise engage in any kind of illegal activity, or to enable others to do so, is expressly prohibited. Except to the extent required by applicable third party licenses, you may not load any part of the SDK onto any hardware device except a personal computer, combine any part of the SDK with other software, or distribute any software or device incorporating a part of the SDK.
6. Trademarks.  Nothing in this License Agreement gives you a right to use any of Sony's trade names, trademarks, service marks, logos, domain names, or other distinctive brand features. You agree that you will not remove, obscure, or alter any proprietary rights notices (including copyright and trademark notices) that may be affixed to or contained within the SDK. You agree not to use the mark "Sony," the Sony Logo or any other marks belonging or licensed to Sony in any way except as expressly authorized in writing by Sony in each instance. You agree that all goodwill arising out of your authorized use of Sony's marks shall inure to the benefit of and belong to Sony.
7. Use of the SDK by You. Sony agrees that it obtains no right, title or interest from you (or your licensors) under this License Agreement in or to any software applications that you develop using the SDK, including any intellectual property rights that subsist in those applications. You agree to use the SDK and write applications only for purposes that are permitted by (A) this License Agreement and (B) any applicable law, regulation or generally accepted practices or guidelines in the relevant jurisdictions (including any laws regarding the export of data or software to and from the United States or other relevant countries).
You agree that if you use the SDK to develop applications for general public users, you will protect the privacy and legal rights of those users. If the users provide you with user names, passwords, or other login information or personal information, you must make the users aware that the information will be available to your application, and you must provide legally adequate privacy notice and protection for those users. If your application stores personal or sensitive information provided by users, it must do so securely. If the user provides your application with Sony account information, your application may only use that information to access the user's Sony account when, and for the limited purposes for which, the user has given you permission to do so.
You agree that you are solely responsible for (and that Sony has no responsibility to you or to any third party for) any data, content, or resources that you create, transmit or display through the Sony platform and/or applications for the Sony platform, and for the consequences of your actions (including any loss or damage which Sony may suffer) by doing so. You agree that you are solely responsible for (and that Sony has no responsibility to you or to any third party for) any breach or violation of your obligations under this License Agreement, any applicable third party contract or terms of service, or any applicable law or regulation, and for the consequences (including any loss or damage which Sony or any third party may suffer) of any such breach or violation.
8. Your Developer Credentials. In order to gain access or use the SDK, you may be required to establish an account for which you must provide Sony with true, accurate, current, and complete information about yourself and maintain/promptly update such information. You agree that you are responsible for maintaining the confidentiality of any developer credentials that may be issued to you by Sony (including any ID and password) or which you may choose yourself and that you will be solely responsible for all applications that are developed under your developer credentials.
9. Privacy and Information. In order to continually innovate and improve the SDK, Sony may collect certain usage statistics from the software including but not limited to a unique identifier, associated IP address, version number of the software, and information on which tools and/or services in the SDK are being used and how they are being used. Before any of this information is collected, the SDK will notify you and seek your consent. If you withhold consent, the information will not be collected. The data collected is examined in the aggregate to improve the SDK and is maintained in accordance with Sony's Privacy Policy.
10. Third Party Applications for the Sony Platform. If you use the SDK to run applications developed by a third party or that access data, content or resources provided by a third party, you agree that Sony is not responsible for those applications, data, content, or resources. You understand that all data, content or resources which you may access through such third party applications are the sole responsibility of the person from which they originated and that Sony is not liable for any loss or damage that you may experience as a result of the use or access of any of those third party applications, data, content, or resources. You should be aware the data, content, and resources presented to you through such a third party application may be protected by intellectual property rights which are owned by the providers (or by other persons or companies on their behalf). You may not share, modify, rent, lease, loan, sublicense, sell, assign, transfer, distribute or create derivative works based on these data, content, or resources (either in whole or in part) unless you have been specifically given permission to do so by the relevant owners. You acknowledge that your use of such third party applications, data, content, or resources may be subject to separate terms between you and the relevant third party. In that case, this License Agreement does not affect your legal relationship with these third parties.
11. Using Sony APIs. If you use any API to retrieve data from Sony, you acknowledge that the data may be protected by intellectual property rights which are owned by Sony or those parties that provide the data (or by other persons or companies on their behalf). Your use of any such API may be subject to additional terms of service. You may not share, modify, rent, lease, loan, sublicense, sell, assign, transfer, distribute or create derivative works based on this data (either in whole or in part) unless allowed by the relevant terms of service. If you use any API to retrieve a user's data from Sony, you acknowledge and agree that you shall retrieve data only with the user's explicit consent and only when, and for the limited purposes for which, the user has given you permission to do so.
12. Terminating this License Agreement. This License Agreement will continue to apply until terminated by either you or Sony as set out below. If you want to terminate this License Agreement, you may do so by ceasing your use of the SDK and any relevant developer credentials. Sony may at any time, immediately terminate this License Agreement with you if Sony believes, in its sole discretion: (A) you have breached or failed to comply with any provision of this License Agreement; or (B) Sony is required to do so by law; or (C) the partner with whom Sony offered certain parts of SDK (such as APIs) to you has terminated its relationship with Sony or ceased to offer certain parts of the SDK to you; or (D) Sony decides to no longer providing the SDK or certain parts of the SDK to users in the country in which you are resident or from which you use the service; or (E) the provision of the SDK or certain SDK services to you by Sony is no longer commercially viable. When this License Agreement comes to an end, any rights or obligations under this License Agreement which by their nature are intended to survive the end of this License Agreement or your use of the SDK shall continue to apply. Upon termination for any or no reason, you must immediately cease using, uninstall and permanently purge, delete and destroy all copies of the SDK from any and all of your computer devices and other hardware.
13. DISCLAIMER OF WARRANTIES. SONY AND ITS LICENSORS DO NOT PROMISE THAT THE SDK (INCLUDING, ITS FUNCTIONALITY OR FEATURES), OR INFORMATION THAT YOU RECEIVE FROM SONY WILL BE ACCURATE, ERROR-FREE OR UNINTERRUPTED, OR THAT ANY DEFECTS WILL BE CORRECTED. YOU EXPRESSLY UNDERSTAND AND AGREE THAT YOUR USE OF THE SDK IS AT YOUR SOLE RISK AND THAT THE SDK IS PROVIDED "AS IS" AND "AS AVAILABLE" WITHOUT WARRANTY OF ANY KIND FROM SONY. SONY CANNOT ENSURE THAT ANY FILES, INFORMATION OR OTHER DATA YOU ACCESS OR DOWNLOAD FROM THE SDK WILL BE FREE OF VIRUSES OR CONTAMINATION OR DESTRUCTIVE FEATURES, AND SONY AND ITS LICENSORS DISCLAIM ANY LIABILITY RELATED THERETO. YOUR USE OF THE SDK AND ANY MATERIAL DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE USE OF THE SDK IS AT YOUR OWN DISCRETION AND RISK AND YOU ARE SOLELY RESPONSIBLE FOR ANY DAMAGE TO YOUR COMPUTER SYSTEM OR OTHER DEVICE OR LOSS OF DATA THAT RESULTS FROM SUCH USE. SONY AND ITS LICENSORS FURTHER EXPRESSLY DISCLAIM ALL WARRANTIES, DUTIES AND CONDITIONS OF ANY KIND, WHETHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE IMPLIED WARRANTIES, DUTIES AND CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, ACCURACY AND NON-INFRINGEMENT. YOUR SOLE REMEDY AGAINST SONY AND ITS LICENSORS FOR DISSATISFACTION WITH THE SDK IS TO STOP USING IT. THIS LIMITATION OF RELIEF IS A PART OF THE BARGAIN BETWEEN YOU AND SONY. NO ORAL OR WRITTEN INFORMATION OR ADVICE GIVEN BY SONY, ITS SUBSIDIARIES AND AFFILIATES, ITS LICENSORS, OR A SONY AUTHORIZED REPRESENTATIVE SHALL CREATE A WARRANTY, DUTY OR CONDITION, OR IN ANY WAY CHANGE THIS EXCLUSION OF WARRANTY, DUTY AND CONDITION. You understand that Sony is under no obligation to provide updates, enhancements, or corrections, or to notify you of any product or service changes that Sony may make, or to publicly announce or introduce the product(s) or service at any time in the future. 

14. LIMITATION OF LIABILITY. YOU EXPRESSLY UNDERSTAND AND AGREE THAT SONY, ITS SUBSIDIARIES AND AFFILIATES, AND ITS LICENSORS SHALL NOT BE LIABLE TO YOU ARISING FROM OR RELATED TO THIS LICENSE AGREEMENT OR THE SDK UNDER ANY THEORY OF LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES THAT MAY BE INCURRED BY YOU, INCLUDING ANY LOSS OF PROFITS, DATA, BUSINESS OR GOODWILL WHETHER OR NOT SONY OR ITS REPRESENTATIVES HAVE BEEN ADVISED OF OR SHOULD HAVE BEEN AWARE OF THE POSSIBILITY OF ANY SUCH DAMAGES AND LOSSES. Some jurisdictions may not allow exclusions or limitations of incidental or consequential damages, exclusions or limitations of implied warranties or conditions, or allow limitations on how long an implied warranty lasts, so the above limitations or exclusions may not apply to you in the event but only to the extent of any such disallowance.
15. Indemnification. To the maximum extent permitted by law, you agree to defend, indemnify and hold harmless Sony, its subsidiaries, affiliates and their respective directors, officers, employees and agents (“Indemnified Party(s)”) from and against any and all claims, actions, suits or proceedings, as well as any and all losses, liabilities, damages, costs and expenses (including reasonable attorneys’ and experts’ fees and settlement costs) arising out of or accruing from (a) your use or misuse of the SDK, (b) any application you design or develop using the SDK that actually or allegedly infringes or misappropriates any copyright, trademark, trade secret, trade dress, patent or other intellectual property right of any person or defames any person or violates their rights of publicity or privacy, and (c) any non-compliance by you with this License Agreement or any law, rule or regulation. The counsel you select for defense or settlement of a claim must be consented to by Sony and/or Indemnified Party(s) prior to counsel being engaged to represent you and Indemnified Party(s).  You and your counsel will cooperate as fully as reasonably required by the Indemnified Party(s) in defense or settlement of any claim.  Sony and/or Indemnified Party(s) reserve the right, at its own expense, to assume the exclusive defense or settlement, and control of any matter otherwise subject to indemnification by you.  You shall not in any event consent to any judgment, settlement, attachment, or lien, or any other act adverse to the interest of any Indemnified Party without the prior written consent of Sony and/or Indemnified Party(s).
16. Changes to the SDK or this License Agreement. From time to time, Sony may update or otherwise modify the SDK, for example, but not limited to, for purposes of error correction, improvement of features, and enhancement of security features. Such updates or modifications may change or delete the nature of features or other aspects of the SDK, including features you may rely upon. You hereby agree that such activities may occur at Sony’s sole discretion without liability to you, and that Sony may condition continued use of the SDK upon your complete installation or acceptance of such update or modifications. Sony may add to, change, or remove any part, term, or condition of this License Agreement as it applies to the SDK at any time.  Any such additions, changes, or removals or any terms posted in the SDK or applicable Sony website shall apply as soon as they are made or posted.  By continuing to access the SDK after so made or posted, you are indicating your acceptance thereto.
17. Sony Independent Development.  Nothing in this License Agreement will impair Sony's right to design, develop, acquire, license, market, promote or distribute products, software or technologies that perform the same or similar functions as, or otherwise compete with, any other products, software or technologies that you may design, develop, produce, market, or distribute. In the absence of a separate written agreement to the contrary, Sony will be free to use any information, suggestions or recommendations you provide to Sony pursuant to this License Agreement for any purpose, subject to any applicable patents or copyrights.
18. Encryption; Export Control.  THE SDK IS SUBJECT TO UNITED STATES EXPORT LAWS AND REGULATIONS. YOU MUST COMPLY WITH ALL DOMESTIC AND INTERNATIONAL EXPORT LAWS AND REGULATIONS THAT APPLY TO THE SDK. THESE LAWS INCLUDE RESTRICTIONS ON DESTINATIONS, END USERS AND END USE.  Without limiting the generality of the foregoing, you may not use or otherwise export or re-export the SDK except as authorized by United States law and the laws of the jurisdiction in which the SDK was obtained. In particular, but without limitation, the SDK may not be exported or re-exported (a) into any U.S. embargoed countries or (b) to anyone on the U.S. Treasury Department's list of Specially Designated Nationals or the U.S. Department of Commerce Denied Person's List or Entity List. By using the SDK, you represent and warrant that you are not located in any such country or on any such list. The SDK may contain encryption technology. You acknowledge that any export of software containing encryption technology from the United States or subsequent re-export of such software or content by a person located outside of the United States requires a license or other authorization from the U.S. Department of Commerce’s Bureau of Industry and Security. You further acknowledge that the SDK containing encryption technology and acquired from Sony is not intended for use by a foreign government end user. You also agree that you will not use the SDK for any purposes prohibited by United States law, including, without limitation, the development, design, manufacture or production of nuclear, chemical or biological weapons.
19.  Government Use.  The SDK is provided with RESTRICTED RIGHTS. Use, duplication or disclosure of the SDK, in whole or part, by the United States Government is subject to restrictions as set forth in subparagraphs (c)(1) and (c)(2) of the Commercial Computer Software clause at FAR 52.227 19, and subparagraph (c)(i)(ii) of the Rights in Technical Data and Computer Software clause at DOD FAR 252.227-7013 and any comparable federal, state or local law or regulation. Manufacturer is Sony Electronics Inc., 16535 Via Esprillo, San Diego, CA 92127.
20. General Legal Terms.
This License Agreement constitute the whole legal agreement between you and Sony and governs your use of the SDK (excluding any services which Sony may provide to you under a separate written agreement), and completely replaces any prior agreements between you and Sony in relation to the SDK.
You agree that if Sony does not exercise or enforce any legal right or remedy which is contained in this License Agreement (or which Sony has the benefit of under any applicable law), this will not be taken to be a formal waiver of Sony’s rights and that those rights or remedies will still be available to Sony.
If any court of law, having the jurisdiction to decide on this matter, rules that any provision of this License Agreement is invalid, then that provision will be removed from this License Agreement without affecting the rest of this License Agreement. The remaining provisions of this License Agreement will continue to be valid and enforceable.
You acknowledge and agree that Sony Corporation, and each member of the group of companies of which Sony Corporation is the parent, shall be third party beneficiaries to this License Agreement and that such other companies shall be entitled to directly enforce, and rely upon, any provision of this License Agreement that confers a benefit on (or rights in favor of) them. Other than this, no other person or company shall be third party beneficiaries to this License Agreement.
This License Agreement may not be assigned or transferred by you without the prior written approval of Sony.
This License Agreement will not be governed or interpreted in any way by referring to any law based on the Uniform Computer Information Transactions Act (UCITA) or any other act derived from or related to UCITA, even if such law is adopted in Ontario, Canada.  Further, the United Nations Convention on Contracts for the International Sale of Goods shall not apply to this License Agreement.
This License Agreement, any disputes arising out of this License Agreement and your relationship with Sony under this License Agreement, shall be governed by and construed in accordance with the laws of the State of California, United States, without regard to its conflict of laws provisions. This License Agreement, any disputes, controversies or claims arising out of or relating to this License Agreement and your relationship with Sony under this License Agreement, shall be governed by and construed in accordance with the laws of the State of California, United States, without regard to its conflict of laws principles.  Any and all disputes, controversies or claims arising out of or relating to this License Agreement (including the formation, interpretation, enforceability, validity, breach or termination thereof) or your relationship with Sony under this License Agreement, including whether the dispute, controversy or claim asserted are arbitrable, shall be referred to and finally determined by arbitration in accordance with JAMS International Arbitration Rules.  The arbitration tribunal will consist of three arbitrators. Within 15 days after the commencement of arbitration, you and Sony shall each select one person to act as arbitrator, and the two so selected shall select a third arbitrator within 30 days of the commencement of the arbitration. If the arbitrators selected by the parties are unable or fail to agree upon the third arbitrator within the allotted time, the third arbitrator shall be appointed by JAMS in accordance with its rules. All arbitrators shall serve as neutral, independent and impartial arbitrators. The place of arbitration will be San Diego, California, United States. The language to be used in the arbitral proceedings will be English. The parties shall bear their own costs and expenses, including attorneys’ fees, but the arbitrators may, in the award, allocate all of the administrative costs of the arbitration, including the fees of the arbitrators, against the party who did not prevail.  The decision of the arbitrators shall be final and non-appealable.  Judgment upon any award rendered by the arbitrators may be entered in any court having jurisdiction.
Notwithstanding the foregoing to the contrary, either party may initiate litigation immediately with respect to any matter arising out of or in connection with this Agreement for which equitable relief (or an equivalent type of urgent legal relief) is sought. You agree that any violation of or non-compliance with any term or condition this License Agreement by you will constitute an unlawful and unfair business practice, and will cause irreparable harm to Sony, its affiliates or third party licensors for which monetary damages would be inadequate, and you consent to Sony obtaining any injunctive or equitable relief that Sony deems necessary or appropriate in such circumstances. These remedies are in addition to any other remedies that may be available to Sony under contract, at law or in equity.
TO THE EXTENT NOT PROHIBITED BY APPLICABLE LAW, THE PARTIES HERETO WAIVE TRIAL BY JURY WITH RESPECT TO ANY MATTERS OR DISPUTES ARISING UNDER OR RELATING TO THIS LICENSE AGREEMENT OR THE SDK.
Copyright c 2011, Sony Electronics Inc. All Rights Reserved.
    </sdk:license>
</sdk:sdk-addon>
</pre>
<h4>http://dl-developer.sonymobile.com/sdk_manager/Sony-Add-on-SDK.xml</h4>
<pre class="brush: xml; first-line: 1;" >
<?xml version="1.0" encoding="UTF-8"?>
<sdk:sdk-addon xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:sdk="http://schemas.android.com/sdk/android/addon/1">
    <sdk:add-on>
        <sdk:name>Sony Add-on SDK 3.0</sdk:name>
        <sdk:api-level>19</sdk:api-level>
        <sdk:vendor>Sony</sdk:vendor>
        <sdk:revision>01</sdk:revision>
        <sdk:description>Includes Smart Extension APIs, Small Apps API, IR Remote API and Camera Add-on API.</sdk:description>
        <sdk:desc-url>http://sonymobile.com/sonyaddonsdk</sdk:desc-url>
        <sdk:uses-license ref="sony-add-on-sdk-license"/>
        <sdk:archives>
            <sdk:archive os="any">
                <sdk:size>166719724</sdk:size>
                <sdk:checksum type="sha1">19e3590e4c65eddd05800df9cd15575a177d9934</sdk:checksum>
                <sdk:url>Sony-Add-on-SDK-eng.integ-build-all-x86.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:libs>
        </sdk:libs>
    </sdk:add-on>
    <sdk:license type="text" id="sony-add-on-sdk-license">Sony Add-on Software Development Kit

END-USER LICENSE AGREEMENT

This Software Agreement ("Agreement") is between You (either an individual or an entity), the End User, and Sony Mobile Communications AB ("Sony"). The Agreement authorizes You to use the Software specified in Clause 1 below, which may be stored on a CD-ROM, sent to You by electronic mail, or downloaded from Sony’s Web pages or Servers or from other sources under the terms and conditions set forth below. This is an agreement on end-user rights and not an agreement for sale. Except as provided elsewhere in this Agreement, Sony and/or its licensors continues to own the copy of the Software and the physical media contained in the sales package and any other copy that You are authorized to make pursuant to this Agreement.
Read this Agreement carefully before installing, downloading, or using the Software. By clicking on the "I Accept" button while installing, downloading, and/or using the Software, You agree to the terms and conditions of this Agreement. If You do not agree to all of the terms and conditions of this Agreement, promptly click the "Decline" or "I Do Not Accept" button, cancel the installation or downloading, or destroy or return the Software and accompanying documentation to Sony. YOU AGREE THAT YOUR USE OF THE SOFTWARE ACKNOWLEDGES THAT YOU HAVE READ THIS AGREEMENT, UNDERSTAND IT, AND AGREE TO BE BOUND BY ITS TERMS AND CONDITIONS.

1. SOFTWARE.

As used in this Agreement, the term "Software" means, collectively: (i) the software product identified above (ii) all the contents of the disk(s), CD-ROM(s), electronic mail and its file attachments, or other media with which this Agreement is provided, including the object code form of the software delivered via a CD-ROM, electronic mail, or Web page (iii) digital images, stock photographs, clip art, or other artistic works ("Stock Files") (iv) related explanatory written materials and any other possible documentation related thereto ("Documentation"); (v) fonts, and (vi) upgrades, modified versions, updates, additions, and copies of the Software (collectively "Updates"), if any, licensed to You by Sony under this Agreement.

2. END USER RIGHTS AND USE.

Sony grants You non-exclusive, non-transferable end-user rights to install the Software on the local hard disk(s) or other permanent storage media of one computer and use the Software on a single computer or terminal at a time. Except as provided by any Open Source License Terms, You may use the Software only for the sole purpose of testing and developing Your own applications and/or content.
You acknowledge that certain software components of the Sony Add-on SDK for Android ("Open Source Components") may be covered by so-called "Open Source License Terms". As used herein, Open Source License Terms means any software licenses approved as open source licenses by the Open Source Initiative or any substantially similar licenses, including without limitation any license that, as a condition of use, modification, or distribution of the software licensed under such license or other software incorporated into, derived from or distributed with such software, requires that the distributor: (a) make the software available in source code format; (b) grant permission for creation of derivative works; or (c) grant a royalty free license thereto or under any associated intellectual property rights. To the extent required by the licenses covering Open Source Components, the terms of such licenses will apply in lieu of the terms of this Agreement. To the extent the terms of the licenses applicable to Open Source Components prohibit any of the restrictions in this Agreement with respect to such Open Source Component, such restrictions will not apply to such Open Source Component. To the extent the terms of the licenses applicable to Open Source Components require Sony to provide source code for such Open Source Component to You, Sony shall do so upon Your request. To the extent the terms of the licenses applicable to Open Source Components require Sony to make an offer to provide source code for such Open Source Component to You, this provision constitutes such offer. You shall not otherwise cause any portion of the Sony Add-on SDK for Android to become subject to any license obligation under any Open Source License Terms. For clarity, in the event that all or any portion of the Software provided hereunder does not reference, or otherwise indicate, such Open Source License Terms, this Agreement shall control. Please see "Settings/About phone/Legal information/Open source license" when running the emulator to review the complete list of Open Source Components, Copyright holders, and applicable Open Source License Terms. Sony Mobile offers to provide source code of software licensed under the GPL or LGPL or some other open source licenses allowing source code distribution to you on a CD-ROM for a charge covering the cost of performing such distribution, such as the cost of media, shipping and handling, upon written request to Sony Mobile Communications AB, Open Source Software Operations, Nya Vattentornet, SE-221 88 Lund, Sweden. This offer is valid for a period of three (3) years from the date of the distribution of this product by Sony Mobile. As an alternative to the above "written request", you can download the same source code from http://opensource.sonymobile.com.
Sony collects anonymous usage data to help us make this product better. The data we collect contains information about the device model and the number of times an application is launched. Once sent to Sony, the data is stored in aggregated form and made available to Sony employees.

3. LIMITATIONS ON END USER RIGHTS.

Unless a Third Party License provides otherwise as to a particular portion of the Software, You may not copy, distribute, or make derivative works of the Software except as follows:
(a) You may make one copy of the Software on magnetic media as an archival backup copy, provided Your archival backup copy is not installed or used on any computer. Any other copies You make of the Software are in violation of this Agreement.
(b) You may not use, modify, translate, reproduce, or transfer the right to use the Software or copy the Software except as expressly provided in this Agreement.
(c) You may not resell, sublicense, rent, lease, or lend the Software.
(d) You may not reverse engineer, reverse compile, disassemble, or otherwise attempt to discover the source code of the Software (except to the extent that this restriction is expressly prohibited by law) or create derivative works based on the Software.
(e) Unless stated otherwise in the Documentation, You shall not display, modify, reproduce, or distribute any of the Stock Files included with the Software. In the event that the Documentation allows You to display the Stock Files, You shall not distribute the Stock Files on a stand-alone basis, i.e., in circumstances in which the Stock Files constitute the primary value of the product being distributed. You should review the "Readme" files associated with the Stock Files that You use to ascertain what rights You have with respect to such materials. Stock Files may not be used in the production of libelous, defamatory, fraudulent, infringing, lewd, obscene, or pornographic material or in any otherwise illegal manner. You may not register or claim any rights in the Stock Files or derivative works thereof.
(f) You agree that You shall only use the Software in a manner that complies with all applicable laws in the jurisdiction in which You use the Software, including, but not limited to, applicable restrictions concerning copyright and other intellectual property rights.
Where a Third Party License provides additional rights to copy, distribute, or make derivative works of a particular portion of the Software, those additional rights apply only to such portion, and to no other.

4. COPYRIGHT.

The Software and all rights, without limitation including proprietary rights therein, are owned by Sony and/or its licensors and affiliates and are protected by international treaty provisions and all other applicable national laws of the country in which it is being used. The structure, organization, and code of the Software are the valuable trade secrets and confidential information of Sony and/or its licensors and affiliates. You must not copy the Software, except as set forth in clause 3 (Limitations On End-User Rights). Any copies which You are permitted to make pursuant to this Agreement must contain the same copyright and other proprietary notices that appear on the Software.

5. MULTIPLE ENVIRONMENT SOFTWARE / MULTIPLE LANGUAGE SOFTWARE / DUAL MEDIA SOFTWARE / MULTIPLE COPIES / UPDATES.

If the Software supports multiple platforms or languages, if You receive the Software on multiple media, or if You otherwise receive multiple copies of the Software, the number of computers on which all versions of the Software are installed shall be one computer. You may not rent, lease, sublicense, lend, or transfer versions or copies of the Software You do not use. If the Software is an Update to a previous version of the Software, You must possess valid end-user rights to such a previous version in order to use the Update, and You may use the previous version for ninety (90) days after You receive the Update in order to assist You in the transition to the Update. After such time You no longer have a right to use the previous version, except for the sole purpose of enabling You to install the Update. The foregoing limitations in this clause 5 may not apply to portions of the Software covered by Open Source License Terms.

6. COMMENCEMENT &amp; TERMINATION.

This Agreement is effective from the first date You install the Software. You may terminate this Agreement at any time by permanently deleting, destroying, and returning, at Your own costs, the Software, all backup copies, and all related materials provided by Sony. This Agreement can be terminated in writing by Sony, at any time, without prior notice. Notwithstanding the above, this Agreement will terminate, and the license granted to you by this Agreement will be revoked, immediately, without any notice from Sony, if you fail to comply with any provision of this Agreement. Upon termination, you must destroy the Software. In such an event, You must immediately delete, destroy, or return at Your own cost, the Software, all backup copies, and all related material to Sony.

7. YOU ACKNOWLEDGE THAT THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, AND TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW NEITHER SONY, ITS LICENSORS OR AFFILIATES, NOR THE COPYRIGHT HOLDERS MAKE ANY REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE OR THAT THE SOFTWARE WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS, OR OTHER RIGHTS. THERE IS NO WARRANTY BY SONY OR BY ANY OTHER PARTY THAT THE FUNCTIONS CONTAINED IN THE SOFTWARE WILL MEET YOUR REQUIREMENTS OR THAT THE OPERATION OF THE SOFTWARE WILL BE UNINTERRUPTED OR ERROR-FREE. YOU ASSUME ALL RESPONSIBILITY AND RISK FOR THE SELECTION OF THE SOFTWARE TO ACHIEVE YOUR INTENDED RESULTS AND FOR THE INSTALLATION, USE, AND RESULTS OBTAINED FROM IT.

8. NO OTHER OBLIGATIONS.

This Agreement creates no obligations on the part of Sony other than as specifically set forth herein.

9. LIMITATION OF LIABILITY.

TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL SONY, ITS EMPLOYEES OR LICENSORS OR AFFILIATES BE LIABLE FOR ANY LOST PROFITS, REVENUE, SALES, DATA, OR COSTS OF PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, PROPERTY DAMAGE, PERSONAL INJURY, INTERRUPTION OF BUSINESS, LOSS OF BUSINESS INFORMATION, OR FOR ANY SPECIAL, DIRECT, INDIRECT, INCIDENTAL, ECONOMIC, COVER, PUNITIVE, SPECIAL, OR CONSEQUENTIAL DAMAGES, HOWEVER CAUSED AND WHETHER ARISING UNDER CONTRACT, TORT, NEGLIGENCE, OR OTHER THEORY OF LIABILITY ARISING OUT OF THE USE OF OR INABILITY TO USE THE SOFTWARE, EVEN IF SONY OR ITS LICENSORS OR AFFILIATES ARE ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. BECAUSE SOME COUNTRIES/STATES/ JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF LIABILITY, BUT MAY ALLOW LIABILITY TO BE LIMITED, IN SUCH CASES, SONY, ITS EMPLOYEES OR LICENSORS OR AFFILIATES' LIABILITY SHALL BE LIMITED TO U.S. $50. Nothing contained in this Agreement shall prejudice the statutory rights of any party dealing as a consumer. Nothing contained in this Agreement limits Sony's liability to You in the event of death or personal injury resulting from Sony's negligence. Sony is acting on behalf of its employees and licensors or affiliates for the purpose of disclaiming, excluding, and/or restricting obligations, warranties, and liability as provided in this clause 9, but in no other respects and for no other purpose.

10. TECHNICAL SUPPORT.

Sony has no obligation to furnish You with technical support unless separately agreed in writing between You and Sony.

11. EXPORT CONTROL.

The Software, including technical data, includes cryptographic software subject to export controls under the U.S. Export Administration Regulations ("EAR") and may be subject to import or export controls in other countries. Software may not be downloaded, or otherwise exported or re-exported (i) into, or to a national or resident of, Cuba, Iran, Iraq, Iran, North Korea, Libya, Sudan, Syria, or any country to which the U.S. has embargoed goods; or (ii) to anyone on the U.S. Treasury Department’s list of Specially Designated Nations or the U.S. Commerce Department’s Table of Denial Orders. The EAR prohibits the use of the Software and technical data by a Government End User, as defined hereafter, without a license from the U.S. government. A Government End User is defined in Part 772 of the EAR as "any foreign central, regional, or local government department, agency, or other entity performing governmental functions; including governmental research institutions, governmental corporations, or their separate business units (as defined in part 772 of the EAR) which are engaged in the manufacture or distribution of items or services controlled on the Wassenaar Munitions List, and international governmental organizations. This term does not include: utilities (telecommunications companies and Internet service providers; banks and financial institutions; transportation; broadcast or entertainment; educational organizations; civil health and medical organizations; retail or wholesale firms; and manufacturing or industrial entities not engaged in the manufacture or distribution of items or services controlled on the Wassenaar Munitions List.)" You agree to strictly comply with all applicable import and export regulations and acknowledge that You have the responsibility to obtain licenses to export, re-export, transfer, or import the Software. You further represent that You are not a Government End User as defined above, and You will not transfer the Software to any Government End User without a license.

12. NOTICES.

All notices and return of the Software and Documentation should be delivered to:
SONY MOBILE COMMUNICATIONS AB
SE - 221 88 LUND
SWEDEN

13. APPLICABLE LAW &amp; GENERAL PROVISIONS.

This Agreement is governed by the laws of Sweden.  All disputes arising from or relating to this Agreement shall be settled by a single arbitrator appointed by the Chamber of Commerce of Sweden. The arbitration procedure shall take place in Stockholm, Sweden and in the English language. If any part of this Agreement is found void and unenforceable, it will not affect the validity of the balance of the Agreement, which shall remain valid and enforceable according to its terms. This Agreement may only be modified by a writing signed by an authorized officer of Sony, although Sony may vary the terms of this Agreement.
This is the entire agreement between Sony and You relating to the Software, and it supersedes any prior representations, discussions, undertakings, end-user agreements, communications, or advertising relating to the Software.

    </sdk:license>

    <sdk:extra>
        <sdk:vendor>Sony</sdk:vendor>
        <sdk:path>DeviceProfiles</sdk:path>
        <sdk:revision>05</sdk:revision>
        <sdk:description>Device definitions for Sony products.</sdk:description>
        <sdk:uses-license ref="sony-device-profiles-license"/>
        <sdk:archives>
            <sdk:archive arch="any" os="any">
                <sdk:size>3462</sdk:size>
                <sdk:checksum type="sha1">f75b04d13b14e4c471650d00996b6d3f84a0293e</sdk:checksum>
                <sdk:url>DeviceProfiles.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
    </sdk:extra>

    <sdk:license type="text" id="sony-device-profiles-license">Sony Device Profiles
Copyright (C) 2013 Sony Mobile Communications AB.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

    </sdk:license>

</sdk:sdk-addon>
</pre>
<p>残りは、<a href="http://andbrowser.com/android-sdk/2770/20140627_sdk_manager_material/">(2014/06/27時点)SDK Managerが取得するXMLデータ一覧</a>、<a href="http://andbrowser.com/android-sdk/2770/20140627_sdk_manager_material_ver2/">(2014/06/27時点)SDK Managerが取得するXMLデータ一覧（その２）</a>をご参照ください。</p>
<div id="wherego_related"><h3>このページを見た人は、以下のページも見ています。</h3><ul><li><a href="http://andbrowser.com/development/3583/hvc-c2wsdk/" rel="bookmark" class="wherego_title">家族目線(HVC-C2W)SDKのAndroid版サンプルアプリ利用方法</a></li><li><a href="http://andbrowser.com/android-sdk/2770/20140627_sdk_manager_material_ver2/" rel="bookmark" class="wherego_title">(2014/06/27時点)SDK Managerが取得するXMLデータ一覧（その２）</a></li><li><a href="http://andbrowser.com/android-sdk/3287/20140627_sdk_manager_material-2/" rel="bookmark" class="wherego_title">(2014/06/27時点)SDK Managerが取得するXMLデータ一覧</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://andbrowser.com/android-sdk/2780/20140627_sdk_manager_material_ver3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://andbrowser.com/android-sdk/2780/20140627_sdk_manager_material_ver3/" />
	</item>
		<item>
		<title>(2014/06/27時点)SDK Managerが取得するXMLデータ一覧（その２）</title>
		<link>http://andbrowser.com/android-sdk/2770/20140627_sdk_manager_material_ver2/</link>
		<comments>http://andbrowser.com/android-sdk/2770/20140627_sdk_manager_material_ver2/#comments</comments>
		<pubDate>Fri, 27 Jun 2014 11:56:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Android SDK]]></category>

		<guid isPermaLink="false">http://andbrowser.com/?p=2770</guid>
		<description><![CDATA[2014/06/27時点のSDK Manager が取得するデータURL一覧（その２）

https://dl-ssl.google.com/android/repository/addons_list-2.xml
https://dl-ssl.google.com/android/repository/repository-9.xml(empty)
https://dl-ssl.google.com/android/repository/repository-8.xml
https://dl-ssl.google.com/android/repository/addon.xml
https://dl-ssl.google.com/android/repository/addon-6.xml
https://dl-ssl.google.com/glass/gdk/addon.xml
https://dl-ssl.google.com/android/repository/extras/intel/addon.xml
https://dl-ssl.google.com/android/repository/sys-img/android/sys-img.xml
https://dl-ssl.google.com/android/repository/sys-img/android-wear/sys-img.xml
https://dl-ssl.google.com/android/repository/sys-img/android-tv/sys-img.xml
https://dl-ssl.google.com/android/repository/sys-img/x86/addon-x86.xml
http://dl.developer.sony.com/sdk_manager/Sony_Google_TV_SDK.xml
http://dl-developer.sonymobile.com/sdk_manager/Sony-Add-on-SDK.xml


https://dl-ssl.google.com/android/repository/addon-6.xml





    To get started with the Android SDK, you must agree to the following terms and conditions.

This is the Android SDK License Agreement (the &#34;License Agreement&#34;).

1. Introduction

1.1 The Android SDK (referred to in the License Agreement as the &#34;SDK&#34; and specifically including the Android system files, packaged APIs, and SDK  [...]]]></description>
			<content:encoded><![CDATA[<h4>2014/06/27時点のSDK Manager が取得するデータURL一覧（その２）</h4>
<ul>
<li>https://dl-ssl.google.com/android/repository/addons_list-2.xml
<li>https://dl-ssl.google.com/android/repository/repository-9.xml(empty)
<li>https://dl-ssl.google.com/android/repository/repository-8.xml
<li>https://dl-ssl.google.com/android/repository/addon.xml
<li><a href="https://dl-ssl.google.com/android/repository/addon-6.xml">https://dl-ssl.google.com/android/repository/addon-6.xml</a>
<li><a href="https://dl-ssl.google.com/glass/gdk/addon.xml">https://dl-ssl.google.com/glass/gdk/addon.xml</a>
<li><a href="https://dl-ssl.google.com/android/repository/extras/intel/addon.xml">https://dl-ssl.google.com/android/repository/extras/intel/addon.xml</a>
<li><a href="https://dl-ssl.google.com/android/repository/sys-img/android/sys-img.xml">https://dl-ssl.google.com/android/repository/sys-img/android/sys-img.xml</a>
<li><a href="https://dl-ssl.google.com/android/repository/sys-img/android-wear/sys-img.xml">https://dl-ssl.google.com/android/repository/sys-img/android-wear/sys-img.xml</a>
<li><a href="https://dl-ssl.google.com/android/repository/sys-img/android-tv/sys-img.xml">https://dl-ssl.google.com/android/repository/sys-img/android-tv/sys-img.xml</a>
<li><a href="https://dl-ssl.google.com/android/repository/sys-img/x86/addon-x86.xml">https://dl-ssl.google.com/android/repository/sys-img/x86/addon-x86.xml</a>
<li>http://dl.developer.sony.com/sdk_manager/Sony_Google_TV_SDK.xml
<li>http://dl-developer.sonymobile.com/sdk_manager/Sony-Add-on-SDK.xml
</ul>
<p><span id="more-2770"></span></p>
<h4>https://dl-ssl.google.com/android/repository/addon-6.xml</h4>
<pre class="brush: xml; first-line: 1;" >
<?xml version="1.0" encoding="UTF-8"?>
<!--
 * Copyright (C) 2010 The Android Open Source Project
 *
 * Licensed under the Apache License, version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
-->
<sdk:sdk-addon xmlns:sdk="http://schemas.android.com/sdk/android/addon/6" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

    <sdk:license id="android-sdk-license" type="text">To get started with the Android SDK, you must agree to the following terms and conditions.

This is the Android SDK License Agreement (the &quot;License Agreement&quot;).

1. Introduction

1.1 The Android SDK (referred to in the License Agreement as the &quot;SDK&quot; and specifically including the Android system files, packaged APIs, and SDK library files and tools , if and when they are made available) is licensed to you subject to the terms of the License Agreement. The License Agreement forms a legally binding contract between you and Google in relation to your use of the SDK.

1.2 &quot;Android&quot; means the Android software stack for devices, as made available under the Android Open Source Project, which is located at the following URL: http://source.android.com/, as updated from time to time.

1.3 &quot;Google&quot; means Google Inc., a Delaware corporation with principal place of business at 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States.

2. Accepting the License Agreement

2.1 In order to use the SDK, you must first agree to the License Agreement. You may not use the SDK if you do not accept the License Agreement.

2.2 By clicking to accept and/or using the SDK, you hereby agree to the terms of the License Agreement.

2.3 You may not use the SDK and may not accept the License Agreement if you are a person barred from receiving the SDK under the laws of the United States or other countries including the country in which you are resident or from which you use the SDK.

2.4 If you will use the SDK internally within your company or organization you agree to be bound by the License Agreement on behalf of your employer or other entity, and you represent and warrant that you have full legal authority to bind your employer or such entity to the License Agreement. If you do not have the requisite authority, you may not accept the License Agreement or use the SDK on behalf of your employer or other entity.

3. SDK License from Google

3.1 Subject to the terms of the License Agreement, Google grants you a royalty-free, non-assignable, non-exclusive, non-sublicensable, limited, revocable license to use the SDK, personally or internally within your company or organization, solely to develop and distribute applications to run on the Android platform.

3.2 You agree that Google or third parties own all legal right, title and interest in and to the SDK, including any Intellectual Property Rights that subsist in the SDK. &quot;Intellectual Property Rights&quot; means any and all rights under patent law, copyright law, trade secret law, trademark law, and any and all other proprietary rights. Google reserves all rights not expressly granted to you.

3.3 You may not use the SDK for any purpose not expressly permitted by the License Agreement. Except to the extent required by applicable third party licenses, you may not: (a) copy (except for backup purposes), modify, adapt, redistribute, decompile, reverse engineer, disassemble, or create derivative works of the SDK or any part of the SDK; or (b) load any part of the SDK onto a mobile handset or any other hardware device except a personal computer, combine any part of the SDK with other software, or distribute any software or device incorporating a part of the SDK.

3.4 You agree that you will not take any actions that may cause or result in the fragmentation of Android, including but not limited to distributing, participating in the creation of, or promoting in any way a software development kit derived from the SDK.

3.5 Use, reproduction and distribution of components of the SDK licensed under an open source software license are governed solely by the terms of that open source software license and not the License Agreement. You agree to remain a licensee in good standing in regard to such open source software licenses under all the rights granted and to refrain from any actions that may terminate, suspend, or breach such rights.

3.6 You agree that the form and nature of the SDK that Google provides may change without prior notice to you and that future versions of the SDK may be incompatible with applications developed on previous versions of the SDK. You agree that Google may stop (permanently or temporarily) providing the SDK (or any features within the SDK) to you or to users generally at Google's sole discretion, without prior notice to you.

3.7 Nothing in the License Agreement gives you a right to use any of Google's trade names, trademarks, service marks, logos, domain names, or other distinctive brand features.

3.8 You agree that you will not remove, obscure, or alter any proprietary rights notices (including copyright and trademark notices) that may be affixed to or contained within the SDK.

4. Use of the SDK by You

4.1 Google agrees that nothing in the License Agreement gives Google any right, title or interest from you (or your licensors) under the License Agreement in or to any software applications that you develop using the SDK, including any intellectual property rights that subsist in those applications.

4.2 You agree to use the SDK and write applications only for purposes that are permitted by (a) the License Agreement, and (b) any applicable law, regulation or generally accepted practices or guidelines in the relevant jurisdictions (including any laws regarding the export of data or software to and from the United States or other relevant countries).

4.3 You agree that if you use the SDK to develop applications, you will protect the privacy and legal rights of users. If users provide you with user names, passwords, or other login information or personal information, you must make the users aware that the information will be available to your application, and you must provide legally adequate privacy notice and protection for those users. If your application stores personal or sensitive information provided by users, it must do so securely. If users provide you with Google Account information, your application may only use that information to access the user's Google Account when, and for the limited purposes for which, each user has given you permission to do so.

4.4 You agree that you will not engage in any activity with the SDK, including the development or distribution of an application, that interferes with, disrupts, damages, or accesses in an unauthorized manner the servers, networks, or other properties or services of Google or any third party.

4.5 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any data, content, or resources that you create, transmit or display through Android and/or applications for Android, and for the consequences of your actions (including any loss or damage which Google may suffer) by doing so.

4.6 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any breach of your obligations under the License Agreement, any applicable third party contract or Terms of Service, or any applicable law or regulation, and for the consequences (including any loss or damage which Google or any third party may suffer) of any such breach.

5. Your Developer Credentials

5.1 You agree that you are responsible for maintaining the confidentiality of any developer credentials that may be issued to you by Google or which you may choose yourself and that you will be solely responsible for all applications that are developed under your developer credentials.

6. Privacy and Information

6.1 In order to continually innovate and improve the SDK, Google may collect certain usage statistics from the software including but not limited to a unique identifier, associated IP address, version number of the software, and information on which tools and/or services in the SDK are being used and how they are being used. Before any of this information is collected, the SDK will notify you and seek your consent. If you withhold consent, the information will not be collected.

6.2 The data collected is examined in the aggregate to improve the SDK and is maintained in accordance with Google's Privacy Policy located at http://www.google.com/policies/privacy/.

7. Third Party Applications

7.1 If you use the SDK to run applications developed by a third party or that access data, content or resources provided by a third party, you agree that Google is not responsible for those applications, data, content, or resources. You understand that all data, content or resources which you may access through such third party applications are the sole responsibility of the person from which they originated and that Google is not liable for any loss or damage that you may experience as a result of the use or access of any of those third party applications, data, content, or resources.

7.2 You should be aware the data, content, and resources presented to you through such a third party application may be protected by intellectual property rights which are owned by the providers (or by other persons or companies on their behalf). You may not modify, rent, lease, loan, sell, distribute or create derivative works based on these data, content, or resources (either in whole or in part) unless you have been specifically given permission to do so by the relevant owners.

7.3 You acknowledge that your use of such third party applications, data, content, or resources may be subject to separate terms between you and the relevant third party.

8. Using Google APIs

8.1 Google APIs

8.1.1 If you use any API to retrieve data from Google, you acknowledge that the data may be protected by intellectual property rights which are owned by Google or those parties that provide the data (or by other persons or companies on their behalf). Your use of any such API may be subject to additional Terms of Service. You may not modify, rent, lease, loan, sell, distribute or create derivative works based on this data (either in whole or in part) unless allowed by the relevant Terms of Service.

8.1.2 If you use any API to retrieve a user's data from Google, you acknowledge and agree that you shall retrieve data only with the user's explicit consent and only when, and for the limited purposes for which, the user has given you permission to do so.

9. Terminating the License Agreement

9.1 The License Agreement will continue to apply until terminated by either you or Google as set out below.

9.2 If you want to terminate the License Agreement, you may do so by ceasing your use of the SDK and any relevant developer credentials.

9.3 Google may at any time, terminate the License Agreement, with or without cause, upon notice to you.

9.4 The License Agreement will automatically terminate without notice or other action when Google ceases to provide the SDK or certain parts of the SDK to users in the country in which you are resident or from which you use the service.

9.5 When the License Agreement is terminated, the license granted to you in the License Agreement will terminate, you will immediately cease all use of the SDK, and the provisions of paragraphs 10, 11, 12 and 14 shall survive indefinitely.

10. DISCLAIMERS

10.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT YOUR USE OF THE SDK IS AT YOUR SOLE RISK AND THAT THE SDK IS PROVIDED &quot;AS IS&quot; AND &quot;AS AVAILABLE&quot; WITHOUT WARRANTY OF ANY KIND FROM GOOGLE.

10.2 YOUR USE OF THE SDK AND ANY MATERIAL DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE USE OF THE SDK IS AT YOUR OWN DISCRETION AND RISK AND YOU ARE SOLELY RESPONSIBLE FOR ANY DAMAGE TO YOUR COMPUTER SYSTEM OR OTHER DEVICE OR LOSS OF DATA THAT RESULTS FROM SUCH USE. WITHOUT LIMITING THE FOREGOING, YOU UNDERSTAND THAT THE SDK MAY CONTAIN ERRORS, DEFECTS AND SECURITY VULNERABILITIES THAT CAN RESULT IN SIGNIFICANT DAMAGE, INCLUDING THE COMPLETE, IRRECOVERABLE LOSS OF USE OF YOUR COMPUTER SYSTEM OR OTHER DEVICE.

10.3 GOOGLE FURTHER EXPRESSLY DISCLAIMS ALL WARRANTIES AND CONDITIONS OF ANY KIND, WHETHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.

11. LIMITATION OF LIABILITY

11.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT GOOGLE, ITS SUBSIDIARIES AND AFFILIATES, AND ITS LICENSORS SHALL NOT BE LIABLE TO YOU UNDER ANY THEORY OF LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL OR EXEMPLARY DAMAGES THAT MAY BE INCURRED BY YOU, INCLUDING ANY LOSS OF DATA, WHETHER OR NOT GOOGLE OR ITS REPRESENTATIVES HAVE BEEN ADVISED OF OR SHOULD HAVE BEEN AWARE OF THE POSSIBILITY OF ANY SUCH LOSSES ARISING.

12. Indemnification

12.1 To the maximum extent permitted by law, you agree to defend, indemnify and hold harmless Google, its affiliates and their respective directors, officers, employees and agents from and against any and all claims, actions, suits or proceedings, as well as any and all losses, liabilities, damages, costs and expenses (including reasonable attorneys窶・fees) arising out of or accruing from (a) your use of the SDK, (b) any application you develop on the SDK that infringes any Intellectual Property Rights of any person or defames any person or violates their rights of publicity or privacy, and (c) any non-compliance by you of the License Agreement.

13. Changes to the License Agreement

13.1 Google may make changes to the License Agreement as it distributes new versions of the SDK. When these changes are made, Google will make a new version of the License Agreement available on the website where the SDK is made available.

14. General Legal Terms

14.1 The License Agreement constitutes the whole legal agreement between you and Google and governs your use of the SDK (excluding any services which Google may provide to you under a separate written agreement), and completely replaces any prior agreements between you and Google in relation to the SDK.

14.2 You agree that if Google does not exercise or enforce any legal right or remedy which is contained in the License Agreement (or which Google has the benefit of under any applicable law), this will not be taken to be a formal waiver of Google's rights and that those rights or remedies will still be available to Google.

14.3 If any court of law, having the jurisdiction to decide on this matter, rules that any provision of the License Agreement is invalid, then that provision will be removed from the License Agreement without affecting the rest of the License Agreement. The remaining provisions of the License Agreement will continue to be valid and enforceable.

14.4 You acknowledge and agree that each member of the group of companies of which Google is the parent shall be third party beneficiaries to the License Agreement and that such other companies shall be entitled to directly enforce, and rely upon, any provision of the License Agreement that confers a benefit on (or rights in favor of) them. Other than this, no other person or company shall be third party beneficiaries to the License Agreement.

14.5 EXPORT RESTRICTIONS. THE SDK IS SUBJECT TO UNITED STATES EXPORT LAWS AND REGULATIONS. YOU MUST COMPLY WITH ALL DOMESTIC AND INTERNATIONAL EXPORT LAWS AND REGULATIONS THAT APPLY TO THE SDK. THESE LAWS INCLUDE RESTRICTIONS ON DESTINATIONS, END USERS AND END USE.

14.6 The License Agreement may not be assigned or transferred by you without the prior written approval of Google, and any attempted assignment without such approval will be void. You shall not delegate your responsibilities or obligations under the License Agreement without the prior written approval of Google.

14.7 The License Agreement, and your relationship with Google under the License Agreement, shall be governed by the laws of the State of California without regard to its conflict of laws provisions. You and Google agree to submit to the exclusive jurisdiction of the courts located within the county of Santa Clara, California to resolve any legal matter arising from the License Agreement. Notwithstanding this, you agree that Google shall still be allowed to apply for injunctive remedies (or an equivalent type of urgent legal relief) in any jurisdiction.

    </sdk:license>

    <!-- ADD-ONS ....................... -->

    <!-- EXTRAS VENDOR=ANDROID ........................ -->

    <sdk:extra>
        <!-- Generated at Wed Mar 26 14:33:11 2014 from git_klp-ub-dev @ 1092157 -->
        <sdk:revision>
            <sdk:major>19</sdk:major>
            <sdk:minor>1</sdk:minor>
            <sdk:micro>0</sdk:micro>
        </sdk:revision>
        <sdk:vendor-display>Android</sdk:vendor-display>
        <sdk:vendor-id>android</sdk:vendor-id>
        <sdk:name-display>Android Support Library</sdk:name-display>
        <sdk:path>support</sdk:path>
        <sdk:old-paths>compatibility</sdk:old-paths>
        <sdk:archives>
            <sdk:archive arch="any" os="any">
                <sdk:size>5138974</sdk:size>
                <sdk:checksum type="sha1">9d881bfc3137f2e416c94eb7509af94ea007e074</sdk:checksum>
                <sdk:url>support_r19.1.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:extra>

</sdk:sdk-addon>
</pre>
<h4>https://dl-ssl.google.com/glass/gdk/addon.xml</h4>
<pre class="brush: xml; first-line: 1;" >
<?xml version="1.0" encoding="UTF-8"?>
<!--
 * Copyright (C) 2013 The Android Open Source Project
 *
 * Licensed under the Apache License, version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
-->
<sdk:sdk-addon xmlns:sdk="http://schemas.android.com/sdk/android/addon/5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

    <sdk:license id="google-gdk-license" type="text">This is a Developer Preview of the GDK that is subject to change.

Terms and Conditions

This is the Glass Development Kit License Agreement.

1. Introduction

1.1 The Glass Development Kit (referred to in this License Agreement as the "GDK" and specifically including the Android system files, packaged APIs, and GDK library files, if and when they are made available) is licensed to you subject to the terms of this License Agreement. This License Agreement forms a legally binding contract between you and Google in relation to your use of the GDK.

1.2 &quot;Glass&quot; means Glass devices and the Glass software stack for use on Glass devices.

1.3 &quot;Android&quot; means the Android software stack for devices, as made available under the Android Open Source Project, which is located at the following URL: http://source.android.com/, as updated from time to time.

1.4 &quot;Google&quot; means Google Inc., a Delaware corporation with principal place of business at 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States.

2. Accepting this License Agreement

2.1 In order to use the GDK, you must first agree to this License Agreement. You may not use the GDK if you do not accept this License Agreement.

2.2 By clicking to accept, you hereby agree to the terms of this License Agreement.

2.3 You may not use the GDK and may not accept the License Agreement if you are a person barred from receiving the GDK under the laws of the United States or other countries including the country in which you are resident or from which you use the GDK.

2.4 If you are agreeing to be bound by this License Agreement on behalf of your employer or other entity, you represent and warrant that you have full legal authority to bind your employer or such entity to this License Agreement. If you do not have the requisite authority, you may not accept the License Agreement or use the GDK on behalf of your employer or other entity.

3. GDK License from Google

3.1 Subject to the terms of this License Agreement, Google grants you a limited, worldwide, royalty-free, non-assignable and non-exclusive license to use the GDK solely to develop applications to run on the Glass platform for Glass devices.

3.2 You agree that Google or third parties own all legal right, title and interest in and to the GDK, including any Intellectual Property Rights that subsist in the GDK. &quot;Intellectual Property Rights&quot; means any and all rights under patent law, copyright law, trade secret law, trademark law, and any and all other proprietary rights. Google reserves all rights not expressly granted to you.

3.3 You may not use the GDK for any purpose not expressly permitted by this License Agreement.  Except to the extent required by applicable third party licenses, you may not: (a) copy (except for backup purposes), modify, adapt, redistribute, decompile, reverse engineer, disassemble, or create derivative works of the GDK or any part of the GDK; or (b) load any part of the GDK onto a mobile handset or wearable computing device or any other hardware device except a Glass device personal computer, combine any part of the GDK with other software, or distribute any software or device incorporating a part of the GDK.

3.4 You agree that you will not take any actions that may cause or result in the fragmentation of Glass, including but not limited to distributing, participating in the creation of, or promoting in any way a software development kit derived from the GDK.

3.5 Use, reproduction and distribution of components of the GDK licensed under an open source software license are governed solely by the terms of that open source software license and not this License Agreement.

3.6 You agree that the form and nature of the GDK that Google provides may change without prior notice to you and that future versions of the GDK may be incompatible with applications developed on previous versions of the GDK. You agree that Google may stop (permanently or temporarily) providing the GDK (or any features within the GDK) to you or to users generally at Google's sole discretion, without prior notice to you.

3.7 Nothing in this License Agreement gives you a right to use any of Google's trade names, trademarks, service marks, logos, domain names, or other distinctive brand features.

3.8 You agree that you will not remove, obscure, or alter any proprietary rights notices (including copyright and trademark notices) that may be affixed to or contained within the GDK.

3.9 Your use of any Android system files, packaged APIs, or other components of the GDK which are part of the Android Software Development Kit is subject to the terms of the Android Software Development Kit License Agreement located at http://developer.android.com/sdk/terms.html. These terms are hereby incorporated by reference into this License Agreement.

4. Use of the GDK by You

4.1 Google agrees that it obtains no right, title or interest from you (or your licensors) under this License Agreement in or to any software applications that you develop using the GDK, including any intellectual property rights that subsist in those applications.

4.2 You agree to use the GDK and write applications only for purposes that are permitted by (a) this License Agreement, (b) the Glass Platform Developer Policies (located at https://developers.google.com/glass/policies, and hereby incorporated into this License Agreement by reference), and (c) any applicable law, regulation or generally accepted practices or guidelines in the relevant jurisdictions (including any laws regarding the export of data or software to and from the United States or other relevant countries).

4.3 You agree that if you use the GDK to develop applications for general public users, you will protect the privacy and legal rights of those users. If the users provide you with user names, passwords, or other login information or personal information, you must make the users aware that the information will be available to your application, and you must provide legally adequate privacy notice and protection for those users. If your application stores personal or sensitive information provided by users, it must do so securely. If the user provides your application with Google Account information, your application may only use that information to access the user's Google Account when, and for the limited purposes for which, the user has given you permission to do so.

4.4 You agree that you will not engage in any activity with the GDK, including the development or distribution of an application, that interferes with, disrupts, damages, or accesses in an unauthorized manner the servers, networks, or other properties or services of any third party including, but not limited to, Google.

4.5 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any data, content, or resources that you create, transmit or display through Glass and/or applications for Glass, and for the consequences of your actions (including any loss or damage which Google may suffer) by doing so.

4.6 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any breach of your obligations under this License Agreement, any applicable third party contract or Terms of Service, or any applicable law or regulation, and for the consequences (including any loss or damage which Google or any third party may suffer) of any such breach.

4.7 The GDK is in development, and your testing and feedback are an important part of the development process. By using the GDK, you acknowledge that implementation of some features are still under development and that you should not rely on the GDK, Glass devices, Glass system software, Google Mirror API, or Glass services having the full functionality of a stable release.

5. Your Developer Credentials

5.1 You agree that you are responsible for maintaining the confidentiality of any developer credentials that may be issued to you by Google or which you may choose yourself and that you will be solely responsible for all applications that are developed under your developer credentials.

6. Privacy and Information

6.1 In order to continually innovate and improve the GDK, Google may collect certain usage statistics from the software including but not limited to a unique identifier, associated IP address, version number of the software, and information on which tools and/or services in the GDK are being used and how they are being used. Before any of this information is collected, the GDK will notify you and seek your consent. If you withhold consent, the information will not be collected.

6.2 The data collected is examined in the aggregate to improve the GDK and is maintained in accordance with Google's Privacy Policy.

7. Third Party Applications

7.1 If you use the GDK to run applications developed by a third party or that access data, content or resources provided by a third party, you agree that Google is not responsible for those applications, data, content, or resources. You understand that all data, content or resources which you may access through such third party applications are the sole responsibility of the person from which they originated and that Google is not liable for any loss or damage that you may experience as a result of the use or access of any of those third party applications, data, content, or resources.

7.2 You should be aware the data, content, and resources presented to you through such a third party application may be protected by intellectual property rights which are owned by the providers (or by other persons or companies on their behalf). You may not modify, rent, lease, loan, sell, distribute or create derivative works based on these data, content, or resources (either in whole or in part) unless you have been specifically given permission to do so by the relevant owners.

7.3 You acknowledge that your use of such third party applications, data, content, or resources may be subject to separate terms between you and the relevant third party. In that case, this License Agreement does not affect your legal relationship with these third parties.

8. Using Google APIs

8.1 Google APIs

8.1.1 If you use any API to retrieve data from Google, you acknowledge that the data may be protected by intellectual property rights which are owned by Google or those parties that provide the data (or by other persons or companies on their behalf). Your use of any such API may be subject to additional Terms of Service. You may not modify, rent, lease, loan, sell, distribute or create derivative works based on this data (either in whole or in part) unless allowed by the relevant Terms of Service.

8.1.2 If you use any API to retrieve a user's data from Google, you acknowledge and agree that you shall retrieve data only with the user's explicit consent and only when, and for the limited purposes for which, the user has given you permission to do so.

9. Terminating this License Agreement

9.1 This License Agreement will continue to apply until terminated by either you or Google as set out below.

9.2 If you want to terminate this License Agreement, you may do so by ceasing your use of the GDK and any relevant developer credentials.

9.3 Google may at any time, terminate this License Agreement with you if:
(A) you have breached any provision of this License Agreement; or
(B) Google is required to do so by law; or
(C) the partner with whom Google offered certain parts of GDK (such as APIs) to you has terminated its relationship with Google or ceased to offer certain parts of the GDK to you; or
(D) Google decides to no longer provide the GDK or certain parts of the GDK to users in the country in which you are resident or from which you use the service, or the provision of the GDK or certain GDK services to you by Google is, in Google's sole discretion, no longer commercially viable.

9.4 When this License Agreement comes to an end, all of the legal rights, obligations and liabilities that you and Google have benefited from, been subject to (or which have accrued over time whilst this License Agreement has been in force) or which are expressed to continue indefinitely, shall be unaffected by this cessation, and the provisions of paragraph 14.7 shall continue to apply to such rights, obligations and liabilities indefinitely.

10. DISCLAIMER OF WARRANTIES

10.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT YOUR USE OF THE GDK IS AT YOUR SOLE RISK AND THAT THE GDK IS PROVIDED &quot;AS IS&quot; AND &quot;AS AVAILABLE&quot; WITHOUT WARRANTY OF ANY KIND FROM GOOGLE.

10.2 YOUR USE OF THE GDK AND ANY MATERIAL DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE USE OF THE GDK IS AT YOUR OWN DISCRETION AND RISK AND YOU ARE SOLELY RESPONSIBLE FOR ANY DAMAGE TO YOUR COMPUTER SYSTEM OR OTHER DEVICE OR LOSS OF DATA THAT RESULTS FROM SUCH USE.

10.3 GOOGLE FURTHER EXPRESSLY DISCLAIMS ALL WARRANTIES AND CONDITIONS OF ANY KIND, WHETHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.

11. LIMITATION OF LIABILITY

11.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT GOOGLE, ITS SUBSIDIARIES AND AFFILIATES, AND ITS LICENSORS SHALL NOT BE LIABLE TO YOU UNDER ANY THEORY OF LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL OR EXEMPLARY DAMAGES THAT MAY BE INCURRED BY YOU, INCLUDING ANY LOSS OF DATA, WHETHER OR NOT GOOGLE OR ITS REPRESENTATIVES HAVE BEEN ADVISED OF OR SHOULD HAVE BEEN AWARE OF THE POSSIBILITY OF ANY SUCH LOSSES ARISING.

12. Indemnification

12.1 To the maximum extent permitted by law, you agree to defend, indemnify and hold harmless Google, its affiliates and their respective directors, officers, employees and agents from and against any and all claims, actions, suits or proceedings, as well as any and all losses, liabilities, damages, costs and expenses (including reasonable attorneys fees) arising out of or accruing from (a) your use of the GDK, (b) any application you develop on the GDK that infringes any copyright, trademark, trade secret, trade dress, patent or other intellectual property right of any person or defames any person or violates their rights of publicity or privacy, and (c) any non-compliance by you with this License Agreement.

13. Changes to the License Agreement

13.1 Google may make changes to the License Agreement as it distributes new versions of the GDK. When these changes are made, Google will make a new version of the License Agreement available on the website where the GDK is made available.

14. General Legal Terms

14.1 This License Agreement constitutes the whole legal agreement between you and Google and governs your use of the GDK (excluding any services which Google may provide to you under a separate written agreement), and completely replaces any prior agreements between you and Google in relation to the GDK.

14.2 You agree that if Google does not exercise or enforce any legal right or remedy which is contained in this License Agreement (or which Google has the benefit of under any applicable law), this will not be taken to be a formal waiver of Google's rights and that those rights or remedies will still be available to Google.

14.3 If any court of law, having the jurisdiction to decide on this matter, rules that any provision of this License Agreement is invalid, then that provision will be removed from this License Agreement without affecting the rest of this License Agreement. The remaining provisions of this License Agreement will continue to be valid and enforceable.

14.4 You acknowledge and agree that each member of the group of companies of which Google is the parent shall be third party beneficiaries to this License Agreement and that such other companies shall be entitled to directly enforce, and rely upon, any provision of this License Agreement that confers a benefit on (or rights in favor of) them. Other than this, no other person or company shall be third party beneficiaries to this License Agreement.

14.5 EXPORT RESTRICTIONS. THE GDK IS SUBJECT TO UNITED STATES EXPORT LAWS AND REGULATIONS. YOU MUST COMPLY WITH ALL DOMESTIC AND INTERNATIONAL EXPORT LAWS AND REGULATIONS THAT APPLY TO THE GDK. THESE LAWS INCLUDE RESTRICTIONS ON DESTINATIONS, END USERS AND END USE.

14.6 The rights granted in this License Agreement may not be assigned or transferred by either you or Google without the prior written approval of the other party. Neither you nor Google shall be permitted to delegate their responsibilities or obligations under this License Agreement without the prior written approval of the other party.

14.7 This License Agreement, and your relationship with Google under this License Agreement, shall be governed by the laws of the State of California without regard to its conflict of laws provisions. You and Google agree to submit to the exclusive jurisdiction of the courts located within the county of Santa Clara, California to resolve any legal matter arising from this License Agreement. Notwithstanding this, you agree that Google shall still be allowed to apply for injunctive remedies (or an equivalent type of urgent legal relief) in any jurisdiction.

November 19, 2013
    </sdk:license>

    <!-- GLASS ADDONS ............. -->

    <sdk:add-on>
        <sdk:vendor-id>google</sdk:vendor-id>
        <sdk:vendor-display>Google Inc.</sdk:vendor-display>
        <sdk:name-id>google_gdk</sdk:name-id>
        <sdk:name-display>Glass Development Kit Preview</sdk:name-display>
        <sdk:api-level>19</sdk:api-level>
        <sdk:revision>8</sdk:revision>
        <sdk:description>Preview of the Glass Development Kit</sdk:description>
        <sdk:desc-url>https://developers.google.com/glass/develop/gdk/</sdk:desc-url>
        <sdk:uses-license ref="google-gdk-license"/>
        <sdk:archives>
            <sdk:archive os="any">
                <sdk:size>463611</sdk:size>
                <sdk:checksum type="sha1">66791884771f671dcedc9bc2ab09193333923adb</sdk:checksum>
                <sdk:url>https://dl-ssl.google.com/glass/xe18.3/google-gdk.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>

        <sdk:libs>
            <sdk:lib>
                <sdk:name>com.google.android.glass</sdk:name>
                <sdk:description>APIs for Glass Development Kit Preview</sdk:description>
            </sdk:lib>
        </sdk:libs>

    </sdk:add-on>

</sdk:sdk-addon>
</pre>
<h4>https://dl-ssl.google.com/android/repository/extras/intel/addon.xml</h4>
<pre class="brush: xml; first-line: 1;" >
<?xml version="1.0" encoding="UTF-8"?>
<!--
 * Copyright (C) 2010 The Android Open Source Project
 *
 * Licensed under the Apache License, version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
-->
<sdk:sdk-addon xmlns:sdk="http://schemas.android.com/sdk/android/addon/5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<sdk:extra>
    <sdk:vendor-id>intel</sdk:vendor-id>
    <sdk:vendor-display>Intel Corporation</sdk:vendor-display>
    <sdk:name-display>Intel x86 Emulator Accelerator (HAXM installer)</sdk:name-display>
    <sdk:path>Hardware_Accelerated_Execution_Manager</sdk:path>
    <sdk:revision>4</sdk:revision>
    <sdk:description>Emulation speedup using Intelﾂｮ VT processor technology. Read more at www.intel.com/software/android</sdk:description>
    <sdk:desc-url>http://software.intel.com/</sdk:desc-url>
    <sdk:uses-license ref="intel-android-extra-license"/>

    <sdk:archives>
        <sdk:archive os="windows">
            <sdk:size>2028228</sdk:size>
            <sdk:checksum type="sha1">cc72b38962fc53823f969d4fb9155f9efa3558b8</sdk:checksum>
            <sdk:url>haxm-windows_r04.zip</sdk:url>
        </sdk:archive>
        <sdk:archive os="macosx">
            <sdk:size>251211</sdk:size>
            <sdk:checksum type="sha1">e3d68c7d59f0f8b289cdc38e203d0952917bf2cb</sdk:checksum>
            <sdk:url>haxm-macosx_r04.zip</sdk:url>
        </sdk:archive>
    </sdk:archives>
</sdk:extra>

<sdk:license type="text" id="intel-android-extra-license">
<![CDATA[
Intel (R) Hardware Accelerated Execution Manager
End-User License Agreement

Copyright (c) 2012 Intel Corporation.
All rights reserved.

Redistribution. Redistribution and use in binary form, without modification, are permitted provided that the following conditions are met:

1.Redistributions must reproduce the above copyright notice and the following disclaimer in the  documentation and/or other materials provided with the distribution.

2.Neither the name of Intel Corporation nor the names of its suppliers may be used to endorse or promote  products derived from this software without specific prior written permission.

3.No reverse engineering, de-compilation, or disassembly of this software is permitted. Limited patent license. Intel Corporation grants a world-wide, royalty-free, non-exclusive license under  patents it now or hereafter owns or controls to make, have made, use, import, offer to sell and sell ("Utilize") this software, but solely to the extent that any such patent is necessary to Utilize the  software alone. The patent license shall not apply to any combinations which include this software. No  hardware per se is licensed hereunder.

DISCLAIMER.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR  IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY  DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,  PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE  POSSIBILITY OF SUCH DAMAGE.
]]&gt;
</sdk:license>
</sdk:sdk-addon>
</pre>
<h4>https://dl-ssl.google.com/android/repository/sys-img/android/sys-img.xml</h4>
<pre class="brush: xml; first-line: 1;" >
<!--
* Copyright (C) 2012 The Android Open Source Project
*
* Licensed under the Apache License, version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
-->
<sdk:sdk-sys-img xmlns:sdk="http://schemas.android.com/sdk/android/sys-img/3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

    <sdk:license id="android-sdk-license" type="text">To get started with the Android SDK, you must agree to the following terms and conditions.

This is the Android SDK License Agreement (the &quot;License Agreement&quot;).

1. Introduction

1.1 The Android SDK (referred to in the License Agreement as the &quot;SDK&quot; and specifically including the Android system files, packaged APIs, and SDK library files and tools , if and when they are made available) is licensed to you subject to the terms of the License Agreement. The License Agreement forms a legally binding contract between you and Google in relation to your use of the SDK.

1.2 &quot;Android&quot; means the Android software stack for devices, as made available under the Android Open Source Project, which is located at the following URL: http://source.android.com/, as updated from time to time.

1.3 &quot;Google&quot; means Google Inc., a Delaware corporation with principal place of business at 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States.

2. Accepting the License Agreement

2.1 In order to use the SDK, you must first agree to the License Agreement. You may not use the SDK if you do not accept the License Agreement.

2.2 By clicking to accept and/or using the SDK, you hereby agree to the terms of the License Agreement.

2.3 You may not use the SDK and may not accept the License Agreement if you are a person barred from receiving the SDK under the laws of the United States or other countries including the country in which you are resident or from which you use the SDK.

2.4 If you will use the SDK internally within your company or organization you agree to be bound by the License Agreement on behalf of your employer or other entity, and you represent and warrant that you have full legal authority to bind your employer or such entity to the License Agreement. If you do not have the requisite authority, you may not accept the License Agreement or use the SDK on behalf of your employer or other entity.

3. SDK License from Google

3.1 Subject to the terms of the License Agreement, Google grants you a royalty-free, non-assignable, non-exclusive, non-sublicensable, limited, revocable license to use the SDK, personally or internally within your company or organization, solely to develop and distribute applications to run on the Android platform.

3.2 You agree that Google or third parties own all legal right, title and interest in and to the SDK, including any Intellectual Property Rights that subsist in the SDK. &quot;Intellectual Property Rights&quot; means any and all rights under patent law, copyright law, trade secret law, trademark law, and any and all other proprietary rights. Google reserves all rights not expressly granted to you.

3.3 You may not use the SDK for any purpose not expressly permitted by the License Agreement. Except to the extent required by applicable third party licenses, you may not: (a) copy (except for backup purposes), modify, adapt, redistribute, decompile, reverse engineer, disassemble, or create derivative works of the SDK or any part of the SDK; or (b) load any part of the SDK onto a mobile handset or any other hardware device except a personal computer, combine any part of the SDK with other software, or distribute any software or device incorporating a part of the SDK.

3.4 You agree that you will not take any actions that may cause or result in the fragmentation of Android, including but not limited to distributing, participating in the creation of, or promoting in any way a software development kit derived from the SDK.

3.5 Use, reproduction and distribution of components of the SDK licensed under an open source software license are governed solely by the terms of that open source software license and not the License Agreement. You agree to remain a licensee in good standing in regard to such open source software licenses under all the rights granted and to refrain from any actions that may terminate, suspend, or breach such rights.

3.6 You agree that the form and nature of the SDK that Google provides may change without prior notice to you and that future versions of the SDK may be incompatible with applications developed on previous versions of the SDK. You agree that Google may stop (permanently or temporarily) providing the SDK (or any features within the SDK) to you or to users generally at Google's sole discretion, without prior notice to you.

3.7 Nothing in the License Agreement gives you a right to use any of Google's trade names, trademarks, service marks, logos, domain names, or other distinctive brand features.

3.8 You agree that you will not remove, obscure, or alter any proprietary rights notices (including copyright and trademark notices) that may be affixed to or contained within the SDK.

4. Use of the SDK by You

4.1 Google agrees that nothing in the License Agreement gives Google any right, title or interest from you (or your licensors) under the License Agreement in or to any software applications that you develop using the SDK, including any intellectual property rights that subsist in those applications.

4.2 You agree to use the SDK and write applications only for purposes that are permitted by (a) the License Agreement, and (b) any applicable law, regulation or generally accepted practices or guidelines in the relevant jurisdictions (including any laws regarding the export of data or software to and from the United States or other relevant countries).

4.3 You agree that if you use the SDK to develop applications, you will protect the privacy and legal rights of users. If users provide you with user names, passwords, or other login information or personal information, you must make the users aware that the information will be available to your application, and you must provide legally adequate privacy notice and protection for those users. If your application stores personal or sensitive information provided by users, it must do so securely. If users provide you with Google Account information, your application may only use that information to access the user's Google Account when, and for the limited purposes for which, each user has given you permission to do so.

4.4 You agree that you will not engage in any activity with the SDK, including the development or distribution of an application, that interferes with, disrupts, damages, or accesses in an unauthorized manner the servers, networks, or other properties or services of Google or any third party.

4.5 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any data, content, or resources that you create, transmit or display through Android and/or applications for Android, and for the consequences of your actions (including any loss or damage which Google may suffer) by doing so.

4.6 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any breach of your obligations under the License Agreement, any applicable third party contract or Terms of Service, or any applicable law or regulation, and for the consequences (including any loss or damage which Google or any third party may suffer) of any such breach.

5. Your Developer Credentials

5.1 You agree that you are responsible for maintaining the confidentiality of any developer credentials that may be issued to you by Google or which you may choose yourself and that you will be solely responsible for all applications that are developed under your developer credentials.

6. Privacy and Information

6.1 In order to continually innovate and improve the SDK, Google may collect certain usage statistics from the software including but not limited to a unique identifier, associated IP address, version number of the software, and information on which tools and/or services in the SDK are being used and how they are being used. Before any of this information is collected, the SDK will notify you and seek your consent. If you withhold consent, the information will not be collected.

6.2 The data collected is examined in the aggregate to improve the SDK and is maintained in accordance with Google's Privacy Policy located at http://www.google.com/policies/privacy/.

7. Third Party Applications

7.1 If you use the SDK to run applications developed by a third party or that access data, content or resources provided by a third party, you agree that Google is not responsible for those applications, data, content, or resources. You understand that all data, content or resources which you may access through such third party applications are the sole responsibility of the person from which they originated and that Google is not liable for any loss or damage that you may experience as a result of the use or access of any of those third party applications, data, content, or resources.

7.2 You should be aware the data, content, and resources presented to you through such a third party application may be protected by intellectual property rights which are owned by the providers (or by other persons or companies on their behalf). You may not modify, rent, lease, loan, sell, distribute or create derivative works based on these data, content, or resources (either in whole or in part) unless you have been specifically given permission to do so by the relevant owners.

7.3 You acknowledge that your use of such third party applications, data, content, or resources may be subject to separate terms between you and the relevant third party.

8. Using Google APIs

8.1 Google APIs

8.1.1 If you use any API to retrieve data from Google, you acknowledge that the data may be protected by intellectual property rights which are owned by Google or those parties that provide the data (or by other persons or companies on their behalf). Your use of any such API may be subject to additional Terms of Service. You may not modify, rent, lease, loan, sell, distribute or create derivative works based on this data (either in whole or in part) unless allowed by the relevant Terms of Service.

8.1.2 If you use any API to retrieve a user's data from Google, you acknowledge and agree that you shall retrieve data only with the user's explicit consent and only when, and for the limited purposes for which, the user has given you permission to do so.

9. Terminating the License Agreement

9.1 The License Agreement will continue to apply until terminated by either you or Google as set out below.

9.2 If you want to terminate the License Agreement, you may do so by ceasing your use of the SDK and any relevant developer credentials.

9.3 Google may at any time, terminate the License Agreement, with or without cause, upon notice to you.

9.4 The License Agreement will automatically terminate without notice or other action when Google ceases to provide the SDK or certain parts of the SDK to users in the country in which you are resident or from which you use the service.

9.5 When the License Agreement is terminated, the license granted to you in the License Agreement will terminate, you will immediately cease all use of the SDK, and the provisions of paragraphs 10, 11, 12 and 14 shall survive indefinitely.

10. DISCLAIMERS

10.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT YOUR USE OF THE SDK IS AT YOUR SOLE RISK AND THAT THE SDK IS PROVIDED &quot;AS IS&quot; AND &quot;AS AVAILABLE&quot; WITHOUT WARRANTY OF ANY KIND FROM GOOGLE.

10.2 YOUR USE OF THE SDK AND ANY MATERIAL DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE USE OF THE SDK IS AT YOUR OWN DISCRETION AND RISK AND YOU ARE SOLELY RESPONSIBLE FOR ANY DAMAGE TO YOUR COMPUTER SYSTEM OR OTHER DEVICE OR LOSS OF DATA THAT RESULTS FROM SUCH USE. WITHOUT LIMITING THE FOREGOING, YOU UNDERSTAND THAT THE SDK MAY CONTAIN ERRORS, DEFECTS AND SECURITY VULNERABILITIES THAT CAN RESULT IN SIGNIFICANT DAMAGE, INCLUDING THE COMPLETE, IRRECOVERABLE LOSS OF USE OF YOUR COMPUTER SYSTEM OR OTHER DEVICE.

10.3 GOOGLE FURTHER EXPRESSLY DISCLAIMS ALL WARRANTIES AND CONDITIONS OF ANY KIND, WHETHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.

11. LIMITATION OF LIABILITY

11.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT GOOGLE, ITS SUBSIDIARIES AND AFFILIATES, AND ITS LICENSORS SHALL NOT BE LIABLE TO YOU UNDER ANY THEORY OF LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL OR EXEMPLARY DAMAGES THAT MAY BE INCURRED BY YOU, INCLUDING ANY LOSS OF DATA, WHETHER OR NOT GOOGLE OR ITS REPRESENTATIVES HAVE BEEN ADVISED OF OR SHOULD HAVE BEEN AWARE OF THE POSSIBILITY OF ANY SUCH LOSSES ARISING.

12. Indemnification

12.1 To the maximum extent permitted by law, you agree to defend, indemnify and hold harmless Google, its affiliates and their respective directors, officers, employees and agents from and against any and all claims, actions, suits or proceedings, as well as any and all losses, liabilities, damages, costs and expenses (including reasonable attorneys’ fees) arising out of or accruing from (a) your use of the SDK, (b) any application you develop on the SDK that infringes any Intellectual Property Rights of any person or defames any person or violates their rights of publicity or privacy, and (c) any non-compliance by you of the License Agreement.

13. Changes to the License Agreement

13.1 Google may make changes to the License Agreement as it distributes new versions of the SDK. When these changes are made, Google will make a new version of the License Agreement available on the website where the SDK is made available.

14. General Legal Terms

14.1 The License Agreement constitutes the whole legal agreement between you and Google and governs your use of the SDK (excluding any services which Google may provide to you under a separate written agreement), and completely replaces any prior agreements between you and Google in relation to the SDK.

14.2 You agree that if Google does not exercise or enforce any legal right or remedy which is contained in the License Agreement (or which Google has the benefit of under any applicable law), this will not be taken to be a formal waiver of Google's rights and that those rights or remedies will still be available to Google.

14.3 If any court of law, having the jurisdiction to decide on this matter, rules that any provision of the License Agreement is invalid, then that provision will be removed from the License Agreement without affecting the rest of the License Agreement. The remaining provisions of the License Agreement will continue to be valid and enforceable.

14.4 You acknowledge and agree that each member of the group of companies of which Google is the parent shall be third party beneficiaries to the License Agreement and that such other companies shall be entitled to directly enforce, and rely upon, any provision of the License Agreement that confers a benefit on (or rights in favor of) them. Other than this, no other person or company shall be third party beneficiaries to the License Agreement.

14.5 EXPORT RESTRICTIONS. THE SDK IS SUBJECT TO UNITED STATES EXPORT LAWS AND REGULATIONS. YOU MUST COMPLY WITH ALL DOMESTIC AND INTERNATIONAL EXPORT LAWS AND REGULATIONS THAT APPLY TO THE SDK. THESE LAWS INCLUDE RESTRICTIONS ON DESTINATIONS, END USERS AND END USE.

14.6 The License Agreement may not be assigned or transferred by you without the prior written approval of Google, and any attempted assignment without such approval will be void. You shall not delegate your responsibilities or obligations under the License Agreement without the prior written approval of Google.

14.7 The License Agreement, and your relationship with Google under the License Agreement, shall be governed by the laws of the State of California without regard to its conflict of laws provisions. You and Google agree to submit to the exclusive jurisdiction of the courts located within the county of Santa Clara, California to resolve any legal matter arising from the License Agreement. Notwithstanding this, you agree that Google shall still be allowed to apply for injunctive remedies (or an equivalent type of urgent legal relief) in any jurisdiction.

June 2014.
    </sdk:license>

    <sdk:license id="android-sdk-preview-license" type="text">To get started with the Android SDK Preview, you must agree to the following terms and conditions.
As described below, please note that this is a preview version of the Android SDK, subject to change, that you use at your own risk.  The Android SDK Preview is not a stable release, and may contain errors and defects that can result in serious damage to your computer systems, devices and data.

This is the Android SDK Preview License Agreement (the &quot;License Agreement&quot;).

1. Introduction

1.1 The Android SDK Preview (referred to in the License Agreement as the “Preview” and specifically including the Android system files, packaged APIs, and Preview library files, if and when they are made available) is licensed to you subject to the terms of the License Agreement. The License Agreement forms a legally binding contract between you and Google in relation to your use of the Preview.

1.2 &quot;Android&quot; means the Android software stack for devices, as made available under the Android Open Source Project, which is located at the following URL: http://source.android.com/, as updated from time to time.

1.3 &quot;Google&quot; means Google Inc., a Delaware corporation with principal place of business at 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States.

2. Accepting the License Agreement

2.1 In order to use the Preview, you must first agree to the License Agreement. You may not use the Preview if you do not accept the License Agreement.

2.2 By clicking to accept and/or using the Preview, you hereby agree to the terms of the License Agreement.

2.3 You may not use the Preview and may not accept the License Agreement if you are a person barred from receiving the Preview under the laws of the United States or other countries including the country in which you are resident or from which you use the Preview.

2.4 If you will use the Preview internally within your company or organization you agree to be bound by the License Agreement on behalf of your employer or other entity, and you represent and warrant that you have full legal authority to bind your employer or such entity to the License Agreement. If you do not have the requisite authority, you may not accept the License Agreement or use the Preview on behalf of your employer or other entity.

3. Preview License from Google

3.1 Subject to the terms of the License Agreement, Google grants you a royalty-free, non-assignable, non-exclusive, non-sublicensable, limited, revocable license to use the Preview, personally or internally within your company or organization, solely to develop applications to run on the Android platform.

3.2 You agree that Google or third parties owns all legal right, title and interest in and to the Preview, including any Intellectual Property Rights that subsist in the Preview. &quot;Intellectual Property Rights&quot; means any and all rights under patent law, copyright law, trade secret law, trademark law, and any and all other proprietary rights. Google reserves all rights not expressly granted to you.

3.3 You may not use the Preview for any purpose not expressly permitted by the License Agreement. Except to the extent required by applicable third party licenses, you may not: (a) copy (except for backup purposes), modify, adapt, redistribute, decompile, reverse engineer, disassemble, or create derivative works of the Preview or any part of the Preview; or (b) load any part of the Preview onto a mobile handset or any other hardware device except a personal computer, combine any part of the Preview with other software, or distribute any software or device incorporating a part of the Preview.

3.4 You agree that you will not take any actions that may cause or result in the fragmentation of Android, including but not limited to distributing, participating in the creation of, or promoting in any way a software development kit derived from the Preview.

3.5 Use, reproduction and distribution of components of the Preview licensed under an open source software license are governed solely by the terms of that open source software license and not the License Agreement. You agree to remain a licensee in good standing in regard to such open source software licenses under all the rights granted and to refrain from any actions that may terminate, suspend, or breach such rights.

3.6 You agree that the form and nature of the Preview that Google provides may change without prior notice to you and that future versions of the Preview may be incompatible with applications developed on previous versions of the Preview. You agree that Google may stop (permanently or temporarily) providing the Preview (or any features within the Preview) to you or to users generally at Google's sole discretion, without prior notice to you.

3.7 Nothing in the License Agreement gives you a right to use any of Google's trade names, trademarks, service marks, logos, domain names, or other distinctive brand features.

3.8 You agree that you will not remove, obscure, or alter any proprietary rights notices (including copyright and trademark notices) that may be affixed to or contained within the Preview.

4. Use of the Preview by You

4.1 Google agrees that nothing in the License Agreement gives Google any right, title or interest from you (or your licensors) under the License Agreement in or to any software applications that you develop using the Preview, including any intellectual property rights that subsist in those applications.

4.2 You agree to use the Preview and write applications only for purposes that are permitted by (a) the License Agreement, and (b) any applicable law, regulation or generally accepted practices or guidelines in the relevant jurisdictions (including any laws regarding the export of data or software to and from the United States or other relevant countries).

4.3 You agree that if you use the Preview to develop applications, you will protect the privacy and legal rights of users. If users provide you with user names, passwords, or other login information or personal information, you must make the users aware that the information will be available to your application, and you must provide legally adequate privacy notice and protection for those users. If your application stores personal or sensitive information provided by users, it must do so securely. If users provide you with Google Account information, your application may only use that information to access the user's Google Account when, and for the limited purposes for which, each user has given you permission to do so.

4.4 You agree that you will not engage in any activity with the Preview, including the development or distribution of an application, that interferes with, disrupts, damages, or accesses in an unauthorized manner the servers, networks, or other properties or services of Google or any third party.

4.5 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any data, content, or resources that you create, transmit or display through Android and/or applications for Android, and for the consequences of your actions (including any loss or damage which Google may suffer) by doing so.

4.6 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any breach of your obligations under the License Agreement, any applicable third party contract or Terms of Service, or any applicable law or regulation, and for the consequences (including any loss or damage which Google or any third party may suffer) of any such breach.

4.7 The Preview is in development, and your testing and feedback are an important part of the development process. By using the Preview, you acknowledge that implementation of some features are still under development and that you should not rely on the Preview having the full functionality of a stable release. You agree not to publicly distribute or ship any application using this Preview as this Preview will no longer be supported after the official Android SDK is released.

5. Your Developer Credentials

5.1 You agree that you are responsible for maintaining the confidentiality of any developer credentials that may be issued to you by Google or which you may choose yourself and that you will be solely responsible for all applications that are developed under your developer credentials.

6. Privacy and Information

6.1 In order to continually innovate and improve the Preview, Google may collect certain usage statistics from the software including but not limited to a unique identifier, associated IP address, version number of the software, and information on which tools and/or services in the Preview are being used and how they are being used. Before any of this information is collected, the Preview will notify you and seek your consent. If you withhold consent, the information will not be collected.

6.2 The data collected is examined in the aggregate to improve the Preview and is maintained in accordance with Google's Privacy Policy located at http://www.google.com/policies/privacy/.

7. Third Party Applications

7.1 If you use the Preview to run applications developed by a third party or that access data, content or resources provided by a third party, you agree that Google is not responsible for those applications, data, content, or resources. You understand that all data, content or resources which you may access through such third party applications are the sole responsibility of the person from which they originated and that Google is not liable for any loss or damage that you may experience as a result of the use or access of any of those third party applications, data, content, or resources.

7.2 You should be aware the data, content, and resources presented to you through such a third party application may be protected by intellectual property rights which are owned by the providers (or by other persons or companies on their behalf). You may not modify, rent, lease, loan, sell, distribute or create derivative works based on these data, content, or resources (either in whole or in part) unless you have been specifically given permission to do so by the relevant owners.

7.3 You acknowledge that your use of such third party applications, data, content, or resources may be subject to separate terms between you and the relevant third party.

8. Using Google APIs

8.1 Google APIs

8.1.1 If you use any API to retrieve data from Google, you acknowledge that the data may be protected by intellectual property rights which are owned by Google or those parties that provide the data (or by other persons or companies on their behalf). Your use of any such API may be subject to additional Terms of Service. You may not modify, rent, lease, loan, sell, distribute or create derivative works based on this data (either in whole or in part) unless allowed by the relevant Terms of Service.

8.1.2 If you use any API to retrieve a user's data from Google, you acknowledge and agree that you shall retrieve data only with the user's explicit consent and only when, and for the limited purposes for which, the user has given you permission to do so.

9. Terminating the License Agreement

9.1 the License Agreement will continue to apply until terminated by either you or Google as set out below.

9.2 If you want to terminate the License Agreement, you may do so by ceasing your use of the Preview and any relevant developer credentials.

9.3 Google may at any time, terminate the License Agreement, with or without cause, upon notice to you.

9.4 The License Agreement will automatically terminate without notice or other action upon the earlier of:
(A) when Google ceases to provide the Preview or certain parts of the Preview to users in the country in which you are resident or from which you use the service; and
(B) Google issues a final release version of the Android SDK.

9.5 When the License Agreement is terminated, the license granted to you in the License Agreement will terminate, you will immediately cease all use of the Preview, and the provisions of paragraphs 10, 11, 12 and 14 shall survive indefinitely.

10. DISCLAIMERS

10.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT YOUR USE OF THE PREVIEW IS AT YOUR SOLE RISK AND THAT THE PREVIEW IS PROVIDED &quot;AS IS&quot; AND &quot;AS AVAILABLE&quot; WITHOUT WARRANTY OF ANY KIND FROM GOOGLE.

10.2 YOUR USE OF THE PREVIEW AND ANY MATERIAL DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE USE OF THE PREVIEW IS AT YOUR OWN DISCRETION AND RISK AND YOU ARE SOLELY RESPONSIBLE FOR ANY DAMAGE TO YOUR COMPUTER SYSTEM OR OTHER DEVICE OR LOSS OF DATA THAT RESULTS FROM SUCH USE. WITHOUT LIMITING THE FOREGOING, YOU UNDERSTAND THAT THE PREVIEW IS NOT A STABLE RELEASE AND MAY CONTAIN ERRORS, DEFECTS AND SECURITY VULNERABILITIES THAT CAN RESULT IN SIGNIFICANT DAMAGE, INCLUDING THE COMPLETE, IRRECOVERABLE LOSS OF USE OF YOUR COMPUTER SYSTEM OR OTHER DEVICE.

10.3 GOOGLE FURTHER EXPRESSLY DISCLAIMS ALL WARRANTIES AND CONDITIONS OF ANY KIND, WHETHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.

11. LIMITATION OF LIABILITY

11.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT GOOGLE, ITS SUBSIDIARIES AND AFFILIATES, AND ITS LICENSORS SHALL NOT BE LIABLE TO YOU UNDER ANY THEORY OF LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL OR EXEMPLARY DAMAGES THAT MAY BE INCURRED BY YOU, INCLUDING ANY LOSS OF DATA, WHETHER OR NOT GOOGLE OR ITS REPRESENTATIVES HAVE BEEN ADVISED OF OR SHOULD HAVE BEEN AWARE OF THE POSSIBILITY OF ANY SUCH LOSSES ARISING.

12. Indemnification

12.1 To the maximum extent permitted by law, you agree to defend, indemnify and hold harmless Google, its affiliates and their respective directors, officers, employees and agents from and against any and all claims, actions, suits or proceedings, as well as any and all losses, liabilities, damages, costs and expenses (including reasonable attorneys’ fees) arising out of or accruing from (a) your use of the Preview, (b) any application you develop on the Preview that infringes any Intellectual Property Rights of any person or defames any person or violates their rights of publicity or privacy, and (c) any non-compliance by you of the License Agreement.

13. Changes to the License Agreement

13.1 Google may make changes to the License Agreement as it distributes new versions of the Preview. When these changes are made, Google will make a new version of the License Agreement available on the website where the Preview is made available.

14. General Legal Terms

14.1 the License Agreement constitutes the whole legal agreement between you and Google and governs your use of the Preview (excluding any services which Google may provide to you under a separate written agreement), and completely replaces any prior agreements between you and Google in relation to the Preview.

14.2 You agree that if Google does not exercise or enforce any legal right or remedy which is contained in the License Agreement (or which Google has the benefit of under any applicable law), this will not be taken to be a formal waiver of Google's rights and that those rights or remedies will still be available to Google.

14.3 If any court of law, having the jurisdiction to decide on this matter, rules that any provision of the License Agreement is invalid, then that provision will be removed from the License Agreement without affecting the rest of the License Agreement. The remaining provisions of the License Agreement will continue to be valid and enforceable.

14.4 You acknowledge and agree that each member of the group of companies of which Google is the parent shall be third party beneficiaries to the License Agreement and that such other companies shall be entitled to directly enforce, and rely upon, any provision of the License Agreement that confers a benefit on (or rights in favor of) them. Other than this, no other person or company shall be third party beneficiaries to the License Agreement.

14.5 EXPORT RESTRICTIONS. THE PREVIEW IS SUBJECT TO UNITED STATES EXPORT LAWS AND REGULATIONS. YOU MUST COMPLY WITH ALL DOMESTIC AND INTERNATIONAL EXPORT LAWS AND REGULATIONS THAT APPLY TO THE PREVIEW. THESE LAWS INCLUDE RESTRICTIONS ON DESTINATIONS, END USERS AND END USE.

14.6 The License Agreement may not be assigned or transferred by you without the prior written approval of Google, and any attempted assignment without such approval will be void. You shall not delegate your responsibilities or obligations under the License Agreement without the prior written approval of Google.

14.7 The License Agreement, and your relationship with Google under the License Agreement, shall be governed by the laws of the State of California without regard to its conflict of laws provisions. You and Google agree to submit to the exclusive jurisdiction of the courts located within the county of Santa Clara, California to resolve any legal matter arising from the License Agreement. Notwithstanding this, you agree that Google shall still be allowed to apply for injunctive remedies (or an equivalent type of urgent legal relief) in any jurisdiction.

June 2014.
    </sdk:license>

    <sdk:license id="intel-android-sysimage-license" type="text">
<![CDATA[
Intel Corporation Internal Evaluation License Agreement for x86 Android* System Images for Android Software Development Kit (SDK)
This Internal Evaluation License Agreement (this "Agreement") is entered into by and between Intel and you (as an individual developer or a legal entity -- identified below as Recipient). Intel shall provide the Evaluation Software to Recipient as described in accordance with the Internal Evaluation License Terms and Conditions.

Definitions.
These terms shall have the following meanings:

"Intel" or "INTEL"
Intel Corporation
With an Address of:
2200 Mission College Blvd.
Santa Clara, CA 95052
Office of the General Counsel
Mail Stop: RNB-4-51
Attn: Software and Services Group Legal

"Evaluation Software"
The x86 Android* emulator system images for Android  Software Development Kit (SDK), as provided by Intel.

INTERNAL EVALUATION LICENSE TERMS AND CONDITIONS

1. DEFINITIONS.

1.1 Additional Defined Terms. "Agreement", "Evaluation Software",  "Intel", "Non-disclosure Agreement", "Recipient", and "Effective Date" shall have the meanings ascribed to them on the signature page(s) of this Agreement.

1.2 Evaluation Materials means, collectively, the Evaluation Software (in source and/or object code form) and documentation (including, without limitation, any design documents, specifications and other related materials) related to the Evaluation Software.

1.3 "Open Source Software" means any software that requires as a condition of use, modification and/or distribution of such software that such software or other software incorporated into, derived from or distributed with such software (a) be disclosed or distributed in source code form; or (b) be licensed by the user to third parties for the purpose of making and/or distributing derivative works; or (c) be redistributable at no charge. Open Source Software includes, without limitation, software licensed or distributed under any of the following licenses or distribution models, or licenses or distribution models substantially similar to any of the following: (a) GNUs General Public License (GPL) or Lesser/Library GPL (LGPL), (b) the Artistic License (e.g., PERL), (c) the Mozilla Public License, (d) the Netscape Public License, (e) the Sun Community Source License (SCSL), (f) the Sun Industry Source License (SISL), (g) the Apache Software license and (h) the Common Public License (CPL).

1.4 "Pre-Release Materials" means "alpha" or "beta" designated pre-release features, which may not be fully functional, which Intel may substantially modify in producing any production version of the Evaluation Materials and/or is still under development by Intel and/or Intels suppliers.

2. PURPOSE. Intel desires to provide the Evaluation Materials to Recipient solely for Recipient's internal evaluation of the Evaluation Software and other Intel products, to evaluate the desirability of cooperating with Intel in developing products based on the Evaluation Software and/or to advise Intel as to possible modifications to the Evaluation Software. Recipient may not disclose, distribute or make commercial use of the Evaluation Materials or any modifications to the Evaluation Materials.
THE EVALUATION MATERIALS ARE PROVIDED FOR EVALUATION PURPOSES ONLY AND MAY NOT BE DISTRIBUTED BY RECIPIENT OR INCORPORATED INTO RECIPIENTS PRODUCTS OR SOFTWARE. PLEASE CONTACT AN INTEL SALES REPRESENTATIVE TO LEARN ABOUT THE AVAILABILITY AND COST OF A COMMERICAL VERSION OF THE EVALUATION SOFTWARE.

3. TITLE. Title to the Evaluation Materials remains with Intel or its suppliers. Recipient shall not mortgage, pledge or encumber the Evaluation Materials in any way. Recipient shall return all Evaluation Materials, keeping no copies, upon termination or expiration of this Agreement.

4. LICENSE. Intel grants Recipient a royalty-free, personal, nontransferable, nonexclusive license under its copyrights to use the Evaluation Software only for the purposes described in paragraph 2 above. Unless otherwise communicated in writing by Intel to Recipient, to the extent the Evaluation Software is provided in more than one delivery or release (each, a "Release") the license grant in this Section 4 and the Evaluation Period shall apply to each Release. Recipient may not make modifications to the Evaluation Software. Recipient shall not disassemble, reverse-engineer, or decompile any software not provided to Recipient in source code form.
EXCEPT AS PROVIDED HEREIN, NO OTHER LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE, TO ANY OTHER INTELLECTUAL PROPERTY RIGHTS IS GRANTED TO THE RECIPIENT.

5. NO OBLIGATION. Recipient shall have no duty to purchase or license any product from Intel. Intel and its suppliers shall have no obligation to provide support for, or develop a non-evaluation version of, the Evaluation Software or to license any version of it.

6. MODIFICATIONS. This Agreement does NOT obligate Recipient to provide Intel with comments or suggestions regarding Evaluation Materials. However, should Recipient provide Intel with comments or suggestions for the modification, correction, improvement or enhancement of (a) the Evaluation Materials or (b) Intel products or processes which may embody the Evaluation Materials, Recipient grants to Intel a non-exclusive, irrevocable, worldwide, royalty-free license, with the right to sublicense Intels licensees and customers, under Recipient intellectual property rights, the rights to use and disclose such comments and suggestions in any manner Intel chooses and to display, perform, copy, make, have made, use, sell, offer to sell, import, and otherwise dispose of Intels and its sublicensees products embodying such comments and suggestions in any manner and via any media Intel chooses, without reference to the source.

7. WARRANTY DISCLAIMER. INTEL AND ITS SUPPLIERS MAKE NO WARRANTIES WITH RESPECT TO EVALUATION MATERIALS, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, OR ANY IMPLIED WARRANTY OF NONINFRINGEMENT. THE EVALUATION MATERIALS ARE PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND.

8. LIMITATION OF LIABILITY. INTEL AND ITS SUPPLIERS SHALL NOT BE LIABLE FOR ANY PROPERTY DAMAGE, PERSONAL INJURY, LOSS OF PROFITS, INTERRUPTION OF BUSINESS OR ANY SPECIAL, CONSEQUENTIAL OR INCIDENTAL DAMAGES, HOWEVER CAUSED, WHETHER FOR BREACH OF WARRANTY, CONTRACT, STRICT LIABILITY OR OTHERWISE. INTEL AND ITS SUPPLIERS DISCLAIM ALL LIABILITY, INCLUDING LIABILITY FOR INFRINGEMENT OF ANY INTELLECTUAL PROPERTY RIGHTS RELATING TO THE EVALUATION MATERIALS.

9. EXPIRATION. Intel may terminate this Agreement immediately after a breach by Recipient.

10. GENERAL.

10.1 Controlling Law. Any claims arising under or relating to this Agreement shall be governed by the internal substantive laws of the State of Delaware or federal courts located in Delaware, without regard to principles of conflict of laws. Each party hereby agrees to jurisdiction and venue in the courts of the State of Delaware for all disputes and litigation arising under or relating to this Agreement. The parties agree that the United Nations Convention on Contracts for the International Sale of Goods is specifically excluded from application to this Agreement. The parties consent to the personal jurisdiction of the above courts.

10.2 Remedies. Recipient acknowledges that any disclosure, commercialization, or public use of the Evaluation Materials would cause irreparable injury to Intel and consents to the grant of an injunction by any court of competent jurisdiction in the event of a threatened breach.

10.3 Assignment. Recipient may not delegate, assign or transfer this Agreement, the license granted or any of Recipients rights or duties hereunder, expressly, by implication, by operation of law, by way of merger (regardless of whether Recipient is the surviving entity) or acquisition, or otherwise and any attempt to do so, without Intels express prior written consent, shall be null and void. Intel may assign this Agreement, and its rights and obligations hereunder, in its sole discretion.

10.4 Entire Agreement. This Agreement constitutes the entire agreement between Recipient and Intel and supersedes in their entirety any and all oral or written agreements previously existing between Recipient and Intel with respect to the subject matter hereof. This Agreement supersedes any and all "click-to-accept" or shrink-wrapped licenses, in hard-copy or electronic form, embedded in or included with the Evaluation Materials. This Agreement may only be amended or supplemented by a writing that refers explicitly to this Agreement and that is signed by duly authorized representatives of Recipient and Intel. Without limiting the foregoing, terms and conditions on any purchase orders or similar materials submitted by Recipient to Intel, and any terms contained in Intels standard acknowledgment form that are in conflict with these terms, shall be of no force or effect.

10.5 Severability. In the event that any provision of this Agreement shall be unenforceable or invalid under any applicable law or be so held by applicable court decision, such unenforceability or invalidity shall not render this Agreement unenforceable or invalid as a whole, and, in such event, such provision shall be changed and interpreted so as to best accomplish the objectives of such unenforceable or invalid provision within the limits of applicable law or applicable court decisions.

10.6 Export Regulations / Export Control. Recipient shall not export, either directly or indirectly, any product, service or technical data or system incorporating the Evaluation Materials without first obtaining any required license or other approval from the U.S. Department of Commerce or any other agency or department of the United States Government. In the event any product is exported from the United States or re-exported from a foreign destination by Recipient, Recipient shall ensure that the distribution and export/re-export or import of the product is in compliance with all laws, regulations, orders, or other restrictions of the U.S. Export Administration Regulations and the appropriate foreign government. Recipient agrees that neither it nor any of its subsidiaries will export/re-export any technical data, process, product, or service, directly or indirectly, to any country for which the United States government or any agency thereof or the foreign government from where it is shipping requires an export license, or other governmental approval, without first obtaining such license or approval. Recipient also agrees to implement measures to ensure that foreign national employees are authorized to receive any information controlled by U.S. export control laws. An export is "deemed" to take place when information is released to a foreign national wherever located.

10.7 Special Terms for Pre-Release Materials. If so indicated in the description of the Evaluation Software, the Evaluation Software may contain Pre-Release Materials. Recipient hereby understands, acknowledges and agrees that: (i) Pre-Release Materials may not be fully tested and may contain bugs or errors; (ii) Pre-Release materials are not suitable for commercial release in their current state; (iii) regulatory approvals for Pre-Release Materials (such as UL or FCC) have not been obtained, and Pre-Release Materials may therefore not be certified for use in certain countries or environments and (iv) Intel can provide no assurance that it will ever produce or make generally available a production version of the Pre-Release Materials . Intel is not under any obligation to develop and/or release or offer for sale or license a final product based upon the Pre-Release Materials and may unilaterally elect to abandon the Pre-Release Materials or any such development platform at any time and without any obligation or liability whatsoever to Recipient or any other person.

10.8 Open Source Software. In the event Open Source software is included with Evaluation Software, such Open Source software is licensed pursuant to the applicable Open Source software license agreement identified in the Open Source software comments in the applicable source code file(s) and/or file header provided with Evaluation Software. Additional detail may be provided (where applicable) in the accompanying on-line documentation. With respect to the Open Source software, nothing in this Agreement limits any rights under, or grants rights that supersede, the terms of any applicable Open Source software license agreement.
ANY PRE-RELEASE MATERIALS ARE NON-QUALIFIED AND, AS SUCH, ARE PROVIDED POSSIBLY WITH FAULTS
]]&gt;
    </sdk:license>
    <sdk:license id="mips-android-sysimage-license" type="text">
<![CDATA[
MIPS Technologies, Inc. (“MIPS”) Internal Evaluation License Agreement for MIPS Android? System Images for Android Software Development Kit (SDK):
This Internal Evaluation License Agreement (this "Agreement") is entered into by and between MIPS and you (as an individual developer or a legal entity -- identified below as “Recipient”). MIPS shall make the Evaluation Software available to Recipient as described in accordance with the terms and conditions set forth below.

By clicking on the “Accept” button, downloading, installing, or otherwise using the Evaluation Materials (defined below), you agree to be bound by the terms of this Agreement effective as of the date you click “Accept” (the “Effective Date”), and if doing so on behalf of an entity, you represent that you are authorized to bind the entity to the terms and conditions of this Agreement. If you do not agree to be bound by the terms and conditions of this Agreement, do not download, install, or use the Evaluation Materials.

1. DEFINITIONS. These terms shall have the following meanings:

1.1 “MIPS” shall mean MIPS Technologies, Inc., a Delaware corporation having a principal place of business at: 955 East Arques Ave., Sunnyvale, CA 94085

1.2 “Evaluation Software” shall mean MIPS Android? emulator system images for Android Software Development Kit (SDK), as made available to Recipient.

1.3 “Evaluation Materials" means, collectively, the Evaluation Software (in source and/or object code form) and documentation (including, without limitation, any design documents, specifications, reference manuals, and other related materials) related to the Evaluation Software as made available to Recipient.

1.4 “Open Source Software” means any software that requires (as a condition of use, modification and/or distribution of such software) that such software or other software incorporated into, derived from or distributed with such software (a) be disclosed or distributed in source code form; or (b) be licensed by the user to third parties for the purpose of making and/or distributing derivative works; or (c) be redistributable at no charge. Open Source Software includes, without limitation, software licensed or distributed under any of the following licenses or distribution models, or licenses or distribution models substantially similar to any of the following: (a) GNU’s General Public License (GPL) or Lesser/Library GPL (LGPL), (b) the Artistic License (e.g., PERL), (c) the Mozilla Public License, (d) the Netscape Public License, (e) the Sun Community Source License (SCSL), (f) the Sun Industry Source License (SISL), (g) the Apache Software license and (h) the Common Public License (CPL).

1.5 “Pre-Release Materials” means “alpha” or “beta” designated pre-release features, which may not be fully functional, which MIPS may substantially modify in producing any production version of the Evaluation Materials, and/or which is still under development by MIPS and/or MIPS’ suppliers.

2. PURPOSE. MIPS desires to make the Evaluation Materials available to Recipient solely for Recipient's internal evaluation of the Evaluation Software to evaluate the desirability of cooperating with MIPS in developing products that are compatible with the Evaluation Software and/or to advise MIPS as to possible modifications to the Evaluation Software. Recipient may not disclose, distribute, modify (except to facilitate the above-mentioned internal evaluation), or make commercial use of the Evaluation Materials or any modifications of the Evaluation Materials.

THE EVALUATION MATERIALS ARE PROVIDED FOR EVALUATION PURPOSES ONLY AND MAY NOT BE MODIFIED (EXCEPT TO FACILITATE THE INTERNAL EVALUATION) OR DISTRIBUTED BY RECIPIENT OR INCORPORATED INTO RECIPIENT’S PRODUCTS OR SOFTWARE. PLEASE CONTACT A MIPS SALES REPRESENTATIVE TO LEARN ABOUT THE AVAILABILITY AND COST OF A COMMERCIAL VERSION OF THE EVALUATION SOFTWARE.

3. TITLE. Title to the Evaluation Materials remains with MIPS or its suppliers. Recipient shall not mortgage, pledge or encumber the Evaluation Materials in any way. Recipient shall return all Evaluation Materials, keeping no copies, upon termination or expiration of this Agreement.

4. LICENSE. MIPS grants Recipient a royalty-free, personal, nontransferable, nonexclusive license under its copyrights to use the Evaluation Software only for the purposes described in paragraph 2 above and only for a period beginning on the Effective Date and extending to the first anniversary of the Effective Date (the “Evaluation Period”). Unless otherwise communicated in writing by MIPS to Recipient, to the extent the Evaluation Software is provided in more than one delivery or release (each, a “Release”) the license grant in this Section 4 and the Evaluation Period shall apply to each Release, in which case the Evaluation Period shall begin on the date that the Release is made generally available and continue to the first anniversary of such date. Recipient may not make modifications to the Evaluation Software. Recipient shall not disassemble, reverse-engineer, or decompile any software that is not provided to Recipient in source code form.

EXCEPT AS PROVIDED HEREIN, NO OTHER LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE, TO ANY OTHER MIPS INTELLECTUAL PROPERTY RIGHTS IS GRANTED TO THE RECIPIENT. OTHER THAN AS EXPLICITLY SET FORTH IN PARAGRAPH 2 ABOVE, NO RIGHT TO COPY, TO REPRODUCE, TO MODIFY, OR TO CREATE DERIVATIVE WORKS OF, THE EVALUATION MATERIALS IS GRANTED HEREIN.

5. NO OBLIGATION. Recipient shall have no duty to purchase or license any product from MIPS. MIPS and its suppliers shall have no obligation to provide support for, or develop a non-evaluation version of, the Evaluation Software or to license any version of it.

6. MODIFICATIONS. This Agreement does not obligate Recipient to provide MIPS with comments or suggestions regarding Evaluation Materials. However, should Recipient provide MIPS with comments or suggestions for the modification, correction, improvement or enhancement of (a) the Evaluation Materials or (b) MIPS products or processes which may embody the Evaluation Materials, then Recipient agrees to grant and hereby grants to MIPS a non-exclusive, irrevocable, worldwide, fully paid-up, royalty-free license, with the right to sublicense MIPS’ licensees and customers, under Recipient’s Intellectual property rights, to use and disclose such comments and suggestions in any manner MIPS chooses and to display, perform, copy, make, have made, use, sell, offer to sell, import, and otherwise dispose of MIPS’ and its sublicensee’s products embodying such comments and suggestions in any manner and via any media MIPS chooses, without reference to the source.

7. WARRANTY DISCLAIMER. MIPS AND ITS SUPPLIERS MAKE NO WARRANTIES WITH RESPECT TO EVALUATION MATERIALS, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, OR ANY IMPLIED WARRANTY OF NONINFRINGEMENT WITH RESPECT TO THIRD PARTY INTELLECTUAL PROPERTY. RECIPIENT ACKNOWLEDGES AND AGREES THAT THE EVALUATION MATERIALS ARE PROVIDED “AS IS,” WITHOUT WARRANTY OF ANY KIND.

8. LIMITATION OF LIABILITY. MIPS AND ITS SUPPLIERS SHALL NOT BE LIABLE FOR ANY PROPERTY DAMAGE, PERSONAL INJURY, LOSS OF PROFITS, INTERRUPTION OF BUSINESS OR FOR ANY DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL OR INCIDENTAL DAMAGES, HOWEVER CAUSED OR ALLEGED, WHETHER FOR BREACH OF WARRANTY, CONTRACT, STRICT LIABILITY OR OTHERWISE, INCLUDING WITHOUT LIMITATION, UNDER TORT OR OTHER LEGAL THEORY. MIPS AND ITS SUPPLIERS DISCLAIM ANY AND ALL LIABILITY, INCLUDING LIABILITY FOR INFRINGEMENT OF ANY INTELLECTUAL PROPERTY RIGHTS OF ANY KIND RELATING TO THE EVALUATION MATERIALS.

9. EXPIRATION. MIPS may terminate this Agreement immediately after a breach by Recipient or otherwise at MIPS’ reasonable discretion and upon five (5) business days’ notice to Recipient.

10. GENERAL.

10.1 Controlling Law. This Agreement shall be governed by California law excluding its choice of law rules. With the exception of MIPS’ rights to enforce its intellectual property rights and any confidentiality obligations under this Agreement or any licenses distributed with the Evaluation Materials, all disputes and any claims arising under or relating to this Agreement shall be subject to the exclusive jurisdiction and venue of the state and federal courts located in Santa Clara County, California. Each party hereby agrees to jurisdiction and venue in the courts set forth in the preceding sentence. The parties agree that the United Nations Convention on Contracts for the International Sale of Goods is specifically excluded from application to this Agreement. The parties consent to the personal jurisdiction of the above courts.

10.2 Remedies. Recipient acknowledges and agrees that any breach of confidentiality obligations under this Agreement or any licenses distributed with the Evaluation Materials, as well as any disclosure, commercialization, or public use of the Evaluation Materials, would cause irreparable injury to MIPS, and therefore Recipient agrees to consent to, and hereby consents to, the grant of an injunction by any court of competent jurisdiction in the event of an actual or threatened breach.

10.3 Assignment. Recipient may not delegate, assign or transfer this Agreement, the license granted or any of Recipient’s rights, obligations, or duties hereunder, expressly, by implication, by operation of law, by way of merger (regardless of whether Recipient is the surviving entity) or acquisition, or otherwise and any attempt to do so, without MIPS’ express prior written consent, shall be ineffective, null and void. MIPS may freely assign this Agreement, and its rights and obligations hereunder, in its sole discretion.

10.4 Entire Agreement. This Agreement constitutes the entire agreement between Recipient and MIPS and supersedes in their entirety any and all oral or written agreements previously existing between Recipient and MIPS with respect to the subject matter hereof. This Agreement may only be amended or supplemented by a writing that refers explicitly to this Agreement and that is signed or otherwise accepted by duly authorized representatives of Recipient and MIPS.

10.5 Severability. In the event that any provision of this Agreement is finally adjudicated to be unenforceable or invalid under any applicable law, such unenforceability or invalidity shall not render this Agreement unenforceable or invalid as a whole, and, in such event, such unenforceable or invalid provision shall be interpreted so as to best accomplish the objectives of such provision within the limits of applicable law or applicable court decisions.

10.6 Export Regulations / Export Control. Recipient shall not export, either directly or indirectly, any product, service or technical data or system incorporating the Evaluation Materials without first obtaining any required license or other necessary approval from the U.S. Department of Commerce or any other governing agency or department of the United States Government. In the event any product is exported from the United States or re-exported from a foreign destination by Recipient, Recipient shall ensure that the distribution and export/re-export or import of the product is in compliance with all applicable laws, regulations, orders, or other restrictions of the U.S. Export Administration Regulations and the appropriate foreign government. Recipient agrees that neither it nor any of its subsidiaries will export/re-export any technical data, process, product, or service, directly or indirectly, to any country for which the United States government or any agency thereof or the foreign government from where it is shipping requires an export license, or other governmental approval, without first obtaining such license or approval. Recipient also agrees to implement measures to ensure that foreign national employees are authorized to receive any information controlled by U.S. export control laws. An export is "deemed" to take place when information is released to a foreign national wherever located.

10.7 Special Terms for Pre-Release Materials. If so indicated in the description of the Evaluation Software, the Evaluation Software may contain Pre-Release Materials. Recipient hereby understands, acknowledges and agrees that: (i) Pre-Release Materials may not be fully tested and may contain bugs or errors; (ii) Pre-Release materials are not suitable for commercial release in their current state; (iii) regulatory approvals for Pre-Release Materials (such as UL or FCC) have not been obtained, and Pre-Release Materials may therefore not be certified for use in certain countries or environments or may not be suitable for certain applications and (iv) MIPS can provide no assurance that it will ever produce or make generally available a production version of the Pre-Release Materials . MIPS is not under any obligation to develop and/or release or offer for sale or license a final product based upon the Pre-Release Materials and may unilaterally elect to abandon the Pre-Release Materials or any such development platform at any time and without any obligation or liability whatsoever to Recipient or any other person.

ANY PRE-RELEASE MATERIALS ARE NON-QUALIFIED AND, AS SUCH, ARE PROVIDED “AS IS” AND “AS AVAILABLE”, POSSIBLY WITH FAULTS, AND WITHOUT REPRESENTATION OR WARRANTY OF ANY KIND.

10.8 Open Source Software. In the event Open Source software is included with Evaluation Software, such Open Source software is licensed pursuant to the applicable Open Source software license agreement identified in the Open Source software comments in the applicable source code file(s) and/or file header as indicated in the Evaluation Software. Additional detail may be available (where applicable) in the accompanying on-line documentation. With respect to the Open Source software, nothing in this Agreement limits any rights under, or grants rights that supersede, the terms of any applicable Open Source software license agreement.
    ]]&gt;
    </sdk:license>

    <!-- ARM SYSTEM IMAGES ........................ -->

    <sdk:system-image>
        <!-- Generated at Wed Dec  7 13:47:01 2011 from git_ics-mr0 @ 229537 -->
        <sdk:revision>2</sdk:revision>
        <sdk:description>Android SDK Platform 4.0</sdk:description>
        <sdk:api-level>14</sdk:api-level>
        <sdk:abi>armeabi-v7a</sdk:abi>
        <sdk:archives>
            <sdk:archive>
                <sdk:size>99621822</sdk:size>
                <sdk:checksum type="sha1">d8991b0c06b18d7d6ed4169d67460ee1add6661b</sdk:checksum>
                <sdk:url>sysimg_armv7a-14_r02.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
        <sdk:tag-id>default</sdk:tag-id>
    </sdk:system-image>

    <sdk:system-image>
        <!-- Generated at Fri Mar 30 10:43:23 2012 from ics-mr1 @ 302030 -->
        <sdk:revision>2</sdk:revision>
        <sdk:description>Android SDK Platform 4.0.3</sdk:description>
        <sdk:api-level>15</sdk:api-level>
        <sdk:abi>armeabi-v7a</sdk:abi>
        <sdk:archives>
            <sdk:archive>
                <sdk:size>96227377</sdk:size>
                <sdk:checksum type="sha1">1bf977d6cb4e0ad38dceac0c4863d1caa21f326e</sdk:checksum>
                <sdk:url>sysimg_armv7a-15_r02.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
        <sdk:tag-id>default</sdk:tag-id>
    </sdk:system-image>

    <sdk:system-image>
        <!-- Generated at Tue Oct  9 13:43:08 2012 from git_jb-dev @ 495790 -->
        <sdk:revision>3</sdk:revision>
        <sdk:description>Android SDK Platform 4.1</sdk:description>
        <sdk:api-level>16</sdk:api-level>
        <sdk:abi>armeabi-v7a</sdk:abi>
        <sdk:archives>
            <sdk:archive>
                <sdk:size>112528368</sdk:size>
                <sdk:checksum type="sha1">d1cddb23f17aad5821a089c403d4cddad2cf9ef7</sdk:checksum>
                <sdk:url>sysimg_armv7a-16_r03.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
        <sdk:tag-id>default</sdk:tag-id>
    </sdk:system-image>

    <sdk:system-image>
        <!-- Generated at Wed Feb 13 11:29:12 2013 from git_jb-mr1.1-dev @ 576024 -->
        <sdk:revision>2</sdk:revision>
        <sdk:description>Android SDK Platform 4.2.2</sdk:description>
        <sdk:api-level>17</sdk:api-level>
        <sdk:abi>armeabi-v7a</sdk:abi>
        <sdk:archives>
            <sdk:archive>
                <sdk:size>116553808</sdk:size>
                <sdk:checksum type="sha1">1c321cda1af793b84d47d1a8d15f85444d265e3c</sdk:checksum>
                <sdk:url>sysimg_armv7a-17_r02.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
        <sdk:tag-id>default</sdk:tag-id>
    </sdk:system-image>

    <sdk:system-image>
        <!-- Generated at Mon Aug 12 12:43:28 2013 from git_jb-mr2-dev @ 774058 -->
        <sdk:revision>2</sdk:revision>
        <sdk:description>Android SDK Platform 4.3</sdk:description>
        <sdk:api-level>18</sdk:api-level>
        <sdk:abi>armeabi-v7a</sdk:abi>
        <sdk:archives>
            <sdk:archive>
                <sdk:size>125457135</sdk:size>
                <sdk:checksum type="sha1">4a1a93200210d8c42793324362868846f67401ab</sdk:checksum>
                <sdk:url>sysimg_armv7a-18_r02.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
        <sdk:tag-id>default</sdk:tag-id>
    </sdk:system-image>

    <sdk:system-image>
        <!-- Generated at Thu Dec  5 14:04:05 2013 from git_klp-dev @ 938007 -->
        <sdk:revision>2</sdk:revision>
        <sdk:description>Android SDK Platform 4.4.2</sdk:description>
        <sdk:api-level>19</sdk:api-level>
        <sdk:abi>armeabi-v7a</sdk:abi>
        <sdk:archives>
            <sdk:archive>
                <sdk:size>158478012</sdk:size>
                <sdk:checksum type="sha1">e0d375397e28e3d5d9577a00132463a4696248e5</sdk:checksum>
                <sdk:url>sysimg_armv7a-19_r02.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
        <sdk:tag-id>default</sdk:tag-id>
    </sdk:system-image>

    <sdk:system-image>
        <!-- Generated at Mon Jun 23 19:22:34 2014 from git_lmp-preview-release @ 1242878 -->
        <sdk:revision>1</sdk:revision>
        <sdk:description>Android SDK Platform L</sdk:description>
        <sdk:api-level>20</sdk:api-level>
        <sdk:codename>L</sdk:codename>
        <sdk:abi>armeabi-v7a</sdk:abi>
        <sdk:tag-id>default</sdk:tag-id>
        <sdk:archives>
            <sdk:archive>
                <sdk:size>227716008</sdk:size>
                <sdk:checksum type="sha1">1d5d81a7078b5b2a685620d93e1e04a51d2e786a</sdk:checksum>
                <sdk:url>sysimg_armv7a-L_r01.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-preview-license"/>
    </sdk:system-image>

    <sdk:system-image>
        <!-- Generated at Mon Jun 23 19:23:13 2014 from git_lmp-preview-release @ 1242878 -->
        <sdk:revision>1</sdk:revision>
        <sdk:description>Android SDK Platform L</sdk:description>
        <sdk:api-level>20</sdk:api-level>
        <sdk:codename>L</sdk:codename>
        <sdk:abi>x86</sdk:abi>
        <sdk:tag-id>default</sdk:tag-id>
        <sdk:archives>
            <sdk:archive>
                <sdk:size>245850484</sdk:size>
                <sdk:checksum type="sha1">c2d32d6244821ff59f370469778525f6a5345010</sdk:checksum>
                <sdk:url>sysimg_x86-L_r01.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-preview-license"/>
    </sdk:system-image>
    <!-- X86 SYSTEM IMAGES ........................ -->

    <sdk:system-image>
        <sdk:description>Android SDK Platform 2.3.7</sdk:description>
        <sdk:revision>2</sdk:revision>
        <sdk:api-level>10</sdk:api-level>
        <sdk:abi>x86</sdk:abi>
        <sdk:uses-license ref="intel-android-sysimage-license"/>
        <sdk:archives>
            <sdk:archive>
                <sdk:size>55463895</sdk:size>
                <sdk:checksum type="sha1">34e2436f69606cdfe35d3ef9112f0c64e3ff021d</sdk:checksum>
                <sdk:url>https://dl-ssl.google.com/android/repository/sys-img/android/sysimg_x86-10_r02.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:tag-id>default</sdk:tag-id>
    </sdk:system-image>

    <sdk:system-image>
        <sdk:description>Android SDK Platform 4.0.4</sdk:description>
        <sdk:revision>1</sdk:revision>
        <sdk:api-level>15</sdk:api-level>
        <sdk:abi>x86</sdk:abi>
        <sdk:uses-license ref="intel-android-sysimage-license"/>
        <sdk:archives>
            <sdk:archive>
                <sdk:size>112619605</sdk:size>
                <sdk:checksum type="sha1">d540325952e0f097509622b9e685737584b83e40</sdk:checksum>
                <sdk:url>https://dl-ssl.google.com/android/repository/sys-img/android/sysimg_x86-15_r01.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:tag-id>default</sdk:tag-id>
    </sdk:system-image>

    <sdk:system-image>
        <sdk:description>Android SDK Platform 4.1.1</sdk:description>
        <sdk:revision>1</sdk:revision>
        <sdk:api-level>16</sdk:api-level>
        <sdk:abi>x86</sdk:abi>
        <sdk:uses-license ref="intel-android-sysimage-license"/>
        <sdk:archives>
            <sdk:archive>
                <sdk:size>131840348</sdk:size>
                <sdk:checksum type="sha1">9d35bcaa4f9b40443941f32b8a50337f413c021a</sdk:checksum>
                <sdk:url>https://dl-ssl.google.com/android/repository/sys-img/android/sysimg_x86-16_r01.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:tag-id>default</sdk:tag-id>
    </sdk:system-image>

    <sdk:system-image>
        <sdk:description>Android SDK Platform 4.2</sdk:description>
        <sdk:revision>1</sdk:revision>
        <sdk:api-level>17</sdk:api-level>
        <sdk:abi>x86</sdk:abi>
        <sdk:uses-license ref="intel-android-sysimage-license"/>
        <sdk:archives>
            <sdk:archive>
                <sdk:size>138799122</sdk:size>
                <sdk:checksum type="sha1">ddb3313e8dcd07926003f7b828eafea1115ea35b</sdk:checksum>
                <sdk:url>https://dl-ssl.google.com/android/repository/sys-img/android/sysimg_x86-17_r01.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:tag-id>default</sdk:tag-id>
    </sdk:system-image>

    <sdk:system-image>
        <sdk:description>Android SDK Platform 4.3</sdk:description>
        <sdk:revision>1</sdk:revision>
        <sdk:api-level>18</sdk:api-level>
        <sdk:abi>x86</sdk:abi>
        <sdk:uses-license ref="intel-android-sysimage-license"/>
        <sdk:archives>
            <sdk:archive>
                <sdk:size>155656419</sdk:size>
                <sdk:checksum type="sha1">f11bc9fccd3e7e46c07d8b26e112a8d0b45966c1</sdk:checksum>
                <sdk:url>https://dl-ssl.google.com/android/repository/sys-img/android/sysimg_x86-18_r01.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:tag-id>default</sdk:tag-id>
    </sdk:system-image>

    <sdk:system-image>
        <!-- Generated at Thu Feb 20 15:52:49 2014 from git_klp-sdk-release @ 999428 -->
        <sdk:revision>2</sdk:revision>
        <sdk:description>Android SDK Platform 4.4.2</sdk:description>
        <sdk:api-level>19</sdk:api-level>
        <sdk:abi>x86</sdk:abi>
        <sdk:archives>
            <sdk:archive>
                <sdk:size>178922720</sdk:size>
                <sdk:checksum type="sha1">8889cb418984a2a7916a359da7c429d2431ed060</sdk:checksum>
                <sdk:url>sysimg_x86-19_r02.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
        <sdk:tag-id>default</sdk:tag-id>
    </sdk:system-image>

    <!-- MIPS SYSTEM IMAGES ........................ -->

    <sdk:system-image>
        <sdk:revision>1</sdk:revision>
        <sdk:description>Android 4.0.4</sdk:description>
        <sdk:api-level>15</sdk:api-level>
        <sdk:abi>mips</sdk:abi>
        <sdk:uses-license ref="mips-android-sysimage-license"/>
        <sdk:archives>
            <sdk:archive>
                <sdk:size>117503178</sdk:size>
                <sdk:checksum type="sha1">a753bb4a6783124dad726c500ce9aec9d2c1b2d9</sdk:checksum>
                <sdk:url>sysimg_mips-15_r01.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:tag-id>default</sdk:tag-id>
    </sdk:system-image>

    <sdk:system-image>
        <sdk:revision>4</sdk:revision>
        <!-- mipsia repo tag qa-dev-mips-jb-20130123,
             github.com/MIPS branch dev-mips-jb, tag mips-jb-4.1.2_r1m1
             repo init -u git://github.com/MIPS/manifests.git
                 -b dev-mips-jb -m mips-jb-4.1.2_r1m1.xml           -->
        <sdk:description>Android 4.1.2</sdk:description>
        <sdk:api-level>16</sdk:api-level>
        <sdk:abi>mips</sdk:abi>
        <sdk:uses-license ref="mips-android-sysimage-license"/>
        <sdk:archives>
            <sdk:archive>
                <sdk:size>122482530</sdk:size>
                <sdk:checksum type="sha1">67943c54fb3943943ffeb05fdd39c0b753681f6e</sdk:checksum>
                <sdk:url>sysimg_mips-16_r04.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:tag-id>default</sdk:tag-id>
    </sdk:system-image>

    <sdk:system-image>
        <sdk:revision>1</sdk:revision>
        <!-- mipsia repo tag qa-dev-mips-jb-mr1-20121219,
             github.com/MIPS tag mips-jb-4.2.1_r1 -->
        <sdk:description>Android 4.2.1</sdk:description>
        <sdk:api-level>17</sdk:api-level>
        <sdk:abi>mips</sdk:abi>
        <sdk:uses-license ref="mips-android-sysimage-license"/>
        <sdk:archives>
            <sdk:archive>
                <sdk:size>131781761</sdk:size>
                <sdk:checksum type="sha1">f0c6e153bd584c29e51b5c9723cfbf30f996a05d</sdk:checksum>
                <sdk:url>sysimg_mips-17_r01.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:tag-id>default</sdk:tag-id>
    </sdk:system-image>

</sdk:sdk-sys-img>
</pre>
<h4>https://dl-ssl.google.com/android/repository/sys-img/android-wear/sys-img.xml</h4>
<pre class="brush: xml; first-line: 1;" >
<?xml version="1.0" encoding="UTF-8"?>
<sdk:sdk-sys-img xmlns:sdk="http://schemas.android.com/sdk/android/sys-img/3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

    <sdk:license id="android-sdk-license" type="text">To get started with the Android SDK, you must agree to the following terms and conditions.

This is the Android SDK License Agreement (the &quot;License Agreement&quot;).

1. Introduction

1.1 The Android SDK (referred to in the License Agreement as the &quot;SDK&quot; and specifically including the Android system files, packaged APIs, and SDK library files and tools , if and when they are made available) is licensed to you subject to the terms of the License Agreement. The License Agreement forms a legally binding contract between you and Google in relation to your use of the SDK.

1.2 &quot;Android&quot; means the Android software stack for devices, as made available under the Android Open Source Project, which is located at the following URL: http://source.android.com/, as updated from time to time.

1.3 &quot;Google&quot; means Google Inc., a Delaware corporation with principal place of business at 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States.

2. Accepting the License Agreement

2.1 In order to use the SDK, you must first agree to the License Agreement. You may not use the SDK if you do not accept the License Agreement.

2.2 By clicking to accept and/or using the SDK, you hereby agree to the terms of the License Agreement.

2.3 You may not use the SDK and may not accept the License Agreement if you are a person barred from receiving the SDK under the laws of the United States or other countries including the country in which you are resident or from which you use the SDK.

2.4 If you will use the SDK internally within your company or organization you agree to be bound by the License Agreement on behalf of your employer or other entity, and you represent and warrant that you have full legal authority to bind your employer or such entity to the License Agreement. If you do not have the requisite authority, you may not accept the License Agreement or use the SDK on behalf of your employer or other entity.

3. SDK License from Google

3.1 Subject to the terms of the License Agreement, Google grants you a royalty-free, non-assignable, non-exclusive, non-sublicensable, limited, revocable license to use the SDK, personally or internally within your company or organization, solely to develop and distribute applications to run on the Android platform.

3.2 You agree that Google or third parties own all legal right, title and interest in and to the SDK, including any Intellectual Property Rights that subsist in the SDK. &quot;Intellectual Property Rights&quot; means any and all rights under patent law, copyright law, trade secret law, trademark law, and any and all other proprietary rights. Google reserves all rights not expressly granted to you.

3.3 You may not use the SDK for any purpose not expressly permitted by the License Agreement. Except to the extent required by applicable third party licenses, you may not: (a) copy (except for backup purposes), modify, adapt, redistribute, decompile, reverse engineer, disassemble, or create derivative works of the SDK or any part of the SDK; or (b) load any part of the SDK onto a mobile handset or any other hardware device except a personal computer, combine any part of the SDK with other software, or distribute any software or device incorporating a part of the SDK.

3.4 You agree that you will not take any actions that may cause or result in the fragmentation of Android, including but not limited to distributing, participating in the creation of, or promoting in any way a software development kit derived from the SDK.

3.5 Use, reproduction and distribution of components of the SDK licensed under an open source software license are governed solely by the terms of that open source software license and not the License Agreement. You agree to remain a licensee in good standing in regard to such open source software licenses under all the rights granted and to refrain from any actions that may terminate, suspend, or breach such rights.

3.6 You agree that the form and nature of the SDK that Google provides may change without prior notice to you and that future versions of the SDK may be incompatible with applications developed on previous versions of the SDK. You agree that Google may stop (permanently or temporarily) providing the SDK (or any features within the SDK) to you or to users generally at Google's sole discretion, without prior notice to you.

3.7 Nothing in the License Agreement gives you a right to use any of Google's trade names, trademarks, service marks, logos, domain names, or other distinctive brand features.

3.8 You agree that you will not remove, obscure, or alter any proprietary rights notices (including copyright and trademark notices) that may be affixed to or contained within the SDK.

4. Use of the SDK by You

4.1 Google agrees that nothing in the License Agreement gives Google any right, title or interest from you (or your licensors) under the License Agreement in or to any software applications that you develop using the SDK, including any intellectual property rights that subsist in those applications.

4.2 You agree to use the SDK and write applications only for purposes that are permitted by (a) the License Agreement, and (b) any applicable law, regulation or generally accepted practices or guidelines in the relevant jurisdictions (including any laws regarding the export of data or software to and from the United States or other relevant countries).

4.3 You agree that if you use the SDK to develop applications, you will protect the privacy and legal rights of users. If users provide you with user names, passwords, or other login information or personal information, you must make the users aware that the information will be available to your application, and you must provide legally adequate privacy notice and protection for those users. If your application stores personal or sensitive information provided by users, it must do so securely. If users provide you with Google Account information, your application may only use that information to access the user's Google Account when, and for the limited purposes for which, each user has given you permission to do so.

4.4 You agree that you will not engage in any activity with the SDK, including the development or distribution of an application, that interferes with, disrupts, damages, or accesses in an unauthorized manner the servers, networks, or other properties or services of Google or any third party.

4.5 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any data, content, or resources that you create, transmit or display through Android and/or applications for Android, and for the consequences of your actions (including any loss or damage which Google may suffer) by doing so.

4.6 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any breach of your obligations under the License Agreement, any applicable third party contract or Terms of Service, or any applicable law or regulation, and for the consequences (including any loss or damage which Google or any third party may suffer) of any such breach.

5. Your Developer Credentials

5.1 You agree that you are responsible for maintaining the confidentiality of any developer credentials that may be issued to you by Google or which you may choose yourself and that you will be solely responsible for all applications that are developed under your developer credentials.

6. Privacy and Information

6.1 In order to continually innovate and improve the SDK, Google may collect certain usage statistics from the software including but not limited to a unique identifier, associated IP address, version number of the software, and information on which tools and/or services in the SDK are being used and how they are being used. Before any of this information is collected, the SDK will notify you and seek your consent. If you withhold consent, the information will not be collected.

6.2 The data collected is examined in the aggregate to improve the SDK and is maintained in accordance with Google's Privacy Policy located at http://www.google.com/policies/privacy/.

7. Third Party Applications

7.1 If you use the SDK to run applications developed by a third party or that access data, content or resources provided by a third party, you agree that Google is not responsible for those applications, data, content, or resources. You understand that all data, content or resources which you may access through such third party applications are the sole responsibility of the person from which they originated and that Google is not liable for any loss or damage that you may experience as a result of the use or access of any of those third party applications, data, content, or resources.

7.2 You should be aware the data, content, and resources presented to you through such a third party application may be protected by intellectual property rights which are owned by the providers (or by other persons or companies on their behalf). You may not modify, rent, lease, loan, sell, distribute or create derivative works based on these data, content, or resources (either in whole or in part) unless you have been specifically given permission to do so by the relevant owners.

7.3 You acknowledge that your use of such third party applications, data, content, or resources may be subject to separate terms between you and the relevant third party.

8. Using Google APIs

8.1 Google APIs

8.1.1 If you use any API to retrieve data from Google, you acknowledge that the data may be protected by intellectual property rights which are owned by Google or those parties that provide the data (or by other persons or companies on their behalf). Your use of any such API may be subject to additional Terms of Service. You may not modify, rent, lease, loan, sell, distribute or create derivative works based on this data (either in whole or in part) unless allowed by the relevant Terms of Service.

8.1.2 If you use any API to retrieve a user's data from Google, you acknowledge and agree that you shall retrieve data only with the user's explicit consent and only when, and for the limited purposes for which, the user has given you permission to do so.

9. Terminating the License Agreement

9.1 The License Agreement will continue to apply until terminated by either you or Google as set out below.

9.2 If you want to terminate the License Agreement, you may do so by ceasing your use of the SDK and any relevant developer credentials.

9.3 Google may at any time, terminate the License Agreement, with or without cause, upon notice to you.

9.4 The License Agreement will automatically terminate without notice or other action when Google ceases to provide the SDK or certain parts of the SDK to users in the country in which you are resident or from which you use the service.

9.5 When the License Agreement is terminated, the license granted to you in the License Agreement will terminate, you will immediately cease all use of the SDK, and the provisions of paragraphs 10, 11, 12 and 14 shall survive indefinitely.

10. DISCLAIMERS

10.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT YOUR USE OF THE SDK IS AT YOUR SOLE RISK AND THAT THE SDK IS PROVIDED &quot;AS IS&quot; AND &quot;AS AVAILABLE&quot; WITHOUT WARRANTY OF ANY KIND FROM GOOGLE.

10.2 YOUR USE OF THE SDK AND ANY MATERIAL DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE USE OF THE SDK IS AT YOUR OWN DISCRETION AND RISK AND YOU ARE SOLELY RESPONSIBLE FOR ANY DAMAGE TO YOUR COMPUTER SYSTEM OR OTHER DEVICE OR LOSS OF DATA THAT RESULTS FROM SUCH USE. WITHOUT LIMITING THE FOREGOING, YOU UNDERSTAND THAT THE SDK MAY CONTAIN ERRORS, DEFECTS AND SECURITY VULNERABILITIES THAT CAN RESULT IN SIGNIFICANT DAMAGE, INCLUDING THE COMPLETE, IRRECOVERABLE LOSS OF USE OF YOUR COMPUTER SYSTEM OR OTHER DEVICE.

10.3 GOOGLE FURTHER EXPRESSLY DISCLAIMS ALL WARRANTIES AND CONDITIONS OF ANY KIND, WHETHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.

11. LIMITATION OF LIABILITY

11.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT GOOGLE, ITS SUBSIDIARIES AND AFFILIATES, AND ITS LICENSORS SHALL NOT BE LIABLE TO YOU UNDER ANY THEORY OF LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL OR EXEMPLARY DAMAGES THAT MAY BE INCURRED BY YOU, INCLUDING ANY LOSS OF DATA, WHETHER OR NOT GOOGLE OR ITS REPRESENTATIVES HAVE BEEN ADVISED OF OR SHOULD HAVE BEEN AWARE OF THE POSSIBILITY OF ANY SUCH LOSSES ARISING.

12. Indemnification

12.1 To the maximum extent permitted by law, you agree to defend, indemnify and hold harmless Google, its affiliates and their respective directors, officers, employees and agents from and against any and all claims, actions, suits or proceedings, as well as any and all losses, liabilities, damages, costs and expenses (including reasonable attorneys窶・fees) arising out of or accruing from (a) your use of the SDK, (b) any application you develop on the SDK that infringes any Intellectual Property Rights of any person or defames any person or violates their rights of publicity or privacy, and (c) any non-compliance by you of the License Agreement.

13. Changes to the License Agreement

13.1 Google may make changes to the License Agreement as it distributes new versions of the SDK. When these changes are made, Google will make a new version of the License Agreement available on the website where the SDK is made available.

14. General Legal Terms

14.1 The License Agreement constitutes the whole legal agreement between you and Google and governs your use of the SDK (excluding any services which Google may provide to you under a separate written agreement), and completely replaces any prior agreements between you and Google in relation to the SDK.

14.2 You agree that if Google does not exercise or enforce any legal right or remedy which is contained in the License Agreement (or which Google has the benefit of under any applicable law), this will not be taken to be a formal waiver of Google's rights and that those rights or remedies will still be available to Google.

14.3 If any court of law, having the jurisdiction to decide on this matter, rules that any provision of the License Agreement is invalid, then that provision will be removed from the License Agreement without affecting the rest of the License Agreement. The remaining provisions of the License Agreement will continue to be valid and enforceable.

14.4 You acknowledge and agree that each member of the group of companies of which Google is the parent shall be third party beneficiaries to the License Agreement and that such other companies shall be entitled to directly enforce, and rely upon, any provision of the License Agreement that confers a benefit on (or rights in favor of) them. Other than this, no other person or company shall be third party beneficiaries to the License Agreement.

14.5 EXPORT RESTRICTIONS. THE SDK IS SUBJECT TO UNITED STATES EXPORT LAWS AND REGULATIONS. YOU MUST COMPLY WITH ALL DOMESTIC AND INTERNATIONAL EXPORT LAWS AND REGULATIONS THAT APPLY TO THE SDK. THESE LAWS INCLUDE RESTRICTIONS ON DESTINATIONS, END USERS AND END USE.

14.6 The License Agreement may not be assigned or transferred by you without the prior written approval of Google, and any attempted assignment without such approval will be void. You shall not delegate your responsibilities or obligations under the License Agreement without the prior written approval of Google.

14.7 The License Agreement, and your relationship with Google under the License Agreement, shall be governed by the laws of the State of California without regard to its conflict of laws provisions. You and Google agree to submit to the exclusive jurisdiction of the courts located within the county of Santa Clara, California to resolve any legal matter arising from the License Agreement. Notwithstanding this, you agree that Google shall still be allowed to apply for injunctive remedies (or an equivalent type of urgent legal relief) in any jurisdiction.

June 2014.
    </sdk:license>

    <sdk:license id="android-sdk-preview-license" type="text">To get started with the Android SDK Preview, you must agree to the following terms and conditions.
As described below, please note that this is a preview version of the Android SDK, subject to change, that you use at your own risk.  The Android SDK Preview is not a stable release, and may contain errors and defects that can result in serious damage to your computer systems, devices and data.

This is the Android SDK Preview License Agreement (the &quot;License Agreement&quot;).

1. Introduction

1.1 The Android SDK Preview (referred to in the License Agreement as the 窶弃review窶・and specifically including the Android system files, packaged APIs, and Preview library files, if and when they are made available) is licensed to you subject to the terms of the License Agreement. The License Agreement forms a legally binding contract between you and Google in relation to your use of the Preview.

1.2 &quot;Android&quot; means the Android software stack for devices, as made available under the Android Open Source Project, which is located at the following URL: http://source.android.com/, as updated from time to time.

1.3 &quot;Google&quot; means Google Inc., a Delaware corporation with principal place of business at 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States.

2. Accepting the License Agreement

2.1 In order to use the Preview, you must first agree to the License Agreement. You may not use the Preview if you do not accept the License Agreement.

2.2 By clicking to accept and/or using the Preview, you hereby agree to the terms of the License Agreement.

2.3 You may not use the Preview and may not accept the License Agreement if you are a person barred from receiving the Preview under the laws of the United States or other countries including the country in which you are resident or from which you use the Preview.

2.4 If you will use the Preview internally within your company or organization you agree to be bound by the License Agreement on behalf of your employer or other entity, and you represent and warrant that you have full legal authority to bind your employer or such entity to the License Agreement. If you do not have the requisite authority, you may not accept the License Agreement or use the Preview on behalf of your employer or other entity.

3. Preview License from Google

3.1 Subject to the terms of the License Agreement, Google grants you a royalty-free, non-assignable, non-exclusive, non-sublicensable, limited, revocable license to use the Preview, personally or internally within your company or organization, solely to develop applications to run on the Android platform.

3.2 You agree that Google or third parties owns all legal right, title and interest in and to the Preview, including any Intellectual Property Rights that subsist in the Preview. &quot;Intellectual Property Rights&quot; means any and all rights under patent law, copyright law, trade secret law, trademark law, and any and all other proprietary rights. Google reserves all rights not expressly granted to you.

3.3 You may not use the Preview for any purpose not expressly permitted by the License Agreement. Except to the extent required by applicable third party licenses, you may not: (a) copy (except for backup purposes), modify, adapt, redistribute, decompile, reverse engineer, disassemble, or create derivative works of the Preview or any part of the Preview; or (b) load any part of the Preview onto a mobile handset or any other hardware device except a personal computer, combine any part of the Preview with other software, or distribute any software or device incorporating a part of the Preview.

3.4 You agree that you will not take any actions that may cause or result in the fragmentation of Android, including but not limited to distributing, participating in the creation of, or promoting in any way a software development kit derived from the Preview.

3.5 Use, reproduction and distribution of components of the Preview licensed under an open source software license are governed solely by the terms of that open source software license and not the License Agreement. You agree to remain a licensee in good standing in regard to such open source software licenses under all the rights granted and to refrain from any actions that may terminate, suspend, or breach such rights.

3.6 You agree that the form and nature of the Preview that Google provides may change without prior notice to you and that future versions of the Preview may be incompatible with applications developed on previous versions of the Preview. You agree that Google may stop (permanently or temporarily) providing the Preview (or any features within the Preview) to you or to users generally at Google's sole discretion, without prior notice to you.

3.7 Nothing in the License Agreement gives you a right to use any of Google's trade names, trademarks, service marks, logos, domain names, or other distinctive brand features.

3.8 You agree that you will not remove, obscure, or alter any proprietary rights notices (including copyright and trademark notices) that may be affixed to or contained within the Preview.

4. Use of the Preview by You

4.1 Google agrees that nothing in the License Agreement gives Google any right, title or interest from you (or your licensors) under the License Agreement in or to any software applications that you develop using the Preview, including any intellectual property rights that subsist in those applications.

4.2 You agree to use the Preview and write applications only for purposes that are permitted by (a) the License Agreement, and (b) any applicable law, regulation or generally accepted practices or guidelines in the relevant jurisdictions (including any laws regarding the export of data or software to and from the United States or other relevant countries).

4.3 You agree that if you use the Preview to develop applications, you will protect the privacy and legal rights of users. If users provide you with user names, passwords, or other login information or personal information, you must make the users aware that the information will be available to your application, and you must provide legally adequate privacy notice and protection for those users. If your application stores personal or sensitive information provided by users, it must do so securely. If users provide you with Google Account information, your application may only use that information to access the user's Google Account when, and for the limited purposes for which, each user has given you permission to do so.

4.4 You agree that you will not engage in any activity with the Preview, including the development or distribution of an application, that interferes with, disrupts, damages, or accesses in an unauthorized manner the servers, networks, or other properties or services of Google or any third party.

4.5 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any data, content, or resources that you create, transmit or display through Android and/or applications for Android, and for the consequences of your actions (including any loss or damage which Google may suffer) by doing so.

4.6 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any breach of your obligations under the License Agreement, any applicable third party contract or Terms of Service, or any applicable law or regulation, and for the consequences (including any loss or damage which Google or any third party may suffer) of any such breach.

4.7 The Preview is in development, and your testing and feedback are an important part of the development process. By using the Preview, you acknowledge that implementation of some features are still under development and that you should not rely on the Preview having the full functionality of a stable release. You agree not to publicly distribute or ship any application using this Preview as this Preview will no longer be supported after the official Android SDK is released.

5. Your Developer Credentials

5.1 You agree that you are responsible for maintaining the confidentiality of any developer credentials that may be issued to you by Google or which you may choose yourself and that you will be solely responsible for all applications that are developed under your developer credentials.

6. Privacy and Information

6.1 In order to continually innovate and improve the Preview, Google may collect certain usage statistics from the software including but not limited to a unique identifier, associated IP address, version number of the software, and information on which tools and/or services in the Preview are being used and how they are being used. Before any of this information is collected, the Preview will notify you and seek your consent. If you withhold consent, the information will not be collected.

6.2 The data collected is examined in the aggregate to improve the Preview and is maintained in accordance with Google's Privacy Policy located at http://www.google.com/policies/privacy/.

7. Third Party Applications

7.1 If you use the Preview to run applications developed by a third party or that access data, content or resources provided by a third party, you agree that Google is not responsible for those applications, data, content, or resources. You understand that all data, content or resources which you may access through such third party applications are the sole responsibility of the person from which they originated and that Google is not liable for any loss or damage that you may experience as a result of the use or access of any of those third party applications, data, content, or resources.

7.2 You should be aware the data, content, and resources presented to you through such a third party application may be protected by intellectual property rights which are owned by the providers (or by other persons or companies on their behalf). You may not modify, rent, lease, loan, sell, distribute or create derivative works based on these data, content, or resources (either in whole or in part) unless you have been specifically given permission to do so by the relevant owners.

7.3 You acknowledge that your use of such third party applications, data, content, or resources may be subject to separate terms between you and the relevant third party.

8. Using Google APIs

8.1 Google APIs

8.1.1 If you use any API to retrieve data from Google, you acknowledge that the data may be protected by intellectual property rights which are owned by Google or those parties that provide the data (or by other persons or companies on their behalf). Your use of any such API may be subject to additional Terms of Service. You may not modify, rent, lease, loan, sell, distribute or create derivative works based on this data (either in whole or in part) unless allowed by the relevant Terms of Service.

8.1.2 If you use any API to retrieve a user's data from Google, you acknowledge and agree that you shall retrieve data only with the user's explicit consent and only when, and for the limited purposes for which, the user has given you permission to do so.

9. Terminating the License Agreement

9.1 the License Agreement will continue to apply until terminated by either you or Google as set out below.

9.2 If you want to terminate the License Agreement, you may do so by ceasing your use of the Preview and any relevant developer credentials.

9.3 Google may at any time, terminate the License Agreement, with or without cause, upon notice to you.

9.4 The License Agreement will automatically terminate without notice or other action upon the earlier of:
(A) when Google ceases to provide the Preview or certain parts of the Preview to users in the country in which you are resident or from which you use the service; and
(B) Google issues a final release version of the Android SDK.

9.5 When the License Agreement is terminated, the license granted to you in the License Agreement will terminate, you will immediately cease all use of the Preview, and the provisions of paragraphs 10, 11, 12 and 14 shall survive indefinitely.

10. DISCLAIMERS

10.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT YOUR USE OF THE PREVIEW IS AT YOUR SOLE RISK AND THAT THE PREVIEW IS PROVIDED &quot;AS IS&quot; AND &quot;AS AVAILABLE&quot; WITHOUT WARRANTY OF ANY KIND FROM GOOGLE.

10.2 YOUR USE OF THE PREVIEW AND ANY MATERIAL DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE USE OF THE PREVIEW IS AT YOUR OWN DISCRETION AND RISK AND YOU ARE SOLELY RESPONSIBLE FOR ANY DAMAGE TO YOUR COMPUTER SYSTEM OR OTHER DEVICE OR LOSS OF DATA THAT RESULTS FROM SUCH USE. WITHOUT LIMITING THE FOREGOING, YOU UNDERSTAND THAT THE PREVIEW IS NOT A STABLE RELEASE AND MAY CONTAIN ERRORS, DEFECTS AND SECURITY VULNERABILITIES THAT CAN RESULT IN SIGNIFICANT DAMAGE, INCLUDING THE COMPLETE, IRRECOVERABLE LOSS OF USE OF YOUR COMPUTER SYSTEM OR OTHER DEVICE.

10.3 GOOGLE FURTHER EXPRESSLY DISCLAIMS ALL WARRANTIES AND CONDITIONS OF ANY KIND, WHETHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.

11. LIMITATION OF LIABILITY

11.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT GOOGLE, ITS SUBSIDIARIES AND AFFILIATES, AND ITS LICENSORS SHALL NOT BE LIABLE TO YOU UNDER ANY THEORY OF LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL OR EXEMPLARY DAMAGES THAT MAY BE INCURRED BY YOU, INCLUDING ANY LOSS OF DATA, WHETHER OR NOT GOOGLE OR ITS REPRESENTATIVES HAVE BEEN ADVISED OF OR SHOULD HAVE BEEN AWARE OF THE POSSIBILITY OF ANY SUCH LOSSES ARISING.

12. Indemnification

12.1 To the maximum extent permitted by law, you agree to defend, indemnify and hold harmless Google, its affiliates and their respective directors, officers, employees and agents from and against any and all claims, actions, suits or proceedings, as well as any and all losses, liabilities, damages, costs and expenses (including reasonable attorneys窶・fees) arising out of or accruing from (a) your use of the Preview, (b) any application you develop on the Preview that infringes any Intellectual Property Rights of any person or defames any person or violates their rights of publicity or privacy, and (c) any non-compliance by you of the License Agreement.

13. Changes to the License Agreement

13.1 Google may make changes to the License Agreement as it distributes new versions of the Preview. When these changes are made, Google will make a new version of the License Agreement available on the website where the Preview is made available.

14. General Legal Terms

14.1 the License Agreement constitutes the whole legal agreement between you and Google and governs your use of the Preview (excluding any services which Google may provide to you under a separate written agreement), and completely replaces any prior agreements between you and Google in relation to the Preview.

14.2 You agree that if Google does not exercise or enforce any legal right or remedy which is contained in the License Agreement (or which Google has the benefit of under any applicable law), this will not be taken to be a formal waiver of Google's rights and that those rights or remedies will still be available to Google.

14.3 If any court of law, having the jurisdiction to decide on this matter, rules that any provision of the License Agreement is invalid, then that provision will be removed from the License Agreement without affecting the rest of the License Agreement. The remaining provisions of the License Agreement will continue to be valid and enforceable.

14.4 You acknowledge and agree that each member of the group of companies of which Google is the parent shall be third party beneficiaries to the License Agreement and that such other companies shall be entitled to directly enforce, and rely upon, any provision of the License Agreement that confers a benefit on (or rights in favor of) them. Other than this, no other person or company shall be third party beneficiaries to the License Agreement.

14.5 EXPORT RESTRICTIONS. THE PREVIEW IS SUBJECT TO UNITED STATES EXPORT LAWS AND REGULATIONS. YOU MUST COMPLY WITH ALL DOMESTIC AND INTERNATIONAL EXPORT LAWS AND REGULATIONS THAT APPLY TO THE PREVIEW. THESE LAWS INCLUDE RESTRICTIONS ON DESTINATIONS, END USERS AND END USE.

14.6 The License Agreement may not be assigned or transferred by you without the prior written approval of Google, and any attempted assignment without such approval will be void. You shall not delegate your responsibilities or obligations under the License Agreement without the prior written approval of Google.

14.7 The License Agreement, and your relationship with Google under the License Agreement, shall be governed by the laws of the State of California without regard to its conflict of laws provisions. You and Google agree to submit to the exclusive jurisdiction of the courts located within the county of Santa Clara, California to resolve any legal matter arising from the License Agreement. Notwithstanding this, you agree that Google shall still be allowed to apply for injunctive remedies (or an equivalent type of urgent legal relief) in any jurisdiction.

June 2014.
    </sdk:license>

    <sdk:system-image>
        <!-- Generated at Mon Jun 23 19:21:33 2014 from git_klp-modular-release @ 1246132 -->
        <sdk:revision>1</sdk:revision>
        <sdk:description>Android SDK Platform 4.4W</sdk:description>
        <sdk:api-level>20</sdk:api-level>
        <sdk:abi>armeabi-v7a</sdk:abi>
        <sdk:tag-id>android-wear</sdk:tag-id>
        <sdk:tag-display>Android Wear</sdk:tag-display>
        <sdk:archives>
            <sdk:archive>
                <sdk:size>108291293</sdk:size>
                <sdk:checksum type="sha1">1d824850455fbccfabd789f308c108e89acba4f9</sdk:checksum>
                <sdk:url>sysimg_wear_arm-20_r01.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:system-image>

    <sdk:system-image>
        <!-- Generated at Mon Jun 23 19:22:00 2014 from git_klp-modular-release @ 1246132 -->
        <sdk:revision>1</sdk:revision>
        <sdk:description>Android SDK Platform 4.4W</sdk:description>
        <sdk:api-level>20</sdk:api-level>
        <sdk:abi>x86</sdk:abi>
        <sdk:tag-id>android-wear</sdk:tag-id>
        <sdk:tag-display>Android Wear</sdk:tag-display>
        <sdk:archives>
            <sdk:archive>
                <sdk:size>120935655</sdk:size>
                <sdk:checksum type="sha1">99d133cafb914713db0d777f78545eb64c8d7367</sdk:checksum>
                <sdk:url>sysimg_wear_x86-20_r01.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:system-image>

</sdk:sdk-sys-img>
</pre>
<h4>https://dl-ssl.google.com/android/repository/sys-img/android-tv/sys-img.xml</h4>
<pre class="brush: xml; first-line: 1;" >
<?xml version="1.0" encoding="UTF-8"?>
<sdk:sdk-sys-img xmlns:sdk="http://schemas.android.com/sdk/android/sys-img/3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

    <sdk:license id="android-sdk-license" type="text">To get started with the Android SDK, you must agree to the following terms and conditions.

This is the Android SDK License Agreement (the &quot;License Agreement&quot;).

1. Introduction

1.1 The Android SDK (referred to in the License Agreement as the &quot;SDK&quot; and specifically including the Android system files, packaged APIs, and SDK library files and tools , if and when they are made available) is licensed to you subject to the terms of the License Agreement. The License Agreement forms a legally binding contract between you and Google in relation to your use of the SDK.

1.2 &quot;Android&quot; means the Android software stack for devices, as made available under the Android Open Source Project, which is located at the following URL: http://source.android.com/, as updated from time to time.

1.3 &quot;Google&quot; means Google Inc., a Delaware corporation with principal place of business at 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States.

2. Accepting the License Agreement

2.1 In order to use the SDK, you must first agree to the License Agreement. You may not use the SDK if you do not accept the License Agreement.

2.2 By clicking to accept and/or using the SDK, you hereby agree to the terms of the License Agreement.

2.3 You may not use the SDK and may not accept the License Agreement if you are a person barred from receiving the SDK under the laws of the United States or other countries including the country in which you are resident or from which you use the SDK.

2.4 If you will use the SDK internally within your company or organization you agree to be bound by the License Agreement on behalf of your employer or other entity, and you represent and warrant that you have full legal authority to bind your employer or such entity to the License Agreement. If you do not have the requisite authority, you may not accept the License Agreement or use the SDK on behalf of your employer or other entity.

3. SDK License from Google

3.1 Subject to the terms of the License Agreement, Google grants you a royalty-free, non-assignable, non-exclusive, non-sublicensable, limited, revocable license to use the SDK, personally or internally within your company or organization, solely to develop and distribute applications to run on the Android platform.

3.2 You agree that Google or third parties own all legal right, title and interest in and to the SDK, including any Intellectual Property Rights that subsist in the SDK. &quot;Intellectual Property Rights&quot; means any and all rights under patent law, copyright law, trade secret law, trademark law, and any and all other proprietary rights. Google reserves all rights not expressly granted to you.

3.3 You may not use the SDK for any purpose not expressly permitted by the License Agreement. Except to the extent required by applicable third party licenses, you may not: (a) copy (except for backup purposes), modify, adapt, redistribute, decompile, reverse engineer, disassemble, or create derivative works of the SDK or any part of the SDK; or (b) load any part of the SDK onto a mobile handset or any other hardware device except a personal computer, combine any part of the SDK with other software, or distribute any software or device incorporating a part of the SDK.

3.4 You agree that you will not take any actions that may cause or result in the fragmentation of Android, including but not limited to distributing, participating in the creation of, or promoting in any way a software development kit derived from the SDK.

3.5 Use, reproduction and distribution of components of the SDK licensed under an open source software license are governed solely by the terms of that open source software license and not the License Agreement. You agree to remain a licensee in good standing in regard to such open source software licenses under all the rights granted and to refrain from any actions that may terminate, suspend, or breach such rights.

3.6 You agree that the form and nature of the SDK that Google provides may change without prior notice to you and that future versions of the SDK may be incompatible with applications developed on previous versions of the SDK. You agree that Google may stop (permanently or temporarily) providing the SDK (or any features within the SDK) to you or to users generally at Google's sole discretion, without prior notice to you.

3.7 Nothing in the License Agreement gives you a right to use any of Google's trade names, trademarks, service marks, logos, domain names, or other distinctive brand features.

3.8 You agree that you will not remove, obscure, or alter any proprietary rights notices (including copyright and trademark notices) that may be affixed to or contained within the SDK.

4. Use of the SDK by You

4.1 Google agrees that nothing in the License Agreement gives Google any right, title or interest from you (or your licensors) under the License Agreement in or to any software applications that you develop using the SDK, including any intellectual property rights that subsist in those applications.

4.2 You agree to use the SDK and write applications only for purposes that are permitted by (a) the License Agreement, and (b) any applicable law, regulation or generally accepted practices or guidelines in the relevant jurisdictions (including any laws regarding the export of data or software to and from the United States or other relevant countries).

4.3 You agree that if you use the SDK to develop applications, you will protect the privacy and legal rights of users. If users provide you with user names, passwords, or other login information or personal information, you must make the users aware that the information will be available to your application, and you must provide legally adequate privacy notice and protection for those users. If your application stores personal or sensitive information provided by users, it must do so securely. If users provide you with Google Account information, your application may only use that information to access the user's Google Account when, and for the limited purposes for which, each user has given you permission to do so.

4.4 You agree that you will not engage in any activity with the SDK, including the development or distribution of an application, that interferes with, disrupts, damages, or accesses in an unauthorized manner the servers, networks, or other properties or services of Google or any third party.

4.5 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any data, content, or resources that you create, transmit or display through Android and/or applications for Android, and for the consequences of your actions (including any loss or damage which Google may suffer) by doing so.

4.6 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any breach of your obligations under the License Agreement, any applicable third party contract or Terms of Service, or any applicable law or regulation, and for the consequences (including any loss or damage which Google or any third party may suffer) of any such breach.

5. Your Developer Credentials

5.1 You agree that you are responsible for maintaining the confidentiality of any developer credentials that may be issued to you by Google or which you may choose yourself and that you will be solely responsible for all applications that are developed under your developer credentials.

6. Privacy and Information

6.1 In order to continually innovate and improve the SDK, Google may collect certain usage statistics from the software including but not limited to a unique identifier, associated IP address, version number of the software, and information on which tools and/or services in the SDK are being used and how they are being used. Before any of this information is collected, the SDK will notify you and seek your consent. If you withhold consent, the information will not be collected.

6.2 The data collected is examined in the aggregate to improve the SDK and is maintained in accordance with Google's Privacy Policy located at http://www.google.com/policies/privacy/.

7. Third Party Applications

7.1 If you use the SDK to run applications developed by a third party or that access data, content or resources provided by a third party, you agree that Google is not responsible for those applications, data, content, or resources. You understand that all data, content or resources which you may access through such third party applications are the sole responsibility of the person from which they originated and that Google is not liable for any loss or damage that you may experience as a result of the use or access of any of those third party applications, data, content, or resources.

7.2 You should be aware the data, content, and resources presented to you through such a third party application may be protected by intellectual property rights which are owned by the providers (or by other persons or companies on their behalf). You may not modify, rent, lease, loan, sell, distribute or create derivative works based on these data, content, or resources (either in whole or in part) unless you have been specifically given permission to do so by the relevant owners.

7.3 You acknowledge that your use of such third party applications, data, content, or resources may be subject to separate terms between you and the relevant third party.

8. Using Google APIs

8.1 Google APIs

8.1.1 If you use any API to retrieve data from Google, you acknowledge that the data may be protected by intellectual property rights which are owned by Google or those parties that provide the data (or by other persons or companies on their behalf). Your use of any such API may be subject to additional Terms of Service. You may not modify, rent, lease, loan, sell, distribute or create derivative works based on this data (either in whole or in part) unless allowed by the relevant Terms of Service.

8.1.2 If you use any API to retrieve a user's data from Google, you acknowledge and agree that you shall retrieve data only with the user's explicit consent and only when, and for the limited purposes for which, the user has given you permission to do so.

9. Terminating the License Agreement

9.1 The License Agreement will continue to apply until terminated by either you or Google as set out below.

9.2 If you want to terminate the License Agreement, you may do so by ceasing your use of the SDK and any relevant developer credentials.

9.3 Google may at any time, terminate the License Agreement, with or without cause, upon notice to you.

9.4 The License Agreement will automatically terminate without notice or other action when Google ceases to provide the SDK or certain parts of the SDK to users in the country in which you are resident or from which you use the service.

9.5 When the License Agreement is terminated, the license granted to you in the License Agreement will terminate, you will immediately cease all use of the SDK, and the provisions of paragraphs 10, 11, 12 and 14 shall survive indefinitely.

10. DISCLAIMERS

10.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT YOUR USE OF THE SDK IS AT YOUR SOLE RISK AND THAT THE SDK IS PROVIDED &quot;AS IS&quot; AND &quot;AS AVAILABLE&quot; WITHOUT WARRANTY OF ANY KIND FROM GOOGLE.

10.2 YOUR USE OF THE SDK AND ANY MATERIAL DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE USE OF THE SDK IS AT YOUR OWN DISCRETION AND RISK AND YOU ARE SOLELY RESPONSIBLE FOR ANY DAMAGE TO YOUR COMPUTER SYSTEM OR OTHER DEVICE OR LOSS OF DATA THAT RESULTS FROM SUCH USE. WITHOUT LIMITING THE FOREGOING, YOU UNDERSTAND THAT THE SDK MAY CONTAIN ERRORS, DEFECTS AND SECURITY VULNERABILITIES THAT CAN RESULT IN SIGNIFICANT DAMAGE, INCLUDING THE COMPLETE, IRRECOVERABLE LOSS OF USE OF YOUR COMPUTER SYSTEM OR OTHER DEVICE.

10.3 GOOGLE FURTHER EXPRESSLY DISCLAIMS ALL WARRANTIES AND CONDITIONS OF ANY KIND, WHETHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.

11. LIMITATION OF LIABILITY

11.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT GOOGLE, ITS SUBSIDIARIES AND AFFILIATES, AND ITS LICENSORS SHALL NOT BE LIABLE TO YOU UNDER ANY THEORY OF LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL OR EXEMPLARY DAMAGES THAT MAY BE INCURRED BY YOU, INCLUDING ANY LOSS OF DATA, WHETHER OR NOT GOOGLE OR ITS REPRESENTATIVES HAVE BEEN ADVISED OF OR SHOULD HAVE BEEN AWARE OF THE POSSIBILITY OF ANY SUCH LOSSES ARISING.

12. Indemnification

12.1 To the maximum extent permitted by law, you agree to defend, indemnify and hold harmless Google, its affiliates and their respective directors, officers, employees and agents from and against any and all claims, actions, suits or proceedings, as well as any and all losses, liabilities, damages, costs and expenses (including reasonable attorneys窶・fees) arising out of or accruing from (a) your use of the SDK, (b) any application you develop on the SDK that infringes any Intellectual Property Rights of any person or defames any person or violates their rights of publicity or privacy, and (c) any non-compliance by you of the License Agreement.

13. Changes to the License Agreement

13.1 Google may make changes to the License Agreement as it distributes new versions of the SDK. When these changes are made, Google will make a new version of the License Agreement available on the website where the SDK is made available.

14. General Legal Terms

14.1 The License Agreement constitutes the whole legal agreement between you and Google and governs your use of the SDK (excluding any services which Google may provide to you under a separate written agreement), and completely replaces any prior agreements between you and Google in relation to the SDK.

14.2 You agree that if Google does not exercise or enforce any legal right or remedy which is contained in the License Agreement (or which Google has the benefit of under any applicable law), this will not be taken to be a formal waiver of Google's rights and that those rights or remedies will still be available to Google.

14.3 If any court of law, having the jurisdiction to decide on this matter, rules that any provision of the License Agreement is invalid, then that provision will be removed from the License Agreement without affecting the rest of the License Agreement. The remaining provisions of the License Agreement will continue to be valid and enforceable.

14.4 You acknowledge and agree that each member of the group of companies of which Google is the parent shall be third party beneficiaries to the License Agreement and that such other companies shall be entitled to directly enforce, and rely upon, any provision of the License Agreement that confers a benefit on (or rights in favor of) them. Other than this, no other person or company shall be third party beneficiaries to the License Agreement.

14.5 EXPORT RESTRICTIONS. THE SDK IS SUBJECT TO UNITED STATES EXPORT LAWS AND REGULATIONS. YOU MUST COMPLY WITH ALL DOMESTIC AND INTERNATIONAL EXPORT LAWS AND REGULATIONS THAT APPLY TO THE SDK. THESE LAWS INCLUDE RESTRICTIONS ON DESTINATIONS, END USERS AND END USE.

14.6 The License Agreement may not be assigned or transferred by you without the prior written approval of Google, and any attempted assignment without such approval will be void. You shall not delegate your responsibilities or obligations under the License Agreement without the prior written approval of Google.

14.7 The License Agreement, and your relationship with Google under the License Agreement, shall be governed by the laws of the State of California without regard to its conflict of laws provisions. You and Google agree to submit to the exclusive jurisdiction of the courts located within the county of Santa Clara, California to resolve any legal matter arising from the License Agreement. Notwithstanding this, you agree that Google shall still be allowed to apply for injunctive remedies (or an equivalent type of urgent legal relief) in any jurisdiction.

June 2014.
    </sdk:license>

    <sdk:license id="android-sdk-preview-license" type="text">To get started with the Android SDK Preview, you must agree to the following terms and conditions.
As described below, please note that this is a preview version of the Android SDK, subject to change, that you use at your own risk.  The Android SDK Preview is not a stable release, and may contain errors and defects that can result in serious damage to your computer systems, devices and data.

This is the Android SDK Preview License Agreement (the &quot;License Agreement&quot;).

1. Introduction

1.1 The Android SDK Preview (referred to in the License Agreement as the 窶弃review窶・and specifically including the Android system files, packaged APIs, and Preview library files, if and when they are made available) is licensed to you subject to the terms of the License Agreement. The License Agreement forms a legally binding contract between you and Google in relation to your use of the Preview.

1.2 &quot;Android&quot; means the Android software stack for devices, as made available under the Android Open Source Project, which is located at the following URL: http://source.android.com/, as updated from time to time.

1.3 &quot;Google&quot; means Google Inc., a Delaware corporation with principal place of business at 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States.

2. Accepting the License Agreement

2.1 In order to use the Preview, you must first agree to the License Agreement. You may not use the Preview if you do not accept the License Agreement.

2.2 By clicking to accept and/or using the Preview, you hereby agree to the terms of the License Agreement.

2.3 You may not use the Preview and may not accept the License Agreement if you are a person barred from receiving the Preview under the laws of the United States or other countries including the country in which you are resident or from which you use the Preview.

2.4 If you will use the Preview internally within your company or organization you agree to be bound by the License Agreement on behalf of your employer or other entity, and you represent and warrant that you have full legal authority to bind your employer or such entity to the License Agreement. If you do not have the requisite authority, you may not accept the License Agreement or use the Preview on behalf of your employer or other entity.

3. Preview License from Google

3.1 Subject to the terms of the License Agreement, Google grants you a royalty-free, non-assignable, non-exclusive, non-sublicensable, limited, revocable license to use the Preview, personally or internally within your company or organization, solely to develop applications to run on the Android platform.

3.2 You agree that Google or third parties owns all legal right, title and interest in and to the Preview, including any Intellectual Property Rights that subsist in the Preview. &quot;Intellectual Property Rights&quot; means any and all rights under patent law, copyright law, trade secret law, trademark law, and any and all other proprietary rights. Google reserves all rights not expressly granted to you.

3.3 You may not use the Preview for any purpose not expressly permitted by the License Agreement. Except to the extent required by applicable third party licenses, you may not: (a) copy (except for backup purposes), modify, adapt, redistribute, decompile, reverse engineer, disassemble, or create derivative works of the Preview or any part of the Preview; or (b) load any part of the Preview onto a mobile handset or any other hardware device except a personal computer, combine any part of the Preview with other software, or distribute any software or device incorporating a part of the Preview.

3.4 You agree that you will not take any actions that may cause or result in the fragmentation of Android, including but not limited to distributing, participating in the creation of, or promoting in any way a software development kit derived from the Preview.

3.5 Use, reproduction and distribution of components of the Preview licensed under an open source software license are governed solely by the terms of that open source software license and not the License Agreement. You agree to remain a licensee in good standing in regard to such open source software licenses under all the rights granted and to refrain from any actions that may terminate, suspend, or breach such rights.

3.6 You agree that the form and nature of the Preview that Google provides may change without prior notice to you and that future versions of the Preview may be incompatible with applications developed on previous versions of the Preview. You agree that Google may stop (permanently or temporarily) providing the Preview (or any features within the Preview) to you or to users generally at Google's sole discretion, without prior notice to you.

3.7 Nothing in the License Agreement gives you a right to use any of Google's trade names, trademarks, service marks, logos, domain names, or other distinctive brand features.

3.8 You agree that you will not remove, obscure, or alter any proprietary rights notices (including copyright and trademark notices) that may be affixed to or contained within the Preview.

4. Use of the Preview by You

4.1 Google agrees that nothing in the License Agreement gives Google any right, title or interest from you (or your licensors) under the License Agreement in or to any software applications that you develop using the Preview, including any intellectual property rights that subsist in those applications.

4.2 You agree to use the Preview and write applications only for purposes that are permitted by (a) the License Agreement, and (b) any applicable law, regulation or generally accepted practices or guidelines in the relevant jurisdictions (including any laws regarding the export of data or software to and from the United States or other relevant countries).

4.3 You agree that if you use the Preview to develop applications, you will protect the privacy and legal rights of users. If users provide you with user names, passwords, or other login information or personal information, you must make the users aware that the information will be available to your application, and you must provide legally adequate privacy notice and protection for those users. If your application stores personal or sensitive information provided by users, it must do so securely. If users provide you with Google Account information, your application may only use that information to access the user's Google Account when, and for the limited purposes for which, each user has given you permission to do so.

4.4 You agree that you will not engage in any activity with the Preview, including the development or distribution of an application, that interferes with, disrupts, damages, or accesses in an unauthorized manner the servers, networks, or other properties or services of Google or any third party.

4.5 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any data, content, or resources that you create, transmit or display through Android and/or applications for Android, and for the consequences of your actions (including any loss or damage which Google may suffer) by doing so.

4.6 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any breach of your obligations under the License Agreement, any applicable third party contract or Terms of Service, or any applicable law or regulation, and for the consequences (including any loss or damage which Google or any third party may suffer) of any such breach.

4.7 The Preview is in development, and your testing and feedback are an important part of the development process. By using the Preview, you acknowledge that implementation of some features are still under development and that you should not rely on the Preview having the full functionality of a stable release. You agree not to publicly distribute or ship any application using this Preview as this Preview will no longer be supported after the official Android SDK is released.

5. Your Developer Credentials

5.1 You agree that you are responsible for maintaining the confidentiality of any developer credentials that may be issued to you by Google or which you may choose yourself and that you will be solely responsible for all applications that are developed under your developer credentials.

6. Privacy and Information

6.1 In order to continually innovate and improve the Preview, Google may collect certain usage statistics from the software including but not limited to a unique identifier, associated IP address, version number of the software, and information on which tools and/or services in the Preview are being used and how they are being used. Before any of this information is collected, the Preview will notify you and seek your consent. If you withhold consent, the information will not be collected.

6.2 The data collected is examined in the aggregate to improve the Preview and is maintained in accordance with Google's Privacy Policy located at http://www.google.com/policies/privacy/.

7. Third Party Applications

7.1 If you use the Preview to run applications developed by a third party or that access data, content or resources provided by a third party, you agree that Google is not responsible for those applications, data, content, or resources. You understand that all data, content or resources which you may access through such third party applications are the sole responsibility of the person from which they originated and that Google is not liable for any loss or damage that you may experience as a result of the use or access of any of those third party applications, data, content, or resources.

7.2 You should be aware the data, content, and resources presented to you through such a third party application may be protected by intellectual property rights which are owned by the providers (or by other persons or companies on their behalf). You may not modify, rent, lease, loan, sell, distribute or create derivative works based on these data, content, or resources (either in whole or in part) unless you have been specifically given permission to do so by the relevant owners.

7.3 You acknowledge that your use of such third party applications, data, content, or resources may be subject to separate terms between you and the relevant third party.

8. Using Google APIs

8.1 Google APIs

8.1.1 If you use any API to retrieve data from Google, you acknowledge that the data may be protected by intellectual property rights which are owned by Google or those parties that provide the data (or by other persons or companies on their behalf). Your use of any such API may be subject to additional Terms of Service. You may not modify, rent, lease, loan, sell, distribute or create derivative works based on this data (either in whole or in part) unless allowed by the relevant Terms of Service.

8.1.2 If you use any API to retrieve a user's data from Google, you acknowledge and agree that you shall retrieve data only with the user's explicit consent and only when, and for the limited purposes for which, the user has given you permission to do so.

9. Terminating the License Agreement

9.1 the License Agreement will continue to apply until terminated by either you or Google as set out below.

9.2 If you want to terminate the License Agreement, you may do so by ceasing your use of the Preview and any relevant developer credentials.

9.3 Google may at any time, terminate the License Agreement, with or without cause, upon notice to you.

9.4 The License Agreement will automatically terminate without notice or other action upon the earlier of:
(A) when Google ceases to provide the Preview or certain parts of the Preview to users in the country in which you are resident or from which you use the service; and
(B) Google issues a final release version of the Android SDK.

9.5 When the License Agreement is terminated, the license granted to you in the License Agreement will terminate, you will immediately cease all use of the Preview, and the provisions of paragraphs 10, 11, 12 and 14 shall survive indefinitely.

10. DISCLAIMERS

10.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT YOUR USE OF THE PREVIEW IS AT YOUR SOLE RISK AND THAT THE PREVIEW IS PROVIDED &quot;AS IS&quot; AND &quot;AS AVAILABLE&quot; WITHOUT WARRANTY OF ANY KIND FROM GOOGLE.

10.2 YOUR USE OF THE PREVIEW AND ANY MATERIAL DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE USE OF THE PREVIEW IS AT YOUR OWN DISCRETION AND RISK AND YOU ARE SOLELY RESPONSIBLE FOR ANY DAMAGE TO YOUR COMPUTER SYSTEM OR OTHER DEVICE OR LOSS OF DATA THAT RESULTS FROM SUCH USE. WITHOUT LIMITING THE FOREGOING, YOU UNDERSTAND THAT THE PREVIEW IS NOT A STABLE RELEASE AND MAY CONTAIN ERRORS, DEFECTS AND SECURITY VULNERABILITIES THAT CAN RESULT IN SIGNIFICANT DAMAGE, INCLUDING THE COMPLETE, IRRECOVERABLE LOSS OF USE OF YOUR COMPUTER SYSTEM OR OTHER DEVICE.

10.3 GOOGLE FURTHER EXPRESSLY DISCLAIMS ALL WARRANTIES AND CONDITIONS OF ANY KIND, WHETHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.

11. LIMITATION OF LIABILITY

11.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT GOOGLE, ITS SUBSIDIARIES AND AFFILIATES, AND ITS LICENSORS SHALL NOT BE LIABLE TO YOU UNDER ANY THEORY OF LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL OR EXEMPLARY DAMAGES THAT MAY BE INCURRED BY YOU, INCLUDING ANY LOSS OF DATA, WHETHER OR NOT GOOGLE OR ITS REPRESENTATIVES HAVE BEEN ADVISED OF OR SHOULD HAVE BEEN AWARE OF THE POSSIBILITY OF ANY SUCH LOSSES ARISING.

12. Indemnification

12.1 To the maximum extent permitted by law, you agree to defend, indemnify and hold harmless Google, its affiliates and their respective directors, officers, employees and agents from and against any and all claims, actions, suits or proceedings, as well as any and all losses, liabilities, damages, costs and expenses (including reasonable attorneys窶・fees) arising out of or accruing from (a) your use of the Preview, (b) any application you develop on the Preview that infringes any Intellectual Property Rights of any person or defames any person or violates their rights of publicity or privacy, and (c) any non-compliance by you of the License Agreement.

13. Changes to the License Agreement

13.1 Google may make changes to the License Agreement as it distributes new versions of the Preview. When these changes are made, Google will make a new version of the License Agreement available on the website where the Preview is made available.

14. General Legal Terms

14.1 the License Agreement constitutes the whole legal agreement between you and Google and governs your use of the Preview (excluding any services which Google may provide to you under a separate written agreement), and completely replaces any prior agreements between you and Google in relation to the Preview.

14.2 You agree that if Google does not exercise or enforce any legal right or remedy which is contained in the License Agreement (or which Google has the benefit of under any applicable law), this will not be taken to be a formal waiver of Google's rights and that those rights or remedies will still be available to Google.

14.3 If any court of law, having the jurisdiction to decide on this matter, rules that any provision of the License Agreement is invalid, then that provision will be removed from the License Agreement without affecting the rest of the License Agreement. The remaining provisions of the License Agreement will continue to be valid and enforceable.

14.4 You acknowledge and agree that each member of the group of companies of which Google is the parent shall be third party beneficiaries to the License Agreement and that such other companies shall be entitled to directly enforce, and rely upon, any provision of the License Agreement that confers a benefit on (or rights in favor of) them. Other than this, no other person or company shall be third party beneficiaries to the License Agreement.

14.5 EXPORT RESTRICTIONS. THE PREVIEW IS SUBJECT TO UNITED STATES EXPORT LAWS AND REGULATIONS. YOU MUST COMPLY WITH ALL DOMESTIC AND INTERNATIONAL EXPORT LAWS AND REGULATIONS THAT APPLY TO THE PREVIEW. THESE LAWS INCLUDE RESTRICTIONS ON DESTINATIONS, END USERS AND END USE.

14.6 The License Agreement may not be assigned or transferred by you without the prior written approval of Google, and any attempted assignment without such approval will be void. You shall not delegate your responsibilities or obligations under the License Agreement without the prior written approval of Google.

14.7 The License Agreement, and your relationship with Google under the License Agreement, shall be governed by the laws of the State of California without regard to its conflict of laws provisions. You and Google agree to submit to the exclusive jurisdiction of the courts located within the county of Santa Clara, California to resolve any legal matter arising from the License Agreement. Notwithstanding this, you agree that Google shall still be allowed to apply for injunctive remedies (or an equivalent type of urgent legal relief) in any jurisdiction.

June 2014.
    </sdk:license>

    <sdk:system-image>
        <!-- Generated at Mon Jun 23 19:21:33 2014 from git_klp-modular-release @ 1246132 -->
        <sdk:revision>1</sdk:revision>
        <sdk:description>Android SDK Platform 4.4W</sdk:description>
        <sdk:api-level>20</sdk:api-level>
        <sdk:abi>armeabi-v7a</sdk:abi>
        <sdk:tag-id>android-wear</sdk:tag-id>
        <sdk:tag-display>Android Wear</sdk:tag-display>
        <sdk:archives>
            <sdk:archive>
                <sdk:size>108291293</sdk:size>
                <sdk:checksum type="sha1">1d824850455fbccfabd789f308c108e89acba4f9</sdk:checksum>
                <sdk:url>sysimg_wear_arm-20_r01.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:system-image>

    <sdk:system-image>
        <!-- Generated at Mon Jun 23 19:22:00 2014 from git_klp-modular-release @ 1246132 -->
        <sdk:revision>1</sdk:revision>
        <sdk:description>Android SDK Platform 4.4W</sdk:description>
        <sdk:api-level>20</sdk:api-level>
        <sdk:abi>x86</sdk:abi>
        <sdk:tag-id>android-wear</sdk:tag-id>
        <sdk:tag-display>Android Wear</sdk:tag-display>
        <sdk:archives>
            <sdk:archive>
                <sdk:size>120935655</sdk:size>
                <sdk:checksum type="sha1">99d133cafb914713db0d777f78545eb64c8d7367</sdk:checksum>
                <sdk:url>sysimg_wear_x86-20_r01.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:system-image>

</sdk:sdk-sys-img>
</pre>
<h4>https://dl-ssl.google.com/android/repository/sys-img/x86/addon-x86.xml</h4>
<pre class="brush: xml; first-line: 1;" >
<?xml version="1.0" encoding="UTF-8"?>
<!--
 * Copyright (C) 2014 The Android Open Source Project
 *
 * Licensed under the Apache License, version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
-->
<sdk:sdk-addon xmlns:sdk="http://schemas.android.com/sdk/android/addon/6" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

    <sdk:license id="android-sdk-license" type="text">To get started with the Android SDK, you must agree to the following terms and conditions.

This is the Android SDK License Agreement (the &quot;License Agreement&quot;).

1. Introduction

1.1 The Android SDK (referred to in the License Agreement as the &quot;SDK&quot; and specifically including the Android system files, packaged APIs, and SDK library files and tools , if and when they are made available) is licensed to you subject to the terms of the License Agreement. The License Agreement forms a legally binding contract between you and Google in relation to your use of the SDK.

1.2 &quot;Android&quot; means the Android software stack for devices, as made available under the Android Open Source Project, which is located at the following URL: http://source.android.com/, as updated from time to time.

1.3 &quot;Google&quot; means Google Inc., a Delaware corporation with principal place of business at 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States.

2. Accepting the License Agreement

2.1 In order to use the SDK, you must first agree to the License Agreement. You may not use the SDK if you do not accept the License Agreement.

2.2 By clicking to accept and/or using the SDK, you hereby agree to the terms of the License Agreement.

2.3 You may not use the SDK and may not accept the License Agreement if you are a person barred from receiving the SDK under the laws of the United States or other countries including the country in which you are resident or from which you use the SDK.

2.4 If you will use the SDK internally within your company or organization you agree to be bound by the License Agreement on behalf of your employer or other entity, and you represent and warrant that you have full legal authority to bind your employer or such entity to the License Agreement. If you do not have the requisite authority, you may not accept the License Agreement or use the SDK on behalf of your employer or other entity.

3. SDK License from Google

3.1 Subject to the terms of the License Agreement, Google grants you a royalty-free, non-assignable, non-exclusive, non-sublicensable, limited, revocable license to use the SDK, personally or internally within your company or organization, solely to develop and distribute applications to run on the Android platform.

3.2 You agree that Google or third parties own all legal right, title and interest in and to the SDK, including any Intellectual Property Rights that subsist in the SDK. &quot;Intellectual Property Rights&quot; means any and all rights under patent law, copyright law, trade secret law, trademark law, and any and all other proprietary rights. Google reserves all rights not expressly granted to you.

3.3 You may not use the SDK for any purpose not expressly permitted by the License Agreement. Except to the extent required by applicable third party licenses, you may not: (a) copy (except for backup purposes), modify, adapt, redistribute, decompile, reverse engineer, disassemble, or create derivative works of the SDK or any part of the SDK; or (b) load any part of the SDK onto a mobile handset or any other hardware device except a personal computer, combine any part of the SDK with other software, or distribute any software or device incorporating a part of the SDK.

3.4 You agree that you will not take any actions that may cause or result in the fragmentation of Android, including but not limited to distributing, participating in the creation of, or promoting in any way a software development kit derived from the SDK.

3.5 Use, reproduction and distribution of components of the SDK licensed under an open source software license are governed solely by the terms of that open source software license and not the License Agreement. You agree to remain a licensee in good standing in regard to such open source software licenses under all the rights granted and to refrain from any actions that may terminate, suspend, or breach such rights.

3.6 You agree that the form and nature of the SDK that Google provides may change without prior notice to you and that future versions of the SDK may be incompatible with applications developed on previous versions of the SDK. You agree that Google may stop (permanently or temporarily) providing the SDK (or any features within the SDK) to you or to users generally at Google's sole discretion, without prior notice to you.

3.7 Nothing in the License Agreement gives you a right to use any of Google's trade names, trademarks, service marks, logos, domain names, or other distinctive brand features.

3.8 You agree that you will not remove, obscure, or alter any proprietary rights notices (including copyright and trademark notices) that may be affixed to or contained within the SDK.

4. Use of the SDK by You

4.1 Google agrees that nothing in the License Agreement gives Google any right, title or interest from you (or your licensors) under the License Agreement in or to any software applications that you develop using the SDK, including any intellectual property rights that subsist in those applications.

4.2 You agree to use the SDK and write applications only for purposes that are permitted by (a) the License Agreement, and (b) any applicable law, regulation or generally accepted practices or guidelines in the relevant jurisdictions (including any laws regarding the export of data or software to and from the United States or other relevant countries).

4.3 You agree that if you use the SDK to develop applications, you will protect the privacy and legal rights of users. If users provide you with user names, passwords, or other login information or personal information, you must make the users aware that the information will be available to your application, and you must provide legally adequate privacy notice and protection for those users. If your application stores personal or sensitive information provided by users, it must do so securely. If users provide you with Google Account information, your application may only use that information to access the user's Google Account when, and for the limited purposes for which, each user has given you permission to do so.

4.4 You agree that you will not engage in any activity with the SDK, including the development or distribution of an application, that interferes with, disrupts, damages, or accesses in an unauthorized manner the servers, networks, or other properties or services of Google or any third party.

4.5 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any data, content, or resources that you create, transmit or display through Android and/or applications for Android, and for the consequences of your actions (including any loss or damage which Google may suffer) by doing so.

4.6 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any breach of your obligations under the License Agreement, any applicable third party contract or Terms of Service, or any applicable law or regulation, and for the consequences (including any loss or damage which Google or any third party may suffer) of any such breach.

5. Your Developer Credentials

5.1 You agree that you are responsible for maintaining the confidentiality of any developer credentials that may be issued to you by Google or which you may choose yourself and that you will be solely responsible for all applications that are developed under your developer credentials.

6. Privacy and Information

6.1 In order to continually innovate and improve the SDK, Google may collect certain usage statistics from the software including but not limited to a unique identifier, associated IP address, version number of the software, and information on which tools and/or services in the SDK are being used and how they are being used. Before any of this information is collected, the SDK will notify you and seek your consent. If you withhold consent, the information will not be collected.

6.2 The data collected is examined in the aggregate to improve the SDK and is maintained in accordance with Google's Privacy Policy located at http://www.google.com/policies/privacy/.

7. Third Party Applications

7.1 If you use the SDK to run applications developed by a third party or that access data, content or resources provided by a third party, you agree that Google is not responsible for those applications, data, content, or resources. You understand that all data, content or resources which you may access through such third party applications are the sole responsibility of the person from which they originated and that Google is not liable for any loss or damage that you may experience as a result of the use or access of any of those third party applications, data, content, or resources.

7.2 You should be aware the data, content, and resources presented to you through such a third party application may be protected by intellectual property rights which are owned by the providers (or by other persons or companies on their behalf). You may not modify, rent, lease, loan, sell, distribute or create derivative works based on these data, content, or resources (either in whole or in part) unless you have been specifically given permission to do so by the relevant owners.

7.3 You acknowledge that your use of such third party applications, data, content, or resources may be subject to separate terms between you and the relevant third party.

8. Using Google APIs

8.1 Google APIs

8.1.1 If you use any API to retrieve data from Google, you acknowledge that the data may be protected by intellectual property rights which are owned by Google or those parties that provide the data (or by other persons or companies on their behalf). Your use of any such API may be subject to additional Terms of Service. You may not modify, rent, lease, loan, sell, distribute or create derivative works based on this data (either in whole or in part) unless allowed by the relevant Terms of Service.

8.1.2 If you use any API to retrieve a user's data from Google, you acknowledge and agree that you shall retrieve data only with the user's explicit consent and only when, and for the limited purposes for which, the user has given you permission to do so.

9. Terminating the License Agreement

9.1 The License Agreement will continue to apply until terminated by either you or Google as set out below.

9.2 If you want to terminate the License Agreement, you may do so by ceasing your use of the SDK and any relevant developer credentials.

9.3 Google may at any time, terminate the License Agreement, with or without cause, upon notice to you.

9.4 The License Agreement will automatically terminate without notice or other action when Google ceases to provide the SDK or certain parts of the SDK to users in the country in which you are resident or from which you use the service.

9.5 When the License Agreement is terminated, the license granted to you in the License Agreement will terminate, you will immediately cease all use of the SDK, and the provisions of paragraphs 10, 11, 12 and 14 shall survive indefinitely.

10. DISCLAIMERS

10.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT YOUR USE OF THE SDK IS AT YOUR SOLE RISK AND THAT THE SDK IS PROVIDED &quot;AS IS&quot; AND &quot;AS AVAILABLE&quot; WITHOUT WARRANTY OF ANY KIND FROM GOOGLE.

10.2 YOUR USE OF THE SDK AND ANY MATERIAL DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE USE OF THE SDK IS AT YOUR OWN DISCRETION AND RISK AND YOU ARE SOLELY RESPONSIBLE FOR ANY DAMAGE TO YOUR COMPUTER SYSTEM OR OTHER DEVICE OR LOSS OF DATA THAT RESULTS FROM SUCH USE. WITHOUT LIMITING THE FOREGOING, YOU UNDERSTAND THAT THE SDK MAY CONTAIN ERRORS, DEFECTS AND SECURITY VULNERABILITIES THAT CAN RESULT IN SIGNIFICANT DAMAGE, INCLUDING THE COMPLETE, IRRECOVERABLE LOSS OF USE OF YOUR COMPUTER SYSTEM OR OTHER DEVICE.

10.3 GOOGLE FURTHER EXPRESSLY DISCLAIMS ALL WARRANTIES AND CONDITIONS OF ANY KIND, WHETHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.

11. LIMITATION OF LIABILITY

11.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT GOOGLE, ITS SUBSIDIARIES AND AFFILIATES, AND ITS LICENSORS SHALL NOT BE LIABLE TO YOU UNDER ANY THEORY OF LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL OR EXEMPLARY DAMAGES THAT MAY BE INCURRED BY YOU, INCLUDING ANY LOSS OF DATA, WHETHER OR NOT GOOGLE OR ITS REPRESENTATIVES HAVE BEEN ADVISED OF OR SHOULD HAVE BEEN AWARE OF THE POSSIBILITY OF ANY SUCH LOSSES ARISING.

12. Indemnification

12.1 To the maximum extent permitted by law, you agree to defend, indemnify and hold harmless Google, its affiliates and their respective directors, officers, employees and agents from and against any and all claims, actions, suits or proceedings, as well as any and all losses, liabilities, damages, costs and expenses (including reasonable attorneys窶・fees) arising out of or accruing from (a) your use of the SDK, (b) any application you develop on the SDK that infringes any Intellectual Property Rights of any person or defames any person or violates their rights of publicity or privacy, and (c) any non-compliance by you of the License Agreement.

13. Changes to the License Agreement

13.1 Google may make changes to the License Agreement as it distributes new versions of the SDK. When these changes are made, Google will make a new version of the License Agreement available on the website where the SDK is made available.

14. General Legal Terms

14.1 The License Agreement constitutes the whole legal agreement between you and Google and governs your use of the SDK (excluding any services which Google may provide to you under a separate written agreement), and completely replaces any prior agreements between you and Google in relation to the SDK.

14.2 You agree that if Google does not exercise or enforce any legal right or remedy which is contained in the License Agreement (or which Google has the benefit of under any applicable law), this will not be taken to be a formal waiver of Google's rights and that those rights or remedies will still be available to Google.

14.3 If any court of law, having the jurisdiction to decide on this matter, rules that any provision of the License Agreement is invalid, then that provision will be removed from the License Agreement without affecting the rest of the License Agreement. The remaining provisions of the License Agreement will continue to be valid and enforceable.

14.4 You acknowledge and agree that each member of the group of companies of which Google is the parent shall be third party beneficiaries to the License Agreement and that such other companies shall be entitled to directly enforce, and rely upon, any provision of the License Agreement that confers a benefit on (or rights in favor of) them. Other than this, no other person or company shall be third party beneficiaries to the License Agreement.

14.5 EXPORT RESTRICTIONS. THE SDK IS SUBJECT TO UNITED STATES EXPORT LAWS AND REGULATIONS. YOU MUST COMPLY WITH ALL DOMESTIC AND INTERNATIONAL EXPORT LAWS AND REGULATIONS THAT APPLY TO THE SDK. THESE LAWS INCLUDE RESTRICTIONS ON DESTINATIONS, END USERS AND END USE.

14.6 The License Agreement may not be assigned or transferred by you without the prior written approval of Google, and any attempted assignment without such approval will be void. You shall not delegate your responsibilities or obligations under the License Agreement without the prior written approval of Google.

14.7 The License Agreement, and your relationship with Google under the License Agreement, shall be governed by the laws of the State of California without regard to its conflict of laws provisions. You and Google agree to submit to the exclusive jurisdiction of the courts located within the county of Santa Clara, California to resolve any legal matter arising from the License Agreement. Notwithstanding this, you agree that Google shall still be allowed to apply for injunctive remedies (or an equivalent type of urgent legal relief) in any jurisdiction.
    </sdk:license>

    <!-- ADD-ONS ....................... -->

    <sdk:add-on>
        <!-- Generated at Fri Mar 21 14:32:41 2014 from git_klp-sdk-release @ 1082983 -->
        <sdk:vendor-id>google</sdk:vendor-id>
        <sdk:vendor-display>Google Inc.</sdk:vendor-display>
        <sdk:name-id>google_apis_x86</sdk:name-id>
        <sdk:name-display>Google APIs (x86 System Image)</sdk:name-display>
        <sdk:description>Android x86 + Google APIs</sdk:description>
        <sdk:api-level>19</sdk:api-level>
        <sdk:revision>5</sdk:revision>
        <sdk:libs>
            <sdk:lib>
                <sdk:name>com.google.android.maps</sdk:name>
            </sdk:lib>
            <sdk:lib>
                <sdk:name>com.android.future.usb.accessory</sdk:name>
            </sdk:lib>
            <sdk:lib>
                <sdk:name>com.google.android.media.effects</sdk:name>
            </sdk:lib>
        </sdk:libs>
        <sdk:archives>
            <sdk:archive arch="any" os="any">
                <sdk:size>204313178</sdk:size>
                <sdk:checksum type="sha1">24fc1011831c2ac974a9accb002eb84876a81378</sdk:checksum>
                <sdk:url>google_apis_x86-19_r05.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:add-on>

</sdk:sdk-addon>
</pre>
<div id="wherego_related"><h3>このページを見た人は、以下のページも見ています。</h3><ul><li><a href="http://andbrowser.com/android-sdk/3287/20140627_sdk_manager_material-2/" rel="bookmark" class="wherego_title">(2014/06/27時点)SDK Managerが取得するXMLデータ一覧</a></li><li><a href="http://andbrowser.com/git/2666/cygwin-git2-build/" rel="bookmark" class="wherego_title">cygwinでgit2.0のビルド方法</a></li><li><a href="http://andbrowser.com/android-sdk/2780/20140627_sdk_manager_material_ver3/" rel="bookmark" class="wherego_title">(2014/06/27時点)SDK Managerが取得するXMLデータ一覧（その３）</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://andbrowser.com/android-sdk/2770/20140627_sdk_manager_material_ver2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://andbrowser.com/android-sdk/2770/20140627_sdk_manager_material_ver2/" />
	</item>
		<item>
		<title>(2014/06/27時点)SDK Managerが取得するXMLデータ一覧</title>
		<link>http://andbrowser.com/android-sdk/3287/20140627_sdk_manager_material-2/</link>
		<comments>http://andbrowser.com/android-sdk/3287/20140627_sdk_manager_material-2/#comments</comments>
		<pubDate>Fri, 27 Jun 2014 10:06:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Android SDK]]></category>

		<guid isPermaLink="false">http://andbrowser.com/?p=3287</guid>
		<description><![CDATA[2014/06/27時点のSDK Manager が取得するデータURL一覧

https://dl-ssl.google.com/android/repository/addons_list-2.xml
https://dl-ssl.google.com/android/repository/repository-9.xml(empty)
https://dl-ssl.google.com/android/repository/repository-8.xml
https://dl-ssl.google.com/android/repository/addon.xml
https://dl-ssl.google.com/android/repository/addon-6.xml
https://dl-ssl.google.com/glass/gdk/addon.xml
https://dl-ssl.google.com/android/repository/extras/intel/addon.xml
https://dl-ssl.google.com/android/repository/sys-img/android/sys-img.xml
https://dl-ssl.google.com/android/repository/sys-img/android-wear/sys-img.xml
https://dl-ssl.google.com/android/repository/sys-img/android-tv/sys-img.xml
https://dl-ssl.google.com/android/repository/sys-img/x86/addon-x86.xml
http://dl.developer.sony.com/sdk_manager/Sony_Google_TV_SDK.xml
http://dl-developer.sonymobile.com/sdk_manager/Sony-Add-on-SDK.xml



Fetching https://dl-ssl.google.com/android/repository/addons_list-2.xml
Validate XML
Parse XML
Fetched Add-ons List successfully
Fetching URL: https://dl-ssl.google.com/android/repository/repository-9.xml
Validate XML: https://dl-ssl.google.com/android/repository/repository-8.xml
Parse XML:    https://dl-ssl.google.com/android/repository/repository-8.xml
  Found SDK Platform Android 1.1, API 2, revision 1 (Obsolete)
  Found SDK Platform Android 1.5, API 3, revision 4
  Found SDK Platform Android 1.6, API 4, revision 3
  Found SDK Platform Android 2.0,  [...]]]></description>
			<content:encoded><![CDATA[<h4>2014/06/27時点のSDK Manager が取得するデータURL一覧</h4>
<ul>
<li><a href="https://dl-ssl.google.com/android/repository/addons_list-2.xml">https://dl-ssl.google.com/android/repository/addons_list-2.xml</a>
<li>https://dl-ssl.google.com/android/repository/repository-9.xml(empty)
<li><a href="https://dl-ssl.google.com/android/repository/repository-8.xml">https://dl-ssl.google.com/android/repository/repository-8.xml</a>
<li><a href="https://dl-ssl.google.com/android/repository/addon.xml">https://dl-ssl.google.com/android/repository/addon.xml</a>
<li>https://dl-ssl.google.com/android/repository/addon-6.xml
<li>https://dl-ssl.google.com/glass/gdk/addon.xml
<li>https://dl-ssl.google.com/android/repository/extras/intel/addon.xml
<li>https://dl-ssl.google.com/android/repository/sys-img/android/sys-img.xml
<li>https://dl-ssl.google.com/android/repository/sys-img/android-wear/sys-img.xml
<li>https://dl-ssl.google.com/android/repository/sys-img/android-tv/sys-img.xml
<li>https://dl-ssl.google.com/android/repository/sys-img/x86/addon-x86.xml
<li>http://dl.developer.sony.com/sdk_manager/Sony_Google_TV_SDK.xml
<li>http://dl-developer.sonymobile.com/sdk_manager/Sony-Add-on-SDK.xml
</ul>
<p><span id="more-3287"></span></p>
<pre class="brush: xml; first-line: 1;" >
Fetching https://dl-ssl.google.com/android/repository/addons_list-2.xml
Validate XML
Parse XML
Fetched Add-ons List successfully
Fetching URL: https://dl-ssl.google.com/android/repository/repository-9.xml
Validate XML: https://dl-ssl.google.com/android/repository/repository-8.xml
Parse XML:    https://dl-ssl.google.com/android/repository/repository-8.xml
  Found SDK Platform Android 1.1, API 2, revision 1 (Obsolete)
  Found SDK Platform Android 1.5, API 3, revision 4
  Found SDK Platform Android 1.6, API 4, revision 3
  Found SDK Platform Android 2.0, API 5, revision 1 (Obsolete)
  Found SDK Platform Android 2.0.1, API 6, revision 1 (Obsolete)
  Found SDK Platform Android 2.1, API 7, revision 3
  Found SDK Platform Android 2.2, API 8, revision 3
  Found SDK Platform Android 2.3.1, API 9, revision 2 (Obsolete)
  Found SDK Platform Android 2.3.3, API 10, revision 2
  Found SDK Platform Android 3.0, API 11, revision 2
  Found SDK Platform Android 3.1, API 12, revision 3
  Found SDK Platform Android 3.2, API 13, revision 1
  Found SDK Platform Android 4.0, API 14, revision 3
  Found SDK Platform Android 4.0.3, API 15, revision 3
  Found SDK Platform Android 4.1.2, API 16, revision 4
  Found SDK Platform Android 4.2.2, API 17, revision 2
  Found SDK Platform Android 4.3, API 18, revision 2
  Found SDK Platform Android 4.4.2, API 19, revision 3
  Found Samples for SDK API 7, revision 1
  Found Samples for SDK API 8, revision 1
  Found Samples for SDK API 9, revision 1 (Obsolete)
  Found Samples for SDK API 10, revision 1
  Found Samples for SDK API 11, revision 1
  Found Samples for SDK API 12, revision 1
  Found Samples for SDK API 13, revision 1
  Found Samples for SDK API 14, revision 2
  Found Samples for SDK API 15, revision 2
  Found Samples for SDK API 16, revision 1
  Found Samples for SDK API 17, revision 1
  Found Samples for SDK API 18, revision 1
  Found Samples for SDK API 19, revision 5
  Found Android SDK Build-tools, revision 17
  Found Android SDK Build-tools, revision 18.0.1
  Found Android SDK Build-tools, revision 18.1
  Found Android SDK Build-tools, revision 18.1.1
  Found Android SDK Build-tools, revision 19
  Found Android SDK Build-tools, revision 19.0.1
  Found Android SDK Build-tools, revision 19.0.2
  Found Android SDK Build-tools, revision 19.0.3
  Found Android SDK Build-tools, revision 19.1
  Found Documentation for Android SDK, API 19, revision 2
  Found Sources for Android SDK, API 14, revision 1
  Found Sources for Android SDK, API 15, revision 2
  Found Sources for Android SDK, API 16, revision 2
  Found Sources for Android SDK, API 17, revision 1
  Found Sources for Android SDK, API 18, revision 1
  Found Sources for Android SDK, API 19, revision 2
  Found Android SDK Platform-tools, revision 20
  Found Android SDK Tools, revision 23
Fetching URL: https://dl-ssl.google.com/android/repository/addon.xml
Validate XML: https://dl-ssl.google.com/android/repository/addon.xml
Fetching URL: https://dl-ssl.google.com/android/repository/addon-6.xml
Validate XML: https://dl-ssl.google.com/android/repository/addon-6.xml
Parse XML:    https://dl-ssl.google.com/android/repository/addon-6.xml
  Found Android Support Library, revision 19.1
Fetching URL: https://dl-ssl.google.com/glass/gdk/addon.xml
Validate XML: https://dl-ssl.google.com/glass/gdk/addon.xml
Parse XML:    https://dl-ssl.google.com/glass/gdk/addon.xml
  Found Glass Development Kit Preview, Android API 19, revision 8
Fetching URL: https://dl-ssl.google.com/android/repository/extras/intel/addon.xml
Validate XML: https://dl-ssl.google.com/android/repository/extras/intel/addon.xml
Parse XML:    https://dl-ssl.google.com/android/repository/extras/intel/addon.xml
  Found Intel x86 Emulator Accelerator (HAXM installer), revision 4
Fetching URL: https://dl-ssl.google.com/android/repository/sys-img/android/sys-img.xml
Validate XML: https://dl-ssl.google.com/android/repository/sys-img/android/sys-img.xml
Fetching URL: https://dl-ssl.google.com/android/repository/sys-img/android-wear/sys-img.xml
Validate XML: https://dl-ssl.google.com/android/repository/sys-img/android-wear/sys-img.xml
Fetching URL: https://dl-ssl.google.com/android/repository/sys-img/android-tv/sys-img.xml
Validate XML: https://dl-ssl.google.com/android/repository/sys-img/android-tv/sys-img.xml
Fetching URL: https://dl-ssl.google.com/android/repository/sys-img/x86/addon-x86.xml
Validate XML: https://dl-ssl.google.com/android/repository/sys-img/x86/addon-x86.xml
Parse XML:    https://dl-ssl.google.com/android/repository/sys-img/x86/addon-x86.xml
  Found Google APIs (x86 System Image), Android API 19, revision 5
Fetching URL: http://dl.developer.sony.com/sdk_manager/Sony_Google_TV_SDK.xml
Validate XML: http://dl.developer.sony.com/sdk_manager/Sony_Google_TV_SDK.xml
Parse XML:    http://dl.developer.sony.com/sdk_manager/Sony_Google_TV_SDK.xml
  Found Sony Google TV Add-on SDK, Android API 12, revision 1
Fetching URL: http://dl-developer.sonymobile.com/sdk_manager/Sony-Add-on-SDK.xml
Validate XML: http://dl-developer.sonymobile.com/sdk_manager/Sony-Add-on-SDK.xml
Parse XML:    http://dl-developer.sonymobile.com/sdk_manager/Sony-Add-on-SDK.xml
  Found Sony Add-on SDK 3.0, Android API 19, revision 1
  Found Sony DeviceProfiles, revision 5
Done loading packages.
Fetching https://dl-ssl.google.com/android/repository/addons_list-2.xml
Validate XML
Parse XML
Fetched Add-ons List successfully
Fetching URL: https://dl-ssl.google.com/android/repository/repository-9.xml
Validate XML: https://dl-ssl.google.com/android/repository/repository-8.xml
Parse XML:    https://dl-ssl.google.com/android/repository/repository-8.xml
  Found SDK Platform Android 1.1, API 2, revision 1 (Obsolete)
  Found SDK Platform Android 1.5, API 3, revision 4
  Found SDK Platform Android 1.6, API 4, revision 3
  Found SDK Platform Android 2.0, API 5, revision 1 (Obsolete)
  Found SDK Platform Android 2.0.1, API 6, revision 1 (Obsolete)
  Found SDK Platform Android 2.1, API 7, revision 3
  Found SDK Platform Android 2.2, API 8, revision 3
  Found SDK Platform Android 2.3.1, API 9, revision 2 (Obsolete)
  Found SDK Platform Android 2.3.3, API 10, revision 2
  Found SDK Platform Android 3.0, API 11, revision 2
  Found SDK Platform Android 3.1, API 12, revision 3
  Found SDK Platform Android 3.2, API 13, revision 1
  Found SDK Platform Android 4.0, API 14, revision 3
  Found SDK Platform Android 4.0.3, API 15, revision 3
  Found SDK Platform Android 4.1.2, API 16, revision 4
  Found SDK Platform Android 4.2.2, API 17, revision 2
  Found SDK Platform Android 4.3, API 18, revision 2
  Found SDK Platform Android 4.4.2, API 19, revision 3
  Found Samples for SDK API 7, revision 1
  Found Samples for SDK API 8, revision 1
  Found Samples for SDK API 9, revision 1 (Obsolete)
  Found Samples for SDK API 10, revision 1
  Found Samples for SDK API 11, revision 1
  Found Samples for SDK API 12, revision 1
  Found Samples for SDK API 13, revision 1
  Found Samples for SDK API 14, revision 2
  Found Samples for SDK API 15, revision 2
  Found Samples for SDK API 16, revision 1
  Found Samples for SDK API 17, revision 1
  Found Samples for SDK API 18, revision 1
  Found Samples for SDK API 19, revision 5
  Found Android SDK Build-tools, revision 17
  Found Android SDK Build-tools, revision 18.0.1
  Found Android SDK Build-tools, revision 18.1
  Found Android SDK Build-tools, revision 18.1.1
  Found Android SDK Build-tools, revision 19
  Found Android SDK Build-tools, revision 19.0.1
  Found Android SDK Build-tools, revision 19.0.2
  Found Android SDK Build-tools, revision 19.0.3
  Found Android SDK Build-tools, revision 19.1
  Found Documentation for Android SDK, API 19, revision 2
  Found Sources for Android SDK, API 14, revision 1
  Found Sources for Android SDK, API 15, revision 2
  Found Sources for Android SDK, API 16, revision 2
  Found Sources for Android SDK, API 17, revision 1
  Found Sources for Android SDK, API 18, revision 1
  Found Sources for Android SDK, API 19, revision 2
  Found Android SDK Platform-tools, revision 20
  Found Android SDK Tools, revision 23
Fetching URL: https://dl-ssl.google.com/android/repository/addon.xml
Validate XML: https://dl-ssl.google.com/android/repository/addon.xml
Fetching URL: https://dl-ssl.google.com/android/repository/addon-6.xml
Validate XML: https://dl-ssl.google.com/android/repository/addon-6.xml
Parse XML:    https://dl-ssl.google.com/android/repository/addon-6.xml
  Found Android Support Library, revision 19.1
Fetching URL: https://dl-ssl.google.com/glass/gdk/addon.xml
Validate XML: https://dl-ssl.google.com/glass/gdk/addon.xml
Parse XML:    https://dl-ssl.google.com/glass/gdk/addon.xml
  Found Glass Development Kit Preview, Android API 19, revision 8
Fetching URL: https://dl-ssl.google.com/android/repository/extras/intel/addon.xml
Validate XML: https://dl-ssl.google.com/android/repository/extras/intel/addon.xml
Parse XML:    https://dl-ssl.google.com/android/repository/extras/intel/addon.xml
  Found Intel x86 Emulator Accelerator (HAXM installer), revision 4
Fetching URL: https://dl-ssl.google.com/android/repository/sys-img/android/sys-img.xml
Validate XML: https://dl-ssl.google.com/android/repository/sys-img/android/sys-img.xml
Fetching URL: https://dl-ssl.google.com/android/repository/sys-img/android-wear/sys-img.xml
Validate XML: https://dl-ssl.google.com/android/repository/sys-img/android-wear/sys-img.xml
Fetching URL: https://dl-ssl.google.com/android/repository/sys-img/android-tv/sys-img.xml
Validate XML: https://dl-ssl.google.com/android/repository/sys-img/android-tv/sys-img.xml
Fetching URL: https://dl-ssl.google.com/android/repository/sys-img/x86/addon-x86.xml
Validate XML: https://dl-ssl.google.com/android/repository/sys-img/x86/addon-x86.xml
Parse XML:    https://dl-ssl.google.com/android/repository/sys-img/x86/addon-x86.xml
  Found Google APIs (x86 System Image), Android API 19, revision 5
Fetching URL: http://dl.developer.sony.com/sdk_manager/Sony_Google_TV_SDK.xml
Validate XML: http://dl.developer.sony.com/sdk_manager/Sony_Google_TV_SDK.xml
Parse XML:    http://dl.developer.sony.com/sdk_manager/Sony_Google_TV_SDK.xml
  Found Sony Google TV Add-on SDK, Android API 12, revision 1
Fetching URL: http://dl-developer.sonymobile.com/sdk_manager/Sony-Add-on-SDK.xml
Validate XML: http://dl-developer.sonymobile.com/sdk_manager/Sony-Add-on-SDK.xml
Parse XML:    http://dl-developer.sonymobile.com/sdk_manager/Sony-Add-on-SDK.xml
  Found Sony Add-on SDK 3.0, Android API 19, revision 1
  Found Sony DeviceProfiles, revision 5
Done loading packages.
</pre>
<h4>https://dl-ssl.google.com/android/repository/addons_list-2.xml</h4>
<pre class="brush: xml; first-line: 1;" >
<?xml version="1.0" encoding="UTF-8"?>
<!--
 * Copyright (C) 2012 The Android Open Source Project
 *
 * Licensed under the Apache License, version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
-->
<sdk:sdk-addons-list
    xmlns:sdk="http://schemas.android.com/sdk/android/addons-list/2">

    <sdk:addon-site>
        <sdk:url>addon.xml</sdk:url>
        <sdk:name>Google Inc.</sdk:name>
    </sdk:addon-site>

    <sdk:addon-site>
        <sdk:url>addon-6.xml</sdk:url>
        <sdk:name>Google Inc.</sdk:name>
    </sdk:addon-site>

    <sdk:addon-site>
      <sdk:url>https://dl-ssl.google.com/glass/gdk/addon.xml</sdk:url>
        <sdk:name>Glass Development Kit, Google Inc.</sdk:name>
    </sdk:addon-site>

    <sdk:addon-site>
        <sdk:url>extras/intel/addon.xml</sdk:url>
        <sdk:name>Intel HAXM</sdk:name>
    </sdk:addon-site>

    <sdk:sys-img-site>
        <sdk:url>sys-img/android/sys-img.xml</sdk:url>
        <sdk:name>Android System Images</sdk:name>
    </sdk:sys-img-site>

    <sdk:sys-img-site>
        <sdk:url>sys-img/android-wear/sys-img.xml</sdk:url>
        <sdk:name>Android Wear System Images</sdk:name>
    </sdk:sys-img-site>

    <sdk:sys-img-site>
        <sdk:url>sys-img/android-tv/sys-img.xml</sdk:url>
        <sdk:name>Android TV System Images</sdk:name>
    </sdk:sys-img-site>

    <sdk:addon-site>
        <sdk:url>sys-img/x86/addon-x86.xml</sdk:url>
        <sdk:name>Google Inc. (x86 System Images)</sdk:name>
    </sdk:addon-site>
</sdk:sdk-addons-list>
</pre>
<h4>https://dl-ssl.google.com/android/repository/repository-8.xml</h4>
<pre class="brush: xml; first-line: 1;" >
<?xml version="1.0" encoding="UTF-8"?>
<!--
 * Copyright (C) 2009 The Android Open Source Project
 *
 * Licensed under the Apache License, version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
-->
<sdk:sdk-repository xmlns:sdk="http://schemas.android.com/sdk/android/repository/8" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

    <sdk:license id="android-sdk-license" type="text">To get started with the Android SDK, you must agree to the following terms and conditions.

This is the Android SDK License Agreement (the &quot;License Agreement&quot;).

1. Introduction

1.1 The Android SDK (referred to in the License Agreement as the &quot;SDK&quot; and specifically including the Android system files, packaged APIs, and SDK library files and tools , if and when they are made available) is licensed to you subject to the terms of the License Agreement. The License Agreement forms a legally binding contract between you and Google in relation to your use of the SDK.

1.2 &quot;Android&quot; means the Android software stack for devices, as made available under the Android Open Source Project, which is located at the following URL: http://source.android.com/, as updated from time to time.

1.3 &quot;Google&quot; means Google Inc., a Delaware corporation with principal place of business at 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States.

2. Accepting the License Agreement

2.1 In order to use the SDK, you must first agree to the License Agreement. You may not use the SDK if you do not accept the License Agreement.

2.2 By clicking to accept and/or using the SDK, you hereby agree to the terms of the License Agreement.

2.3 You may not use the SDK and may not accept the License Agreement if you are a person barred from receiving the SDK under the laws of the United States or other countries including the country in which you are resident or from which you use the SDK.

2.4 If you will use the SDK internally within your company or organization you agree to be bound by the License Agreement on behalf of your employer or other entity, and you represent and warrant that you have full legal authority to bind your employer or such entity to the License Agreement. If you do not have the requisite authority, you may not accept the License Agreement or use the SDK on behalf of your employer or other entity.

3. SDK License from Google

3.1 Subject to the terms of the License Agreement, Google grants you a royalty-free, non-assignable, non-exclusive, non-sublicensable, limited, revocable license to use the SDK, personally or internally within your company or organization, solely to develop and distribute applications to run on the Android platform.

3.2 You agree that Google or third parties own all legal right, title and interest in and to the SDK, including any Intellectual Property Rights that subsist in the SDK. &quot;Intellectual Property Rights&quot; means any and all rights under patent law, copyright law, trade secret law, trademark law, and any and all other proprietary rights. Google reserves all rights not expressly granted to you.

3.3 You may not use the SDK for any purpose not expressly permitted by the License Agreement. Except to the extent required by applicable third party licenses, you may not: (a) copy (except for backup purposes), modify, adapt, redistribute, decompile, reverse engineer, disassemble, or create derivative works of the SDK or any part of the SDK; or (b) load any part of the SDK onto a mobile handset or any other hardware device except a personal computer, combine any part of the SDK with other software, or distribute any software or device incorporating a part of the SDK.

3.4 You agree that you will not take any actions that may cause or result in the fragmentation of Android, including but not limited to distributing, participating in the creation of, or promoting in any way a software development kit derived from the SDK.

3.5 Use, reproduction and distribution of components of the SDK licensed under an open source software license are governed solely by the terms of that open source software license and not the License Agreement. You agree to remain a licensee in good standing in regard to such open source software licenses under all the rights granted and to refrain from any actions that may terminate, suspend, or breach such rights.

3.6 You agree that the form and nature of the SDK that Google provides may change without prior notice to you and that future versions of the SDK may be incompatible with applications developed on previous versions of the SDK. You agree that Google may stop (permanently or temporarily) providing the SDK (or any features within the SDK) to you or to users generally at Google's sole discretion, without prior notice to you.

3.7 Nothing in the License Agreement gives you a right to use any of Google's trade names, trademarks, service marks, logos, domain names, or other distinctive brand features.

3.8 You agree that you will not remove, obscure, or alter any proprietary rights notices (including copyright and trademark notices) that may be affixed to or contained within the SDK.

4. Use of the SDK by You

4.1 Google agrees that nothing in the License Agreement gives Google any right, title or interest from you (or your licensors) under the License Agreement in or to any software applications that you develop using the SDK, including any intellectual property rights that subsist in those applications.

4.2 You agree to use the SDK and write applications only for purposes that are permitted by (a) the License Agreement, and (b) any applicable law, regulation or generally accepted practices or guidelines in the relevant jurisdictions (including any laws regarding the export of data or software to and from the United States or other relevant countries).

4.3 You agree that if you use the SDK to develop applications, you will protect the privacy and legal rights of users. If users provide you with user names, passwords, or other login information or personal information, you must make the users aware that the information will be available to your application, and you must provide legally adequate privacy notice and protection for those users. If your application stores personal or sensitive information provided by users, it must do so securely. If users provide you with Google Account information, your application may only use that information to access the user's Google Account when, and for the limited purposes for which, each user has given you permission to do so.

4.4 You agree that you will not engage in any activity with the SDK, including the development or distribution of an application, that interferes with, disrupts, damages, or accesses in an unauthorized manner the servers, networks, or other properties or services of Google or any third party.

4.5 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any data, content, or resources that you create, transmit or display through Android and/or applications for Android, and for the consequences of your actions (including any loss or damage which Google may suffer) by doing so.

4.6 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any breach of your obligations under the License Agreement, any applicable third party contract or Terms of Service, or any applicable law or regulation, and for the consequences (including any loss or damage which Google or any third party may suffer) of any such breach.

5. Your Developer Credentials

5.1 You agree that you are responsible for maintaining the confidentiality of any developer credentials that may be issued to you by Google or which you may choose yourself and that you will be solely responsible for all applications that are developed under your developer credentials.

6. Privacy and Information

6.1 In order to continually innovate and improve the SDK, Google may collect certain usage statistics from the software including but not limited to a unique identifier, associated IP address, version number of the software, and information on which tools and/or services in the SDK are being used and how they are being used. Before any of this information is collected, the SDK will notify you and seek your consent. If you withhold consent, the information will not be collected.

6.2 The data collected is examined in the aggregate to improve the SDK and is maintained in accordance with Google's Privacy Policy located at http://www.google.com/policies/privacy/.

7. Third Party Applications

7.1 If you use the SDK to run applications developed by a third party or that access data, content or resources provided by a third party, you agree that Google is not responsible for those applications, data, content, or resources. You understand that all data, content or resources which you may access through such third party applications are the sole responsibility of the person from which they originated and that Google is not liable for any loss or damage that you may experience as a result of the use or access of any of those third party applications, data, content, or resources.

7.2 You should be aware the data, content, and resources presented to you through such a third party application may be protected by intellectual property rights which are owned by the providers (or by other persons or companies on their behalf). You may not modify, rent, lease, loan, sell, distribute or create derivative works based on these data, content, or resources (either in whole or in part) unless you have been specifically given permission to do so by the relevant owners.

7.3 You acknowledge that your use of such third party applications, data, content, or resources may be subject to separate terms between you and the relevant third party.

8. Using Google APIs

8.1 Google APIs

8.1.1 If you use any API to retrieve data from Google, you acknowledge that the data may be protected by intellectual property rights which are owned by Google or those parties that provide the data (or by other persons or companies on their behalf). Your use of any such API may be subject to additional Terms of Service. You may not modify, rent, lease, loan, sell, distribute or create derivative works based on this data (either in whole or in part) unless allowed by the relevant Terms of Service.

8.1.2 If you use any API to retrieve a user's data from Google, you acknowledge and agree that you shall retrieve data only with the user's explicit consent and only when, and for the limited purposes for which, the user has given you permission to do so.

9. Terminating the License Agreement

9.1 The License Agreement will continue to apply until terminated by either you or Google as set out below.

9.2 If you want to terminate the License Agreement, you may do so by ceasing your use of the SDK and any relevant developer credentials.

9.3 Google may at any time, terminate the License Agreement, with or without cause, upon notice to you.

9.4 The License Agreement will automatically terminate without notice or other action when Google ceases to provide the SDK or certain parts of the SDK to users in the country in which you are resident or from which you use the service.

9.5 When the License Agreement is terminated, the license granted to you in the License Agreement will terminate, you will immediately cease all use of the SDK, and the provisions of paragraphs 10, 11, 12 and 14 shall survive indefinitely.

10. DISCLAIMERS

10.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT YOUR USE OF THE SDK IS AT YOUR SOLE RISK AND THAT THE SDK IS PROVIDED &quot;AS IS&quot; AND &quot;AS AVAILABLE&quot; WITHOUT WARRANTY OF ANY KIND FROM GOOGLE.

10.2 YOUR USE OF THE SDK AND ANY MATERIAL DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE USE OF THE SDK IS AT YOUR OWN DISCRETION AND RISK AND YOU ARE SOLELY RESPONSIBLE FOR ANY DAMAGE TO YOUR COMPUTER SYSTEM OR OTHER DEVICE OR LOSS OF DATA THAT RESULTS FROM SUCH USE. WITHOUT LIMITING THE FOREGOING, YOU UNDERSTAND THAT THE SDK MAY CONTAIN ERRORS, DEFECTS AND SECURITY VULNERABILITIES THAT CAN RESULT IN SIGNIFICANT DAMAGE, INCLUDING THE COMPLETE, IRRECOVERABLE LOSS OF USE OF YOUR COMPUTER SYSTEM OR OTHER DEVICE.

10.3 GOOGLE FURTHER EXPRESSLY DISCLAIMS ALL WARRANTIES AND CONDITIONS OF ANY KIND, WHETHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.

11. LIMITATION OF LIABILITY

11.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT GOOGLE, ITS SUBSIDIARIES AND AFFILIATES, AND ITS LICENSORS SHALL NOT BE LIABLE TO YOU UNDER ANY THEORY OF LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL OR EXEMPLARY DAMAGES THAT MAY BE INCURRED BY YOU, INCLUDING ANY LOSS OF DATA, WHETHER OR NOT GOOGLE OR ITS REPRESENTATIVES HAVE BEEN ADVISED OF OR SHOULD HAVE BEEN AWARE OF THE POSSIBILITY OF ANY SUCH LOSSES ARISING.

12. Indemnification

12.1 To the maximum extent permitted by law, you agree to defend, indemnify and hold harmless Google, its affiliates and their respective directors, officers, employees and agents from and against any and all claims, actions, suits or proceedings, as well as any and all losses, liabilities, damages, costs and expenses (including reasonable attorneys窶・fees) arising out of or accruing from (a) your use of the SDK, (b) any application you develop on the SDK that infringes any Intellectual Property Rights of any person or defames any person or violates their rights of publicity or privacy, and (c) any non-compliance by you of the License Agreement.

13. Changes to the License Agreement

13.1 Google may make changes to the License Agreement as it distributes new versions of the SDK. When these changes are made, Google will make a new version of the License Agreement available on the website where the SDK is made available.

14. General Legal Terms

14.1 The License Agreement constitutes the whole legal agreement between you and Google and governs your use of the SDK (excluding any services which Google may provide to you under a separate written agreement), and completely replaces any prior agreements between you and Google in relation to the SDK.

14.2 You agree that if Google does not exercise or enforce any legal right or remedy which is contained in the License Agreement (or which Google has the benefit of under any applicable law), this will not be taken to be a formal waiver of Google's rights and that those rights or remedies will still be available to Google.

14.3 If any court of law, having the jurisdiction to decide on this matter, rules that any provision of the License Agreement is invalid, then that provision will be removed from the License Agreement without affecting the rest of the License Agreement. The remaining provisions of the License Agreement will continue to be valid and enforceable.

14.4 You acknowledge and agree that each member of the group of companies of which Google is the parent shall be third party beneficiaries to the License Agreement and that such other companies shall be entitled to directly enforce, and rely upon, any provision of the License Agreement that confers a benefit on (or rights in favor of) them. Other than this, no other person or company shall be third party beneficiaries to the License Agreement.

14.5 EXPORT RESTRICTIONS. THE SDK IS SUBJECT TO UNITED STATES EXPORT LAWS AND REGULATIONS. YOU MUST COMPLY WITH ALL DOMESTIC AND INTERNATIONAL EXPORT LAWS AND REGULATIONS THAT APPLY TO THE SDK. THESE LAWS INCLUDE RESTRICTIONS ON DESTINATIONS, END USERS AND END USE.

14.6 The License Agreement may not be assigned or transferred by you without the prior written approval of Google, and any attempted assignment without such approval will be void. You shall not delegate your responsibilities or obligations under the License Agreement without the prior written approval of Google.

14.7 The License Agreement, and your relationship with Google under the License Agreement, shall be governed by the laws of the State of California without regard to its conflict of laws provisions. You and Google agree to submit to the exclusive jurisdiction of the courts located within the county of Santa Clara, California to resolve any legal matter arising from the License Agreement. Notwithstanding this, you agree that Google shall still be allowed to apply for injunctive remedies (or an equivalent type of urgent legal relief) in any jurisdiction.

June 2014.
    </sdk:license>

    <!-- PLATFORMS ........................ -->

    <sdk:platform>
        <sdk:version>1.1</sdk:version>
        <sdk:api-level>2</sdk:api-level>
        <sdk:revision>1</sdk:revision>
        <sdk:description>Android SDK Platform 1.1_r1</sdk:description>
        <sdk:desc-url>http://developer.android.com/sdk/android-1.1.html</sdk:desc-url>
        <sdk:obsolete/>
        <sdk:archives>
            <sdk:archive arch="any" os="windows">
                <sdk:size>46828615</sdk:size>
                <sdk:checksum type="sha1">a4060f29ed39fc929c302836d488998c53c3002e</sdk:checksum>
                <sdk:url>android-1.1_r1-windows.zip</sdk:url>
            </sdk:archive>
            <sdk:archive arch="any" os="macosx">
                <sdk:size>45584305</sdk:size>
                <sdk:checksum type="sha1">e21dbcff45b7356657449ebb3c7e941be2bb5ebe</sdk:checksum>
                <sdk:url>android-1.1_r1-macosx.zip</sdk:url>
            </sdk:archive>
            <sdk:archive arch="any" os="linux">
                <sdk:size>45476658</sdk:size>
                <sdk:checksum type="sha1">c054d25c9b4c6251fa49c2f9c54336998679d3fe</sdk:checksum>
                <sdk:url>android-1.1_r1-linux.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:layoutlib>
            <sdk:api>4</sdk:api>
        </sdk:layoutlib>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:platform>

    <!-- Generated manually from earlier versions -->

    <sdk:platform>
        <sdk:version>1.5</sdk:version>
        <sdk:api-level>3</sdk:api-level>
        <sdk:revision>04</sdk:revision>
        <sdk:min-tools-rev>
            <sdk:major>6</sdk:major>
        </sdk:min-tools-rev>
        <sdk:description>Android SDK Platform 1.5_r3</sdk:description>
        <sdk:desc-url>http://developer.android.com/sdk/android-1.5.html</sdk:desc-url>
        <sdk:archives>
            <sdk:archive arch="any" os="windows">
                <sdk:size>54624370</sdk:size>
                <sdk:checksum type="sha1">5bb106d2e40d481edd337b0833093843e15fe49a</sdk:checksum>
                <sdk:url>android-1.5_r04-windows.zip</sdk:url>
            </sdk:archive>
            <sdk:archive arch="any" os="macosx">
                <sdk:size>52440607</sdk:size>
                <sdk:checksum type="sha1">d3a67c2369afa48b6c3c7624de5031c262018d1e</sdk:checksum>
                <sdk:url>android-1.5_r04-macosx.zip</sdk:url>
            </sdk:archive>
            <sdk:archive arch="any" os="linux">
                <sdk:size>53348669</sdk:size>
                <sdk:checksum type="sha1">5c134b7df5f4b8bd5b61ba93bdaebada8fa3468c</sdk:checksum>
                <sdk:url>android-1.5_r04-linux.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:layoutlib>
            <sdk:api>4</sdk:api>
        </sdk:layoutlib>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:platform>

    <sdk:platform>
        <sdk:version>1.6</sdk:version>
        <sdk:api-level>4</sdk:api-level>
        <sdk:codename/>
        <sdk:revision>03</sdk:revision>
        <sdk:min-tools-rev>
            <sdk:major>6</sdk:major>
        </sdk:min-tools-rev>
        <sdk:description>Android SDK Platform 1.6_r2</sdk:description>
        <sdk:desc-url>http://developer.android.com/sdk/android-1.6.html</sdk:desc-url>
        <sdk:archives>
            <sdk:archive arch="any" os="linux">
                <sdk:size>63454485</sdk:size>
                <sdk:checksum type="sha1">483ed088e45bbdf3444baaf9250c8b02e5383cb0</sdk:checksum>
                <sdk:url>android-1.6_r03-linux.zip</sdk:url>
            </sdk:archive>
            <sdk:archive arch="any" os="macosx">
                <sdk:size>62418496</sdk:size>
                <sdk:checksum type="sha1">bdafad44f5df9f127979bdb21a1fdd87ee3cd625</sdk:checksum>
                <sdk:url>android-1.6_r03-macosx.zip</sdk:url>
            </sdk:archive>
            <sdk:archive arch="any" os="windows">
                <sdk:size>64654625</sdk:size>
                <sdk:checksum type="sha1">ce0b5e4ffaf12ca4fd07c2da71a8a1ab4a03dc22</sdk:checksum>
                <sdk:url>android-1.6_r03-windows.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:layoutlib>
            <sdk:api>4</sdk:api>
        </sdk:layoutlib>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:platform>

    <!-- Generated on Thu Oct 22 10:16:34 PDT 2009 using eclair-sdk 17704: Platform. Addon. Tools. Doc. -->

    <sdk:platform>
        <sdk:version>2.0</sdk:version>
        <sdk:api-level>5</sdk:api-level>
        <sdk:codename/>
        <sdk:revision>01</sdk:revision>
        <sdk:min-tools-rev>
            <sdk:major>3</sdk:major>
        </sdk:min-tools-rev>
        <sdk:description>Android SDK Platform 2.0, revision 1</sdk:description>
        <sdk:desc-url>http://developer.android.com/sdk/android-2.0.html</sdk:desc-url>
        <sdk:obsolete/>
        <sdk:archives>
            <sdk:archive arch="any" os="linux">
                <sdk:size>75095268</sdk:size>
                <sdk:checksum type="sha1">be9be6a99ca32875c96ec7f91160ca9fce7e3c7d</sdk:checksum>
                <sdk:url>android-2.0_r01-linux.zip</sdk:url>
            </sdk:archive>
            <sdk:archive arch="any" os="macosx">
                <sdk:size>74956356</sdk:size>
                <sdk:checksum type="sha1">2a866d0870dbba18e0503cd41e5fae988a21b314</sdk:checksum>
                <sdk:url>android-2.0_r01-macosx.zip</sdk:url>
            </sdk:archive>
            <sdk:archive arch="any" os="windows">
                <sdk:size>76288040</sdk:size>
                <sdk:checksum type="sha1">aeb623217ff88b87216d6eb7dbc846ed53f68f57</sdk:checksum>
                <sdk:url>android-2.0_r01-windows.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:layoutlib>
            <sdk:api>4</sdk:api>
        </sdk:layoutlib>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:platform>

    <!-- Generated on Mon Nov 23 14:08:02 PST 2009 using eclair-release 20723: Platform. Addon. -->

    <sdk:platform>
        <sdk:version>2.0.1</sdk:version>
        <sdk:api-level>6</sdk:api-level>
        <sdk:codename/>
        <sdk:revision>01</sdk:revision>
        <sdk:min-tools-rev>
            <sdk:major>4</sdk:major>
        </sdk:min-tools-rev>
        <sdk:description>Android SDK Platform 2.0.1_r1</sdk:description>
        <sdk:desc-url>http://developer.android.com/sdk/android-2.0.1.html</sdk:desc-url>
        <sdk:obsolete/>
        <sdk:archives>
            <sdk:archive arch="any" os="linux">
                <sdk:size>79192618</sdk:size>
                <sdk:checksum type="sha1">ce2c971dce352aa28af06bda92a070116aa5ae1a</sdk:checksum>
                <sdk:url>android-2.0.1_r01-linux.zip</sdk:url>
            </sdk:archive>
            <sdk:archive arch="any" os="macosx">
                <sdk:size>79035527</sdk:size>
                <sdk:checksum type="sha1">c3096f80d75a6fc8cb38ef8a18aec920e53d42c0</sdk:checksum>
                <sdk:url>android-2.0.1_r01-macosx.zip</sdk:url>
            </sdk:archive>
            <sdk:archive arch="any" os="windows">
                <sdk:size>80385601</sdk:size>
                <sdk:checksum type="sha1">255781ebe4509d9707d0e77edda2815e2bc216e6</sdk:checksum>
                <sdk:url>android-2.0.1_r01-windows.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:layoutlib>
            <sdk:api>4</sdk:api>
        </sdk:layoutlib>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:platform>

    <!-- Generated on Thu May  6 15:57:41 PDT 2010 using eclair 35983: Platform. -->

    <sdk:platform>
        <sdk:version>2.1</sdk:version>
        <sdk:api-level>7</sdk:api-level>
        <sdk:codename/>
        <sdk:revision>03</sdk:revision>
        <sdk:min-tools-rev>
            <sdk:major>8</sdk:major>
        </sdk:min-tools-rev>
        <sdk:description>Android SDK Platform 2.1_r3</sdk:description>
        <sdk:desc-url>http://developer.android.com/sdk/</sdk:desc-url>
        <sdk:archives>
            <sdk:archive arch="any" os="any">
                <sdk:size>70142829</sdk:size>
                <sdk:checksum type="sha1">5ce51b023ac19f8738500b1007a1da5de2349a1e</sdk:checksum>
                <sdk:url>android-2.1_r03-linux.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:layoutlib>
            <sdk:api>4</sdk:api>
        </sdk:layoutlib>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:platform>

    <!-- Generated on Wed Jun 30 16:13:06 PDT 2010 using froyo-release 43546: Platform. Addon. -->

    <sdk:platform>
        <sdk:version>2.2</sdk:version>
        <sdk:api-level>8</sdk:api-level>
        <sdk:codename/>
        <sdk:revision>03</sdk:revision>
        <sdk:min-tools-rev>
            <sdk:major>8</sdk:major>
        </sdk:min-tools-rev>
        <sdk:description>Android SDK Platform 2.2_r3</sdk:description>
        <sdk:desc-url>http://developer.android.com/sdk/</sdk:desc-url>
        <sdk:archives>
            <sdk:archive arch="any" os="any">
                <sdk:size>74652366</sdk:size>
                <sdk:checksum type="sha1">231262c63eefdff8fd0386e9ccfefeb27a8f9202</sdk:checksum>
                <sdk:url>android-2.2_r03-linux.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:layoutlib>
            <sdk:api>4</sdk:api>
        </sdk:layoutlib>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:platform>

    <!-- Generated on Thu Jan 20 09:40:59 PST 2011 using gingerbread-sdk-release 93351: Platform. -->

    <sdk:platform>
        <sdk:version>2.3.1</sdk:version>
        <sdk:api-level>9</sdk:api-level>
        <sdk:codename/>
        <sdk:revision>02</sdk:revision>
        <sdk:min-tools-rev>
            <sdk:major>8</sdk:major>
        </sdk:min-tools-rev>
        <sdk:description>Android SDK Platform 2.3.1_r2</sdk:description>
        <sdk:desc-url>http://developer.android.com/sdk/</sdk:desc-url>
        <sdk:obsolete/>
        <sdk:archives>
            <sdk:archive arch="any" os="any">
                <sdk:size>78732563</sdk:size>
                <sdk:checksum type="sha1">209f8a7a8b2cb093fce858b8b55fed3ba5206773</sdk:checksum>
                <sdk:url>android-2.3.1_r02-linux.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:layoutlib>
            <sdk:api>4</sdk:api>
        </sdk:layoutlib>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:platform>

    <!-- Generated on Fri Feb  4 16:41:27 PST 2011 using gingerbread-release 101070: Platform. -->

    <sdk:platform>
        <sdk:version>2.3.3</sdk:version>
        <sdk:api-level>10</sdk:api-level>
        <sdk:codename/>
        <sdk:revision>02</sdk:revision>
        <sdk:min-tools-rev>
            <sdk:major>8</sdk:major>
        </sdk:min-tools-rev>
        <sdk:description>Android SDK Platform 2.3.3._r2</sdk:description>
        <sdk:desc-url>http://developer.android.com/sdk/</sdk:desc-url>
        <sdk:archives>
            <sdk:archive arch="any" os="any">
                <sdk:size>85470907</sdk:size>
                <sdk:checksum type="sha1">887e37783ec32f541ea33c2c649dda648e8e6fb3</sdk:checksum>
                <sdk:url>android-2.3.3_r02-linux.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:layoutlib>
            <sdk:api>4</sdk:api>
        </sdk:layoutlib>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:platform>

    <!-- Generated on Thu Feb 17 08:41:10 PST 2011 using honeycomb 104254: Platform. -->

    <sdk:platform>
        <sdk:version>3.0</sdk:version>
        <sdk:api-level>11</sdk:api-level>
        <sdk:codename/>
        <sdk:revision>02</sdk:revision>
        <sdk:min-tools-rev>
            <sdk:major>10</sdk:major>
        </sdk:min-tools-rev>
        <sdk:description>Android SDK Platform 3.0, revision 2</sdk:description>
        <sdk:desc-url>http://developer.android.com/sdk/</sdk:desc-url>
        <sdk:archives>
            <sdk:archive arch="any" os="any">
                <sdk:size>104513908</sdk:size>
                <sdk:checksum type="sha1">2c7d4bd13f276e76f6bbd87315fe27aba351dd37</sdk:checksum>
                <sdk:url>android-3.0_r02-linux.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:layoutlib>
            <sdk:api>4</sdk:api>
        </sdk:layoutlib>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:platform>

    <!-- Generated on Wed May  4 19:39:17 PDT 2011 using honeycomb-mr1 123685: Platform.
         r2: layoutlib.jar from 3.0 to fix issue with ADT 10.
    -->

    <sdk:platform>
        <sdk:version>3.1</sdk:version>
        <sdk:api-level>12</sdk:api-level>
        <sdk:codename/>
        <sdk:revision>03</sdk:revision>
        <sdk:min-tools-rev>
            <sdk:major>11</sdk:major>
        </sdk:min-tools-rev>
        <sdk:description>Android SDK Platform 3.1, revision 3</sdk:description>
        <sdk:desc-url>http://developer.android.com/sdk/</sdk:desc-url>
        <sdk:archives>
            <sdk:archive arch="any" os="any">
                <sdk:size>106472351</sdk:size>
                <sdk:checksum type="sha1">4a50a6679cd95bb68bb5fc032e754cd7c5e2b1bf</sdk:checksum>
                <sdk:url>android-3.1_r03-linux.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:layoutlib>
            <sdk:api>4</sdk:api>
        </sdk:layoutlib>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:platform>

    <!-- Generated on Fri Jul 15 11:50:12 PDT 2011 using honeycomb-mr2-release 140714: Platform. -->

    <sdk:platform>
        <sdk:version>3.2</sdk:version>
        <sdk:api-level>13</sdk:api-level>
        <sdk:codename/>
        <sdk:revision>01</sdk:revision>
        <sdk:min-tools-rev>
            <sdk:major>12</sdk:major>
        </sdk:min-tools-rev>
        <sdk:description>Android SDK Platform 3.2, revision 1</sdk:description>
        <sdk:desc-url>http://developer.android.com/sdk/</sdk:desc-url>
        <sdk:archives>
            <sdk:archive arch="any" os="any">
                <sdk:size>108426536</sdk:size>
                <sdk:checksum type="sha1">6189a500a8c44ae73a439604363de93591163cd9</sdk:checksum>
                <sdk:url>android-3.2_r01-linux.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:layoutlib>
            <sdk:api>4</sdk:api>
        </sdk:layoutlib>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:platform>

    <sdk:platform>
        <!-- Generated at Thu Dec 15 16:53:11 2011 from git_ics-mr0 @ 238991 -->
        <sdk:revision>3</sdk:revision>
        <sdk:description>Android SDK Platform 4.0</sdk:description>
        <sdk:version>4.0</sdk:version>
        <sdk:api-level>14</sdk:api-level>
        <sdk:layoutlib>
            <sdk:api>7</sdk:api>
            <sdk:revision>1</sdk:revision>
        </sdk:layoutlib>
        <sdk:archives>
            <sdk:archive arch="any" os="any">
                <sdk:size>45919570</sdk:size>
                <sdk:checksum type="sha1">41ba83b51e886461628c41b1b4d47762e0688ed5</sdk:checksum>
                <sdk:url>android-14_r03.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:platform>

    <sdk:platform>
        <!-- Generated at Fri Mar 16 11:22:43 2012 from ics-mr1 @ 291902 -->
        <sdk:revision>3</sdk:revision>
        <sdk:description>Android SDK Platform 4.0.3</sdk:description>
        <sdk:version>4.0.3</sdk:version>
        <sdk:api-level>15</sdk:api-level>
        <sdk:min-tools-rev>
            <sdk:major>15</sdk:major>
        </sdk:min-tools-rev>
        <sdk:layoutlib>
            <sdk:api>7</sdk:api>
            <sdk:revision>1</sdk:revision>
        </sdk:layoutlib>
        <sdk:archives>
            <sdk:archive arch="any" os="any">
                <sdk:size>44414679</sdk:size>
                <sdk:checksum type="sha1">23da24610a8da51054c5391001c51ce43a778b97</sdk:checksum>
                <sdk:url>android-15_r03.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:platform>

    <sdk:platform>
        <!-- Generated at Thu Dec  6 10:54:05 2012 from git_jb-dev @ 543062 -->
        <sdk:revision>4</sdk:revision>
        <sdk:description>Android SDK Platform 4.1.2</sdk:description>
        <sdk:version>4.1.2</sdk:version>
        <sdk:api-level>16</sdk:api-level>
        <sdk:min-tools-rev>
            <sdk:major>21</sdk:major>
        </sdk:min-tools-rev>
        <sdk:layoutlib>
            <sdk:api>9</sdk:api>
            <sdk:revision>1</sdk:revision>
        </sdk:layoutlib>
        <sdk:archives>
            <sdk:archive arch="any" os="any">
                <sdk:size>48005140</sdk:size>
                <sdk:checksum type="sha1">90b9157b8b45f966be97e11a22fba4591b96c2ee</sdk:checksum>
                <sdk:url>android-16_r04.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:platform>

    <sdk:platform>
        <!-- Generated at Wed Feb 13 11:27:09 2013 from git_jb-mr1.1-dev @ 576024 -->
        <sdk:revision>2</sdk:revision>
        <sdk:description>Android SDK Platform 4.2.2</sdk:description>
        <sdk:version>4.2.2</sdk:version>
        <sdk:api-level>17</sdk:api-level>
        <sdk:min-tools-rev>
            <sdk:major>21</sdk:major>
        </sdk:min-tools-rev>
        <sdk:layoutlib>
            <sdk:api>9</sdk:api>
            <sdk:revision>1</sdk:revision>
        </sdk:layoutlib>
        <sdk:archives>
            <sdk:archive arch="any" os="any">
                <sdk:size>48057484</sdk:size>
                <sdk:checksum type="sha1">c442c32c1b702173ab0929a74486e4f86fe528ec</sdk:checksum>
                <sdk:url>android-17_r02.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:platform>

    <sdk:platform>
        <!-- Generated at Wed Sep 11 18:15:07 2013 from git_jb-mr2-dev @ 819563 -->
        <sdk:revision>2</sdk:revision>
        <sdk:description>Android SDK Platform 4.3</sdk:description>
        <sdk:version>4.3</sdk:version>
        <sdk:api-level>18</sdk:api-level>
        <sdk:min-tools-rev>
            <sdk:major>21</sdk:major>
        </sdk:min-tools-rev>
        <sdk:layoutlib>
            <sdk:api>10</sdk:api>
            <sdk:revision>1</sdk:revision>
        </sdk:layoutlib>
        <sdk:archives>
            <sdk:archive arch="any" os="any">
                <sdk:size>57319855</sdk:size>
                <sdk:checksum type="sha1">62a9438d4cf6692f4d6510c27a380be195db9534</sdk:checksum>
                <sdk:url>android-18_r02.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:platform>

    <sdk:platform>
        <!-- Generated at Fri Feb 28 18:03:43 2014 from git_klp-sdk-release @ 1035858 -->
        <sdk:revision>3</sdk:revision>
        <sdk:description>Android SDK Platform 4.4.2</sdk:description>
        <sdk:version>4.4.2</sdk:version>
        <sdk:api-level>19</sdk:api-level>
        <sdk:min-tools-rev>
            <sdk:major>22</sdk:major>
        </sdk:min-tools-rev>
        <sdk:layoutlib>
            <sdk:api>10</sdk:api>
            <sdk:revision>1</sdk:revision>
        </sdk:layoutlib>
        <sdk:archives>
            <sdk:archive arch="any" os="any">
                <sdk:size>63798840</sdk:size>
                <sdk:checksum type="sha1">5f33d8fd36a384fe2b170035e04a29c274a9ef95</sdk:checksum>
                <sdk:url>android-19_r03.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:platform>

    <!-- SAMPLES ........................ -->

    <!-- Generated on Mon Feb 22 13:39:38 PST 2010 using eclair 25887: Samples. -->

    <sdk:sample>
        <sdk:api-level>7</sdk:api-level>
        <sdk:codename/>
        <sdk:revision>01</sdk:revision>
        <sdk:description>Android SDK Samples for Android API 7, revision 1</sdk:description>
        <sdk:desc-url>http://developer.android.com/sdk/</sdk:desc-url>
        <sdk:archives>
            <sdk:archive arch="any" os="any">
                <sdk:size>7677831</sdk:size>
                <sdk:checksum type="sha1">51e4907f60f248ede5c58b54ce7b6ae0b473e0ca</sdk:checksum>
                <sdk:url>samples-2.1_r01-linux.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:sample>

    <!-- Generated on Tue May 11 19:15:20 PDT 2010 using froyo 36658: Samples. -->

    <sdk:sample>
        <sdk:api-level>8</sdk:api-level>
        <sdk:codename/>
        <sdk:revision>01</sdk:revision>
        <sdk:description>Android SDK Samples for Android API 8, revision 1</sdk:description>
        <sdk:desc-url>http://developer.android.com/sdk/</sdk:desc-url>
        <sdk:archives>
            <sdk:archive arch="any" os="any">
                <sdk:size>7969716</sdk:size>
                <sdk:checksum type="sha1">d16d8bf2dd84cedf73b98b948d66461c8f19d6fb</sdk:checksum>
                <sdk:url>samples-2.2_r01-linux.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:sample>

    <!-- Generated on Tue Nov 30 19:39:34 PST 2010 using gingerbread 79962: Samples. -->

    <sdk:sample>
        <sdk:api-level>9</sdk:api-level>
        <sdk:codename/>
        <sdk:revision>01</sdk:revision>
        <sdk:description>Android SDK Samples for Android API 9, revision 1</sdk:description>
        <sdk:desc-url>http://developer.android.com/sdk/</sdk:desc-url>
        <sdk:obsolete/>
        <sdk:archives>
            <sdk:archive arch="any" os="any">
                <sdk:size>8516326</sdk:size>
                <sdk:checksum type="sha1">36f7dd6c8b5dbb50b3cf3e3ac5209f3fe55db2aa</sdk:checksum>
                <sdk:url>samples-2.3_r01-linux.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:sample>

    <!-- Generated on Tue Feb  8 17:37:15 PST 2011 using gingerbread 102121: Samples. -->

    <sdk:sample>
        <sdk:api-level>10</sdk:api-level>
        <sdk:codename/>
        <sdk:revision>01</sdk:revision>
        <sdk:description>Android SDK Samples for Android API 10, revision 1</sdk:description>
        <sdk:desc-url>http://developer.android.com/sdk/</sdk:desc-url>
        <sdk:archives>
            <sdk:archive arch="any" os="any">
                <sdk:size>8539583</sdk:size>
                <sdk:checksum type="sha1">93b0c3f3bdf5b07f1f115100b4954f0665297a0d</sdk:checksum>
                <sdk:url>samples-2.3.3_r01-linux.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:sample>

    <!-- Generated on Thu Feb 17 08:45:49 PST 2011 using honeycomb 104254: Samples. -->

    <sdk:sample>
        <sdk:api-level>11</sdk:api-level>
        <sdk:codename/>
        <sdk:revision>01</sdk:revision>
        <sdk:description>Android SDK Samples for Android API 11, revision 1</sdk:description>
        <sdk:desc-url>http://developer.android.com/sdk/</sdk:desc-url>
        <sdk:archives>
            <sdk:archive arch="any" os="any">
                <sdk:size>11976920</sdk:size>
                <sdk:checksum type="sha1">3749ace584631270268d65bb1d0ad61b0d691682</sdk:checksum>
                <sdk:url>samples-3.0_r01-linux.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:sample>

    <!-- Generated on Wed May  4 19:49:56 PDT 2011 using honeycomb-mr1 123685: Samples. -->

    <sdk:sample>
        <sdk:api-level>12</sdk:api-level>
        <sdk:codename/>
        <sdk:revision>01</sdk:revision>
        <sdk:description>Android SDK Samples for Android API 12, revision 1</sdk:description>
        <sdk:desc-url>http://developer.android.com/sdk/</sdk:desc-url>
        <sdk:archives>
            <sdk:archive arch="any" os="any">
                <sdk:size>12150514</sdk:size>
                <sdk:checksum type="sha1">df0ace37cbca73373fe94080f94c71557cac73a7</sdk:checksum>
                <sdk:url>samples-3.1_r01-linux.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:sample>

    <!-- Generated on Fri Jul 15 11:52:24 PDT 2011 using honeycomb-mr2 142871: Samples. -->

    <sdk:sample>
        <sdk:api-level>13</sdk:api-level>
        <sdk:codename/>
        <sdk:revision>01</sdk:revision>
        <sdk:description>Android SDK Samples for Android API 13, revision 1</sdk:description>
        <sdk:desc-url>http://developer.android.com/sdk/</sdk:desc-url>
        <sdk:archives>
            <sdk:archive arch="any" os="any">
                <sdk:size>12193502</sdk:size>
                <sdk:checksum type="sha1">078bcf1abc1cb8921f3fa482c252963a782bed60</sdk:checksum>
                <sdk:url>samples-3.2_r01-linux.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:sample>

    <sdk:sample>
        <!-- Generated at Wed Dec  7 13:48:27 2011 from git_ics-mr0 @ 234950 -->
        <sdk:revision>2</sdk:revision>
        <sdk:api-level>14</sdk:api-level>
        <sdk:archives>
            <sdk:archive arch="any" os="any">
                <sdk:size>16253619</sdk:size>
                <sdk:checksum type="sha1">1312c22ab0b650e26835cc3945d4ff8cea183416</sdk:checksum>
                <sdk:url>samples-14_r02.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:sample>

    <sdk:sample>
        <!-- Generated at Fri Mar 16 11:27:52 2012 from ics-mr1 @ 291902 -->
        <sdk:revision>2</sdk:revision>
        <sdk:api-level>15</sdk:api-level>
        <sdk:archives>
            <sdk:archive arch="any" os="any">
                <sdk:size>16366656</sdk:size>
                <sdk:checksum type="sha1">042f368c5b09eca4d278264e6dbf9c12c5f73d1f</sdk:checksum>
                <sdk:url>samples-15_r02.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:sample>

    <sdk:sample>
        <!-- Generated at Sun Jun 24 14:02:06 2012 from git_jb-release @ 391408 -->
        <sdk:revision>1</sdk:revision>
        <sdk:api-level>16</sdk:api-level>
        <sdk:archives>
            <sdk:archive arch="any" os="any">
                <sdk:size>14729945</sdk:size>
                <sdk:checksum type="sha1">dce3a2d41db50a381ef47ee8bddbe928520e685e</sdk:checksum>
                <sdk:url>samples-16_r01.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:sample>

    <sdk:sample>
        <!-- Generated at Mon Nov 12 17:18:09 2012 from git_jb-mr1-dev @ 526865 -->
        <sdk:revision>1</sdk:revision>
        <sdk:api-level>17</sdk:api-level>
        <sdk:archives>
            <sdk:archive arch="any" os="any">
                <sdk:size>14840030</sdk:size>
                <sdk:checksum type="sha1">12d58cb26503610fc05bd7618c434cc6f983bc41</sdk:checksum>
                <sdk:url>samples-17_r01.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:sample>

    <sdk:sample>
        <!-- Generated at Tue Jul 23 17:17:22 2013 from git_jb-mr2-ub-dev @ 751786 -->
        <sdk:revision>1</sdk:revision>
        <sdk:api-level>18</sdk:api-level>
        <sdk:archives>
            <sdk:archive arch="any" os="any">
                <sdk:size>19897793</sdk:size>
                <sdk:checksum type="sha1">73e879ce46c04a6e63ad1a9107018b4782945007</sdk:checksum>
                <sdk:url>samples-18_r01.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:sample>

    <sdk:sample>
        <!-- Generated at Mon Apr 14 13:54:08 2014 from git_klp-docs @ 1120072 -->
        <sdk:revision>5</sdk:revision>
        <sdk:api-level>19</sdk:api-level>
        <sdk:archives>
            <sdk:archive arch="any" os="any">
                <sdk:size>31894819</sdk:size>
                <sdk:checksum type="sha1">fe1aebd0a727c592611d4ccdc392b84b8181d0d9</sdk:checksum>
                <sdk:url>samples-19_r05.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:sample>

    <!-- BUILD-TOOLS ........................ -->

    <sdk:build-tool>
        <!-- Generated at Tue May 14 16:40:25 2013 from git_jb-mr1.1-dev @ 673949 -->
        <sdk:revision>
            <sdk:major>17</sdk:major>
            <sdk:minor>0</sdk:minor>
            <sdk:micro>0</sdk:micro>
        </sdk:revision>
        <sdk:archives>
            <sdk:archive arch="any" os="windows">
                <sdk:size>11004914</sdk:size>
                <sdk:checksum type="sha1">899897d327b0bad492d3a40d3db4d96119c15bc0</sdk:checksum>
                <sdk:url>build-tools_r17-windows.zip</sdk:url>
            </sdk:archive>
            <sdk:archive arch="any" os="linux">
                <sdk:size>11696007</sdk:size>
                <sdk:checksum type="sha1">2c2872bc3806aabf16a12e3959c2183ddc866e6d</sdk:checksum>
                <sdk:url>build-tools_r17-linux.zip</sdk:url>
            </sdk:archive>
            <sdk:archive arch="any" os="macosx">
                <sdk:size>12208114</sdk:size>
                <sdk:checksum type="sha1">602ee709be9dbb8f179b1e4075148a57f9419930</sdk:checksum>
                <sdk:url>build-tools_r17-macosx.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:build-tool>

    <!-- Build tools version 18.0.0 was broken for renderscript, so it has been removed -->

    <sdk:build-tool>
        <!-- Generated at Mon Jul 29 15:14:00 2013 from git_jb-mr2-dev @ 754669 -->
        <sdk:revision>
            <sdk:major>18</sdk:major>
            <sdk:minor>0</sdk:minor>
            <sdk:micro>1</sdk:micro>
        </sdk:revision>
        <sdk:archives>
            <sdk:archive arch="any" os="windows">
                <sdk:size>15413527</sdk:size>
                <sdk:checksum type="sha1">a6c2afd0b6289d589351956d2f5212b37014ca7d</sdk:checksum>
                <sdk:url>build-tools_r18.0.1-windows.zip</sdk:url>
            </sdk:archive>
            <sdk:archive arch="any" os="linux">
                <sdk:size>16627330</sdk:size>
                <sdk:checksum type="sha1">f11618492b0d2270c332325d45d752d3656a9640</sdk:checksum>
                <sdk:url>build-tools_r18.0.1-linux.zip</sdk:url>
            </sdk:archive>
            <sdk:archive arch="any" os="macosx">
                <sdk:size>16633121</sdk:size>
                <sdk:checksum type="sha1">d84f5692fb44d60fc53e5b2507cebf9f24626902</sdk:checksum>
                <sdk:url>build-tools_r18.0.1-macosx.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:build-tool>

    <sdk:build-tool>
        <!-- Generated at Wed Sep 11 17:41:47 2013 from git_jb-mr2-dev @ 819563 -->
        <sdk:revision>
            <sdk:major>18</sdk:major>
            <sdk:minor>1</sdk:minor>
            <sdk:micro>0</sdk:micro>
        </sdk:revision>
        <sdk:archives>
            <sdk:archive arch="any" os="windows">
                <sdk:size>19659547</sdk:size>
                <sdk:checksum type="sha1">3a9810fc8559ab03c09378f07531e8cae2f1db30</sdk:checksum>
                <sdk:url>build-tools_r18.1-windows.zip</sdk:url>
            </sdk:archive>
            <sdk:archive arch="any" os="linux">
                <sdk:size>20229298</sdk:size>
                <sdk:checksum type="sha1">f314a0599e51397f0886fe888b50dd98f2f050d8</sdk:checksum>
                <sdk:url>build-tools_r18.1-linux.zip</sdk:url>
            </sdk:archive>
            <sdk:archive arch="any" os="macosx">
                <sdk:size>20451524</sdk:size>
                <sdk:checksum type="sha1">16ddb299b8b43063e5bb3387ec17147c5053dfd8</sdk:checksum>
                <sdk:url>build-tools_r18.1-macosx.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:build-tool>

    <sdk:build-tool>
        <!-- Generated at Thu Oct 10 14:18:15 2013 from git_jb-mr2-dev @ 867478 -->
        <sdk:revision>
            <sdk:major>18</sdk:major>
            <sdk:minor>1</sdk:minor>
            <sdk:micro>1</sdk:micro>
        </sdk:revision>
        <sdk:archives>
            <sdk:archive arch="any" os="windows">
                <sdk:size>19660000</sdk:size>
                <sdk:checksum type="sha1">c4605066e2f851387ea70bc1442b1968bd7b4a15</sdk:checksum>
                <sdk:url>build-tools_r18.1.1-windows.zip</sdk:url>
            </sdk:archive>
            <sdk:archive arch="any" os="linux">
                <sdk:size>20229760</sdk:size>
                <sdk:checksum type="sha1">68c9acbfc0cec2d51b19efaed39831a17055d998</sdk:checksum>
                <sdk:url>build-tools_r18.1.1-linux.zip</sdk:url>
            </sdk:archive>
            <sdk:archive arch="any" os="macosx">
                <sdk:size>20452157</sdk:size>
                <sdk:checksum type="sha1">a9d9d37f6ddf859e57abc78802a77aaa166e48d4</sdk:checksum>
                <sdk:url>build-tools_r18.1.1-macosx.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:build-tool>

    <sdk:build-tool>
        <!-- Generated at Mon Oct 28 23:12:03 2013 from git_klp-release @ 886418 -->
        <sdk:revision>
            <sdk:major>19</sdk:major>
            <sdk:minor>0</sdk:minor>
            <sdk:micro>0</sdk:micro>
        </sdk:revision>
        <sdk:archives>
            <sdk:archive arch="any" os="windows">
                <sdk:size>20611447</sdk:size>
                <sdk:checksum type="sha1">6edf505c20f5ece9c48fa0aff9a90488f9654d52</sdk:checksum>
                <sdk:url>build-tools_r19-windows.zip</sdk:url>
            </sdk:archive>
            <sdk:archive arch="any" os="linux">
                <sdk:size>21339943</sdk:size>
                <sdk:checksum type="sha1">55c1a6cf632e7d346f0002b275ec41fd3137fd83</sdk:checksum>
                <sdk:url>build-tools_r19-linux.zip</sdk:url>
            </sdk:archive>
            <sdk:archive arch="any" os="macosx">
                <sdk:size>21441270</sdk:size>
                <sdk:checksum type="sha1">86ec1c12db1bc446b7bcaefc5cc14eb361044e90</sdk:checksum>
                <sdk:url>build-tools_r19-macosx.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:build-tool>

    <sdk:build-tool>
        <!-- Generated at Thu Dec  5 14:01:45 2013 from git_klp-dev @ 938007 -->
        <sdk:revision>
            <sdk:major>19</sdk:major>
            <sdk:minor>0</sdk:minor>
            <sdk:micro>1</sdk:micro>
        </sdk:revision>
        <sdk:archives>
            <sdk:archive arch="any" os="windows">
                <sdk:size>20500648</sdk:size>
                <sdk:checksum type="sha1">5ef422bac5b28f4ced108319ed4a6bc7050a6234</sdk:checksum>
                <sdk:url>build-tools_r19.0.1-windows.zip</sdk:url>
            </sdk:archive>
            <sdk:archive arch="any" os="linux">
                <sdk:size>21229048</sdk:size>
                <sdk:checksum type="sha1">18d2312dc4368858914213087f4e61445aca4517</sdk:checksum>
                <sdk:url>build-tools_r19.0.1-linux.zip</sdk:url>
            </sdk:archive>
            <sdk:archive arch="any" os="macosx">
                <sdk:size>21450597</sdk:size>
                <sdk:checksum type="sha1">efaf50fb19a3edb8d03efbff76f89a249ad2920b</sdk:checksum>
                <sdk:url>build-tools_r19.0.1-macosx.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:build-tool>

    <sdk:build-tool>
        <!-- Generated at Wed Feb 12 12:38:29 2014 from git_klp-sdk-release @ 1009316 -->
        <sdk:revision>
            <sdk:major>19</sdk:major>
            <sdk:minor>0</sdk:minor>
            <sdk:micro>2</sdk:micro>
        </sdk:revision>
        <sdk:archives>
            <sdk:archive arch="any" os="windows">
                <sdk:size>20621117</sdk:size>
                <sdk:checksum type="sha1">af664672d0d709c9ae30937b1062317d3ade7f95</sdk:checksum>
                <sdk:url>build-tools_r19.0.2-windows.zip</sdk:url>
            </sdk:archive>
            <sdk:archive arch="any" os="linux">
                <sdk:size>21352552</sdk:size>
                <sdk:checksum type="sha1">a03a6bdea0091aea32e1b35b90a7294c9f04e3dd</sdk:checksum>
                <sdk:url>build-tools_r19.0.2-linux.zip</sdk:url>
            </sdk:archive>
            <sdk:archive arch="any" os="macosx">
                <sdk:size>21453726</sdk:size>
                <sdk:checksum type="sha1">145bc43065d45f756d99d87329d899052b9a9288</sdk:checksum>
                <sdk:url>build-tools_r19.0.2-macosx.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:build-tool>

    <sdk:build-tool>
        <!-- Generated at Fri Feb 28 17:11:02 2014 from git_klp-sdk-release @ 1035858 -->
        <sdk:revision>
            <sdk:major>19</sdk:major>
            <sdk:minor>0</sdk:minor>
            <sdk:micro>3</sdk:micro>
        </sdk:revision>
        <sdk:archives>
            <sdk:archive arch="any" os="windows">
                <sdk:size>20730715</sdk:size>
                <sdk:checksum type="sha1">cb46b433b67a0a6910ff00db84be8b527ea3102f</sdk:checksum>
                <sdk:url>build-tools_r19.0.3-windows.zip</sdk:url>
            </sdk:archive>
            <sdk:archive arch="any" os="linux">
                <sdk:size>21462150</sdk:size>
                <sdk:checksum type="sha1">c2d6055478e9d2d4fba476ee85f99181ddd1160c</sdk:checksum>
                <sdk:url>build-tools_r19.0.3-linux.zip</sdk:url>
            </sdk:archive>
            <sdk:archive arch="any" os="macosx">
                <sdk:size>21563992</sdk:size>
                <sdk:checksum type="sha1">651cf8754373b2d52e7f6aab2c52eabffe4e9ea4</sdk:checksum>
                <sdk:url>build-tools_r19.0.3-macosx.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:build-tool>

    <sdk:build-tool>
        <!-- Generated at Tue May  6 14:19:40 2014 from git_klp-sdk-release @ 1153987 -->
        <sdk:revision>
            <sdk:major>19</sdk:major>
            <sdk:minor>1</sdk:minor>
            <sdk:micro>0</sdk:micro>
        </sdk:revision>
        <sdk:archives>
            <sdk:archive arch="any" os="windows">
                <sdk:size>20812533</sdk:size>
                <sdk:checksum type="sha1">13b367fbdbff8132cb4356f716e8dc8a8df745c5</sdk:checksum>
                <sdk:url>build-tools_r19.1-windows.zip</sdk:url>
            </sdk:archive>
            <sdk:archive arch="any" os="linux">
                <sdk:size>21490972</sdk:size>
                <sdk:checksum type="sha1">1ff20ac15fa47a75d00346ec12f180d531b3ca89</sdk:checksum>
                <sdk:url>build-tools_r19.1-linux.zip</sdk:url>
            </sdk:archive>
            <sdk:archive arch="any" os="macosx">
                <sdk:size>21590160</sdk:size>
                <sdk:checksum type="sha1">0d11aae3417de1efb4b9a0e0a7855904a61bcec1</sdk:checksum>
                <sdk:url>build-tools_r19.1-macosx.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:build-tool>

    <!-- DOCS ........................ -->

    <sdk:doc>
        <!-- Generated at Thu Dec  5 14:02:18 2013 from git_klp-dev @ 938007 -->
        <sdk:revision>2</sdk:revision>
        <sdk:api-level>19</sdk:api-level>
        <sdk:archives>
            <sdk:archive arch="any" os="any">
                <sdk:size>180600204</sdk:size>
                <sdk:checksum type="sha1">6aae26e12b0809dc40768eae6b6a9919aa89dbe6</sdk:checksum>
                <sdk:url>docs-19_r02.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:doc>

    <!-- SOURCES ........................ -->

    <sdk:source>
        <!-- Generated at Wed Dec  7 13:48:11 2011 from git_ics-mr0 @ 234950 -->
        <sdk:revision>1</sdk:revision>
        <sdk:api-level>14</sdk:api-level>
        <sdk:archives>
            <sdk:archive arch="any" os="any">
                <sdk:size>16152383</sdk:size>
                <sdk:checksum type="sha1">eaf4ed7dcac46e68516a1b4aa5b0d9e5a39a7555</sdk:checksum>
                <sdk:url>sources-14_r01.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:source>

    <sdk:source>
        <!-- Generated at Fri Mar 30 10:43:44 2012 from ics-mr1 @ 302030 -->
        <sdk:revision>2</sdk:revision>
        <sdk:api-level>15</sdk:api-level>
        <sdk:archives>
            <sdk:archive arch="any" os="any">
                <sdk:size>16468746</sdk:size>
                <sdk:checksum type="sha1">e5992a5747c9590783fbbdd700337bf0c9f6b1fa</sdk:checksum>
                <sdk:url>sources-15_r02.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:source>

    <sdk:source>
        <!-- Generated at Thu Jul 19 18:39:42 2012 from git_jb-release @ 403059 -->
        <sdk:revision>2</sdk:revision>
        <sdk:api-level>16</sdk:api-level>
        <sdk:archives>
            <sdk:archive arch="any" os="any">
                <sdk:size>17876720</sdk:size>
                <sdk:checksum type="sha1">0f83c14ed333c45d962279ab5d6bc98a0269ef84</sdk:checksum>
                <sdk:url>sources-16_r02.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:source>

    <sdk:source>
        <!-- Generated at Mon Nov 12 17:16:08 2012 from git_jb-mr1-dev @ 526865 -->
        <sdk:revision>1</sdk:revision>
        <sdk:api-level>17</sdk:api-level>
        <sdk:archives>
            <sdk:archive arch="any" os="any">
                <sdk:size>18976816</sdk:size>
                <sdk:checksum type="sha1">6f1f18cd2d2b1852d7f6892df9cee3823349d43a</sdk:checksum>
                <sdk:url>sources-17_r01.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:source>

    <sdk:source>
        <!-- Generated at Tue Jul 23 17:18:30 2013 from git_jb-mr2-release @ 737497 -->
        <sdk:revision>1</sdk:revision>
        <sdk:api-level>18</sdk:api-level>
        <sdk:archives>
            <sdk:archive arch="any" os="any">
                <sdk:size>20226735</sdk:size>
                <sdk:checksum type="sha1">8b49fdf7433f4881a2bfb559b5dd05d8ec65fb78</sdk:checksum>
                <sdk:url>sources-18_r01.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:source>

    <sdk:source>
        <!-- Generated at Thu Dec  5 14:04:22 2013 from git_klp-dev @ 938007 -->
        <sdk:revision>2</sdk:revision>
        <sdk:api-level>19</sdk:api-level>
        <sdk:archives>
            <sdk:archive arch="any" os="any">
                <sdk:size>21819439</sdk:size>
                <sdk:checksum type="sha1">433a1d043ef77561571250e94cb7a0ef24a202e7</sdk:checksum>
                <sdk:url>sources-19_r02.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:source>

    <sdk:platform-tool>
        <!-- Generated at Mon Jun 23 19:20:39 2014 from git_lmp-preview-dev @ 1244090 -->
        <sdk:revision>
            <sdk:major>20</sdk:major>
            <sdk:minor>0</sdk:minor>
            <sdk:micro>0</sdk:micro>
        </sdk:revision>
        <sdk:archives>
            <sdk:archive os="windows">
                <sdk:size>1741113</sdk:size>
                <sdk:checksum type="sha1">72c34cc6a991f53e2588f9d5487559f013bc30f9</sdk:checksum>
                <sdk:url>platform-tools_r20-windows.zip</sdk:url>
            </sdk:archive>
            <sdk:archive os="linux">
                <sdk:size>1753061</sdk:size>
                <sdk:checksum type="sha1">fb120ce85b6698b801cb4788b204693c1d682b87</sdk:checksum>
                <sdk:url>platform-tools_r20-linux.zip</sdk:url>
            </sdk:archive>
            <sdk:archive os="macosx">
                <sdk:size>1666257</sdk:size>
                <sdk:checksum type="sha1">f2c65c58caf76169d9bebf25eef5c69ff99670b5</sdk:checksum>
                <sdk:url>platform-tools_r20-macosx.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:platform-tool>

    <sdk:tool>
        <!-- Generated at Mon Jun 23 19:16:37 2014 from git_ub-tools-idea133-milestone @ 1245622 -->
        <sdk:revision>
            <sdk:major>23</sdk:major>
            <sdk:minor>0</sdk:minor>
            <sdk:micro>0</sdk:micro>
        </sdk:revision>
        <sdk:min-platform-tools-rev>
            <sdk:major>20</sdk:major>
        </sdk:min-platform-tools-rev>
        <sdk:archives>
            <sdk:archive os="windows">
                <sdk:size>138184426</sdk:size>
                <sdk:checksum type="sha1">bb893ecaeb65579759b16d1fd6a958fe216fa1ce</sdk:checksum>
                <sdk:url>tools_r23-windows.zip</sdk:url>
            </sdk:archive>
            <sdk:archive os="linux">
                <sdk:size>138956866</sdk:size>
                <sdk:checksum type="sha1">860446fd4fec17fb5cf6828a5de486410cfce105</sdk:checksum>
                <sdk:url>tools_r23-linux.zip</sdk:url>
            </sdk:archive>
            <sdk:archive os="macosx">
                <sdk:size>87943687</sdk:size>
                <sdk:checksum type="sha1">105c2e0e8fa2f295afa701536631764bb2b5cdc3</sdk:checksum>
                <sdk:url>tools_r23-macosx.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:tool>
</sdk:sdk-repository>
</pre>
<h4>https://dl-ssl.google.com/android/repository/addon.xml</h4>
<pre class="brush: xml; first-line: 1;" >
<?xml version="1.0" encoding="UTF-8"?>
<!--
 * Copyright (C) 2010 The Android Open Source Project
 *
 * Licensed under the Apache License, version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
-->
<sdk:sdk-addon xmlns:sdk="http://schemas.android.com/sdk/android/addon/7" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

    <sdk:license id="android-sdk-license" type="text">To get started with the Android SDK, you must agree to the following terms and conditions.

This is the Android SDK License Agreement (the &quot;License Agreement&quot;).

1. Introduction

1.1 The Android SDK (referred to in the License Agreement as the &quot;SDK&quot; and specifically including the Android system files, packaged APIs, and SDK library files and tools , if and when they are made available) is licensed to you subject to the terms of the License Agreement. The License Agreement forms a legally binding contract between you and Google in relation to your use of the SDK.

1.2 &quot;Android&quot; means the Android software stack for devices, as made available under the Android Open Source Project, which is located at the following URL: http://source.android.com/, as updated from time to time.

1.3 &quot;Google&quot; means Google Inc., a Delaware corporation with principal place of business at 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States.

2. Accepting the License Agreement

2.1 In order to use the SDK, you must first agree to the License Agreement. You may not use the SDK if you do not accept the License Agreement.

2.2 By clicking to accept and/or using the SDK, you hereby agree to the terms of the License Agreement.

2.3 You may not use the SDK and may not accept the License Agreement if you are a person barred from receiving the SDK under the laws of the United States or other countries including the country in which you are resident or from which you use the SDK.

2.4 If you will use the SDK internally within your company or organization you agree to be bound by the License Agreement on behalf of your employer or other entity, and you represent and warrant that you have full legal authority to bind your employer or such entity to the License Agreement. If you do not have the requisite authority, you may not accept the License Agreement or use the SDK on behalf of your employer or other entity.

3. SDK License from Google

3.1 Subject to the terms of the License Agreement, Google grants you a royalty-free, non-assignable, non-exclusive, non-sublicensable, limited, revocable license to use the SDK, personally or internally within your company or organization, solely to develop and distribute applications to run on the Android platform.

3.2 You agree that Google or third parties own all legal right, title and interest in and to the SDK, including any Intellectual Property Rights that subsist in the SDK. &quot;Intellectual Property Rights&quot; means any and all rights under patent law, copyright law, trade secret law, trademark law, and any and all other proprietary rights. Google reserves all rights not expressly granted to you.

3.3 You may not use the SDK for any purpose not expressly permitted by the License Agreement. Except to the extent required by applicable third party licenses, you may not: (a) copy (except for backup purposes), modify, adapt, redistribute, decompile, reverse engineer, disassemble, or create derivative works of the SDK or any part of the SDK; or (b) load any part of the SDK onto a mobile handset or any other hardware device except a personal computer, combine any part of the SDK with other software, or distribute any software or device incorporating a part of the SDK.

3.4 You agree that you will not take any actions that may cause or result in the fragmentation of Android, including but not limited to distributing, participating in the creation of, or promoting in any way a software development kit derived from the SDK.

3.5 Use, reproduction and distribution of components of the SDK licensed under an open source software license are governed solely by the terms of that open source software license and not the License Agreement. You agree to remain a licensee in good standing in regard to such open source software licenses under all the rights granted and to refrain from any actions that may terminate, suspend, or breach such rights.

3.6 You agree that the form and nature of the SDK that Google provides may change without prior notice to you and that future versions of the SDK may be incompatible with applications developed on previous versions of the SDK. You agree that Google may stop (permanently or temporarily) providing the SDK (or any features within the SDK) to you or to users generally at Google's sole discretion, without prior notice to you.

3.7 Nothing in the License Agreement gives you a right to use any of Google's trade names, trademarks, service marks, logos, domain names, or other distinctive brand features.

3.8 You agree that you will not remove, obscure, or alter any proprietary rights notices (including copyright and trademark notices) that may be affixed to or contained within the SDK.

4. Use of the SDK by You

4.1 Google agrees that nothing in the License Agreement gives Google any right, title or interest from you (or your licensors) under the License Agreement in or to any software applications that you develop using the SDK, including any intellectual property rights that subsist in those applications.

4.2 You agree to use the SDK and write applications only for purposes that are permitted by (a) the License Agreement, and (b) any applicable law, regulation or generally accepted practices or guidelines in the relevant jurisdictions (including any laws regarding the export of data or software to and from the United States or other relevant countries).

4.3 You agree that if you use the SDK to develop applications, you will protect the privacy and legal rights of users. If users provide you with user names, passwords, or other login information or personal information, you must make the users aware that the information will be available to your application, and you must provide legally adequate privacy notice and protection for those users. If your application stores personal or sensitive information provided by users, it must do so securely. If users provide you with Google Account information, your application may only use that information to access the user's Google Account when, and for the limited purposes for which, each user has given you permission to do so.

4.4 You agree that you will not engage in any activity with the SDK, including the development or distribution of an application, that interferes with, disrupts, damages, or accesses in an unauthorized manner the servers, networks, or other properties or services of Google or any third party.

4.5 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any data, content, or resources that you create, transmit or display through Android and/or applications for Android, and for the consequences of your actions (including any loss or damage which Google may suffer) by doing so.

4.6 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any breach of your obligations under the License Agreement, any applicable third party contract or Terms of Service, or any applicable law or regulation, and for the consequences (including any loss or damage which Google or any third party may suffer) of any such breach.

5. Your Developer Credentials

5.1 You agree that you are responsible for maintaining the confidentiality of any developer credentials that may be issued to you by Google or which you may choose yourself and that you will be solely responsible for all applications that are developed under your developer credentials.

6. Privacy and Information

6.1 In order to continually innovate and improve the SDK, Google may collect certain usage statistics from the software including but not limited to a unique identifier, associated IP address, version number of the software, and information on which tools and/or services in the SDK are being used and how they are being used. Before any of this information is collected, the SDK will notify you and seek your consent. If you withhold consent, the information will not be collected.

6.2 The data collected is examined in the aggregate to improve the SDK and is maintained in accordance with Google's Privacy Policy located at http://www.google.com/policies/privacy/.

7. Third Party Applications

7.1 If you use the SDK to run applications developed by a third party or that access data, content or resources provided by a third party, you agree that Google is not responsible for those applications, data, content, or resources. You understand that all data, content or resources which you may access through such third party applications are the sole responsibility of the person from which they originated and that Google is not liable for any loss or damage that you may experience as a result of the use or access of any of those third party applications, data, content, or resources.

7.2 You should be aware the data, content, and resources presented to you through such a third party application may be protected by intellectual property rights which are owned by the providers (or by other persons or companies on their behalf). You may not modify, rent, lease, loan, sell, distribute or create derivative works based on these data, content, or resources (either in whole or in part) unless you have been specifically given permission to do so by the relevant owners.

7.3 You acknowledge that your use of such third party applications, data, content, or resources may be subject to separate terms between you and the relevant third party.

8. Using Google APIs

8.1 Google APIs

8.1.1 If you use any API to retrieve data from Google, you acknowledge that the data may be protected by intellectual property rights which are owned by Google or those parties that provide the data (or by other persons or companies on their behalf). Your use of any such API may be subject to additional Terms of Service. You may not modify, rent, lease, loan, sell, distribute or create derivative works based on this data (either in whole or in part) unless allowed by the relevant Terms of Service.

8.1.2 If you use any API to retrieve a user's data from Google, you acknowledge and agree that you shall retrieve data only with the user's explicit consent and only when, and for the limited purposes for which, the user has given you permission to do so.

9. Terminating the License Agreement

9.1 The License Agreement will continue to apply until terminated by either you or Google as set out below.

9.2 If you want to terminate the License Agreement, you may do so by ceasing your use of the SDK and any relevant developer credentials.

9.3 Google may at any time, terminate the License Agreement, with or without cause, upon notice to you.

9.4 The License Agreement will automatically terminate without notice or other action when Google ceases to provide the SDK or certain parts of the SDK to users in the country in which you are resident or from which you use the service.

9.5 When the License Agreement is terminated, the license granted to you in the License Agreement will terminate, you will immediately cease all use of the SDK, and the provisions of paragraphs 10, 11, 12 and 14 shall survive indefinitely.

10. DISCLAIMERS

10.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT YOUR USE OF THE SDK IS AT YOUR SOLE RISK AND THAT THE SDK IS PROVIDED &quot;AS IS&quot; AND &quot;AS AVAILABLE&quot; WITHOUT WARRANTY OF ANY KIND FROM GOOGLE.

10.2 YOUR USE OF THE SDK AND ANY MATERIAL DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE USE OF THE SDK IS AT YOUR OWN DISCRETION AND RISK AND YOU ARE SOLELY RESPONSIBLE FOR ANY DAMAGE TO YOUR COMPUTER SYSTEM OR OTHER DEVICE OR LOSS OF DATA THAT RESULTS FROM SUCH USE. WITHOUT LIMITING THE FOREGOING, YOU UNDERSTAND THAT THE SDK MAY CONTAIN ERRORS, DEFECTS AND SECURITY VULNERABILITIES THAT CAN RESULT IN SIGNIFICANT DAMAGE, INCLUDING THE COMPLETE, IRRECOVERABLE LOSS OF USE OF YOUR COMPUTER SYSTEM OR OTHER DEVICE.

10.3 GOOGLE FURTHER EXPRESSLY DISCLAIMS ALL WARRANTIES AND CONDITIONS OF ANY KIND, WHETHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.

11. LIMITATION OF LIABILITY

11.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT GOOGLE, ITS SUBSIDIARIES AND AFFILIATES, AND ITS LICENSORS SHALL NOT BE LIABLE TO YOU UNDER ANY THEORY OF LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL OR EXEMPLARY DAMAGES THAT MAY BE INCURRED BY YOU, INCLUDING ANY LOSS OF DATA, WHETHER OR NOT GOOGLE OR ITS REPRESENTATIVES HAVE BEEN ADVISED OF OR SHOULD HAVE BEEN AWARE OF THE POSSIBILITY OF ANY SUCH LOSSES ARISING.

12. Indemnification

12.1 To the maximum extent permitted by law, you agree to defend, indemnify and hold harmless Google, its affiliates and their respective directors, officers, employees and agents from and against any and all claims, actions, suits or proceedings, as well as any and all losses, liabilities, damages, costs and expenses (including reasonable attorneys窶・fees) arising out of or accruing from (a) your use of the SDK, (b) any application you develop on the SDK that infringes any Intellectual Property Rights of any person or defames any person or violates their rights of publicity or privacy, and (c) any non-compliance by you of the License Agreement.

13. Changes to the License Agreement

13.1 Google may make changes to the License Agreement as it distributes new versions of the SDK. When these changes are made, Google will make a new version of the License Agreement available on the website where the SDK is made available.

14. General Legal Terms

14.1 The License Agreement constitutes the whole legal agreement between you and Google and governs your use of the SDK (excluding any services which Google may provide to you under a separate written agreement), and completely replaces any prior agreements between you and Google in relation to the SDK.

14.2 You agree that if Google does not exercise or enforce any legal right or remedy which is contained in the License Agreement (or which Google has the benefit of under any applicable law), this will not be taken to be a formal waiver of Google's rights and that those rights or remedies will still be available to Google.

14.3 If any court of law, having the jurisdiction to decide on this matter, rules that any provision of the License Agreement is invalid, then that provision will be removed from the License Agreement without affecting the rest of the License Agreement. The remaining provisions of the License Agreement will continue to be valid and enforceable.

14.4 You acknowledge and agree that each member of the group of companies of which Google is the parent shall be third party beneficiaries to the License Agreement and that such other companies shall be entitled to directly enforce, and rely upon, any provision of the License Agreement that confers a benefit on (or rights in favor of) them. Other than this, no other person or company shall be third party beneficiaries to the License Agreement.

14.5 EXPORT RESTRICTIONS. THE SDK IS SUBJECT TO UNITED STATES EXPORT LAWS AND REGULATIONS. YOU MUST COMPLY WITH ALL DOMESTIC AND INTERNATIONAL EXPORT LAWS AND REGULATIONS THAT APPLY TO THE SDK. THESE LAWS INCLUDE RESTRICTIONS ON DESTINATIONS, END USERS AND END USE.

14.6 The License Agreement may not be assigned or transferred by you without the prior written approval of Google, and any attempted assignment without such approval will be void. You shall not delegate your responsibilities or obligations under the License Agreement without the prior written approval of Google.

14.7 The License Agreement, and your relationship with Google under the License Agreement, shall be governed by the laws of the State of California without regard to its conflict of laws provisions. You and Google agree to submit to the exclusive jurisdiction of the courts located within the county of Santa Clara, California to resolve any legal matter arising from the License Agreement. Notwithstanding this, you agree that Google shall still be allowed to apply for injunctive remedies (or an equivalent type of urgent legal relief) in any jurisdiction.

June 2014.
    </sdk:license>

    <sdk:license id="android-sdk-preview-license" type="text">To get started with the Android SDK Preview, you must agree to the following terms and conditions.
As described below, please note that this is a preview version of the Android SDK, subject to change, that you use at your own risk.  The Android SDK Preview is not a stable release, and may contain errors and defects that can result in serious damage to your computer systems, devices and data.

This is the Android SDK Preview License Agreement (the &quot;License Agreement&quot;).

1. Introduction

1.1 The Android SDK Preview (referred to in the License Agreement as the 窶弃review窶・and specifically including the Android system files, packaged APIs, and Preview library files, if and when they are made available) is licensed to you subject to the terms of the License Agreement. The License Agreement forms a legally binding contract between you and Google in relation to your use of the Preview.

1.2 &quot;Android&quot; means the Android software stack for devices, as made available under the Android Open Source Project, which is located at the following URL: http://source.android.com/, as updated from time to time.

1.3 &quot;Google&quot; means Google Inc., a Delaware corporation with principal place of business at 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States.

2. Accepting the License Agreement

2.1 In order to use the Preview, you must first agree to the License Agreement. You may not use the Preview if you do not accept the License Agreement.

2.2 By clicking to accept and/or using the Preview, you hereby agree to the terms of the License Agreement.

2.3 You may not use the Preview and may not accept the License Agreement if you are a person barred from receiving the Preview under the laws of the United States or other countries including the country in which you are resident or from which you use the Preview.

2.4 If you will use the Preview internally within your company or organization you agree to be bound by the License Agreement on behalf of your employer or other entity, and you represent and warrant that you have full legal authority to bind your employer or such entity to the License Agreement. If you do not have the requisite authority, you may not accept the License Agreement or use the Preview on behalf of your employer or other entity.

3. Preview License from Google

3.1 Subject to the terms of the License Agreement, Google grants you a royalty-free, non-assignable, non-exclusive, non-sublicensable, limited, revocable license to use the Preview, personally or internally within your company or organization, solely to develop applications to run on the Android platform.

3.2 You agree that Google or third parties owns all legal right, title and interest in and to the Preview, including any Intellectual Property Rights that subsist in the Preview. &quot;Intellectual Property Rights&quot; means any and all rights under patent law, copyright law, trade secret law, trademark law, and any and all other proprietary rights. Google reserves all rights not expressly granted to you.

3.3 You may not use the Preview for any purpose not expressly permitted by the License Agreement. Except to the extent required by applicable third party licenses, you may not: (a) copy (except for backup purposes), modify, adapt, redistribute, decompile, reverse engineer, disassemble, or create derivative works of the Preview or any part of the Preview; or (b) load any part of the Preview onto a mobile handset or any other hardware device except a personal computer, combine any part of the Preview with other software, or distribute any software or device incorporating a part of the Preview.

3.4 You agree that you will not take any actions that may cause or result in the fragmentation of Android, including but not limited to distributing, participating in the creation of, or promoting in any way a software development kit derived from the Preview.

3.5 Use, reproduction and distribution of components of the Preview licensed under an open source software license are governed solely by the terms of that open source software license and not the License Agreement. You agree to remain a licensee in good standing in regard to such open source software licenses under all the rights granted and to refrain from any actions that may terminate, suspend, or breach such rights.

3.6 You agree that the form and nature of the Preview that Google provides may change without prior notice to you and that future versions of the Preview may be incompatible with applications developed on previous versions of the Preview. You agree that Google may stop (permanently or temporarily) providing the Preview (or any features within the Preview) to you or to users generally at Google's sole discretion, without prior notice to you.

3.7 Nothing in the License Agreement gives you a right to use any of Google's trade names, trademarks, service marks, logos, domain names, or other distinctive brand features.

3.8 You agree that you will not remove, obscure, or alter any proprietary rights notices (including copyright and trademark notices) that may be affixed to or contained within the Preview.

4. Use of the Preview by You

4.1 Google agrees that nothing in the License Agreement gives Google any right, title or interest from you (or your licensors) under the License Agreement in or to any software applications that you develop using the Preview, including any intellectual property rights that subsist in those applications.

4.2 You agree to use the Preview and write applications only for purposes that are permitted by (a) the License Agreement, and (b) any applicable law, regulation or generally accepted practices or guidelines in the relevant jurisdictions (including any laws regarding the export of data or software to and from the United States or other relevant countries).

4.3 You agree that if you use the Preview to develop applications, you will protect the privacy and legal rights of users. If users provide you with user names, passwords, or other login information or personal information, you must make the users aware that the information will be available to your application, and you must provide legally adequate privacy notice and protection for those users. If your application stores personal or sensitive information provided by users, it must do so securely. If users provide you with Google Account information, your application may only use that information to access the user's Google Account when, and for the limited purposes for which, each user has given you permission to do so.

4.4 You agree that you will not engage in any activity with the Preview, including the development or distribution of an application, that interferes with, disrupts, damages, or accesses in an unauthorized manner the servers, networks, or other properties or services of Google or any third party.

4.5 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any data, content, or resources that you create, transmit or display through Android and/or applications for Android, and for the consequences of your actions (including any loss or damage which Google may suffer) by doing so.

4.6 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any breach of your obligations under the License Agreement, any applicable third party contract or Terms of Service, or any applicable law or regulation, and for the consequences (including any loss or damage which Google or any third party may suffer) of any such breach.

4.7 The Preview is in development, and your testing and feedback are an important part of the development process. By using the Preview, you acknowledge that implementation of some features are still under development and that you should not rely on the Preview having the full functionality of a stable release. You agree not to publicly distribute or ship any application using this Preview as this Preview will no longer be supported after the official Android SDK is released.

5. Your Developer Credentials

5.1 You agree that you are responsible for maintaining the confidentiality of any developer credentials that may be issued to you by Google or which you may choose yourself and that you will be solely responsible for all applications that are developed under your developer credentials.

6. Privacy and Information

6.1 In order to continually innovate and improve the Preview, Google may collect certain usage statistics from the software including but not limited to a unique identifier, associated IP address, version number of the software, and information on which tools and/or services in the Preview are being used and how they are being used. Before any of this information is collected, the Preview will notify you and seek your consent. If you withhold consent, the information will not be collected.

6.2 The data collected is examined in the aggregate to improve the Preview and is maintained in accordance with Google's Privacy Policy located at http://www.google.com/policies/privacy/.

7. Third Party Applications

7.1 If you use the Preview to run applications developed by a third party or that access data, content or resources provided by a third party, you agree that Google is not responsible for those applications, data, content, or resources. You understand that all data, content or resources which you may access through such third party applications are the sole responsibility of the person from which they originated and that Google is not liable for any loss or damage that you may experience as a result of the use or access of any of those third party applications, data, content, or resources.

7.2 You should be aware the data, content, and resources presented to you through such a third party application may be protected by intellectual property rights which are owned by the providers (or by other persons or companies on their behalf). You may not modify, rent, lease, loan, sell, distribute or create derivative works based on these data, content, or resources (either in whole or in part) unless you have been specifically given permission to do so by the relevant owners.

7.3 You acknowledge that your use of such third party applications, data, content, or resources may be subject to separate terms between you and the relevant third party.

8. Using Google APIs

8.1 Google APIs

8.1.1 If you use any API to retrieve data from Google, you acknowledge that the data may be protected by intellectual property rights which are owned by Google or those parties that provide the data (or by other persons or companies on their behalf). Your use of any such API may be subject to additional Terms of Service. You may not modify, rent, lease, loan, sell, distribute or create derivative works based on this data (either in whole or in part) unless allowed by the relevant Terms of Service.

8.1.2 If you use any API to retrieve a user's data from Google, you acknowledge and agree that you shall retrieve data only with the user's explicit consent and only when, and for the limited purposes for which, the user has given you permission to do so.

9. Terminating the License Agreement

9.1 the License Agreement will continue to apply until terminated by either you or Google as set out below.

9.2 If you want to terminate the License Agreement, you may do so by ceasing your use of the Preview and any relevant developer credentials.

9.3 Google may at any time, terminate the License Agreement, with or without cause, upon notice to you.

9.4 The License Agreement will automatically terminate without notice or other action upon the earlier of:
(A) when Google ceases to provide the Preview or certain parts of the Preview to users in the country in which you are resident or from which you use the service; and
(B) Google issues a final release version of the Android SDK.

9.5 When the License Agreement is terminated, the license granted to you in the License Agreement will terminate, you will immediately cease all use of the Preview, and the provisions of paragraphs 10, 11, 12 and 14 shall survive indefinitely.

10. DISCLAIMERS

10.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT YOUR USE OF THE PREVIEW IS AT YOUR SOLE RISK AND THAT THE PREVIEW IS PROVIDED &quot;AS IS&quot; AND &quot;AS AVAILABLE&quot; WITHOUT WARRANTY OF ANY KIND FROM GOOGLE.

10.2 YOUR USE OF THE PREVIEW AND ANY MATERIAL DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE USE OF THE PREVIEW IS AT YOUR OWN DISCRETION AND RISK AND YOU ARE SOLELY RESPONSIBLE FOR ANY DAMAGE TO YOUR COMPUTER SYSTEM OR OTHER DEVICE OR LOSS OF DATA THAT RESULTS FROM SUCH USE. WITHOUT LIMITING THE FOREGOING, YOU UNDERSTAND THAT THE PREVIEW IS NOT A STABLE RELEASE AND MAY CONTAIN ERRORS, DEFECTS AND SECURITY VULNERABILITIES THAT CAN RESULT IN SIGNIFICANT DAMAGE, INCLUDING THE COMPLETE, IRRECOVERABLE LOSS OF USE OF YOUR COMPUTER SYSTEM OR OTHER DEVICE.

10.3 GOOGLE FURTHER EXPRESSLY DISCLAIMS ALL WARRANTIES AND CONDITIONS OF ANY KIND, WHETHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.

11. LIMITATION OF LIABILITY

11.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT GOOGLE, ITS SUBSIDIARIES AND AFFILIATES, AND ITS LICENSORS SHALL NOT BE LIABLE TO YOU UNDER ANY THEORY OF LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL OR EXEMPLARY DAMAGES THAT MAY BE INCURRED BY YOU, INCLUDING ANY LOSS OF DATA, WHETHER OR NOT GOOGLE OR ITS REPRESENTATIVES HAVE BEEN ADVISED OF OR SHOULD HAVE BEEN AWARE OF THE POSSIBILITY OF ANY SUCH LOSSES ARISING.

12. Indemnification

12.1 To the maximum extent permitted by law, you agree to defend, indemnify and hold harmless Google, its affiliates and their respective directors, officers, employees and agents from and against any and all claims, actions, suits or proceedings, as well as any and all losses, liabilities, damages, costs and expenses (including reasonable attorneys窶・fees) arising out of or accruing from (a) your use of the Preview, (b) any application you develop on the Preview that infringes any Intellectual Property Rights of any person or defames any person or violates their rights of publicity or privacy, and (c) any non-compliance by you of the License Agreement.

13. Changes to the License Agreement

13.1 Google may make changes to the License Agreement as it distributes new versions of the Preview. When these changes are made, Google will make a new version of the License Agreement available on the website where the Preview is made available.

14. General Legal Terms

14.1 the License Agreement constitutes the whole legal agreement between you and Google and governs your use of the Preview (excluding any services which Google may provide to you under a separate written agreement), and completely replaces any prior agreements between you and Google in relation to the Preview.

14.2 You agree that if Google does not exercise or enforce any legal right or remedy which is contained in the License Agreement (or which Google has the benefit of under any applicable law), this will not be taken to be a formal waiver of Google's rights and that those rights or remedies will still be available to Google.

14.3 If any court of law, having the jurisdiction to decide on this matter, rules that any provision of the License Agreement is invalid, then that provision will be removed from the License Agreement without affecting the rest of the License Agreement. The remaining provisions of the License Agreement will continue to be valid and enforceable.

14.4 You acknowledge and agree that each member of the group of companies of which Google is the parent shall be third party beneficiaries to the License Agreement and that such other companies shall be entitled to directly enforce, and rely upon, any provision of the License Agreement that confers a benefit on (or rights in favor of) them. Other than this, no other person or company shall be third party beneficiaries to the License Agreement.

14.5 EXPORT RESTRICTIONS. THE PREVIEW IS SUBJECT TO UNITED STATES EXPORT LAWS AND REGULATIONS. YOU MUST COMPLY WITH ALL DOMESTIC AND INTERNATIONAL EXPORT LAWS AND REGULATIONS THAT APPLY TO THE PREVIEW. THESE LAWS INCLUDE RESTRICTIONS ON DESTINATIONS, END USERS AND END USE.

14.6 The License Agreement may not be assigned or transferred by you without the prior written approval of Google, and any attempted assignment without such approval will be void. You shall not delegate your responsibilities or obligations under the License Agreement without the prior written approval of Google.

14.7 The License Agreement, and your relationship with Google under the License Agreement, shall be governed by the laws of the State of California without regard to its conflict of laws provisions. You and Google agree to submit to the exclusive jurisdiction of the courts located within the county of Santa Clara, California to resolve any legal matter arising from the License Agreement. Notwithstanding this, you agree that Google shall still be allowed to apply for injunctive remedies (or an equivalent type of urgent legal relief) in any jurisdiction.

June 2014.
    </sdk:license>

    <sdk:license id="android-googletv-license" type="text">Terms and Conditions

This is the Google TV Add-on for the Android Software Development Kit License Agreement.

1. Introduction

1.1 The Google TV Add-on for the Android Software Development Kit (referred to in this License Agreement as the &quot;Google TV Add-on&quot; and specifically including the Android system files, packaged APIs, and Google APIs add-ons) is licensed to you subject to the terms of this License Agreement. This License Agreement forms a legally binding contract between you and Google in relation to your use of the Google TV Add-on.

1.2 &quot;Google&quot; means Google Inc., a Delaware corporation with principal place of business at 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States.

2. Accepting this License Agreement

2.1 In order to use the Google TV Add-on, you must first agree to this License Agreement. You may not use the Google TV Add-on if you do not accept this License Agreement.

2.2 You can accept this License Agreement by:

(A) clicking to accept or agree to this License Agreement, where this option is made available to you; or

(B) by actually using the Google TV Add-on.  In this case, you agree that use of the Google TV Add-on constitutes acceptance of the License Agreement from that point onwards.

2.3 You may not use the Google TV Add-on and may not accept the Licensing Agreement if you are a person barred from receiving the Google TV Add-on under the laws of the United States or other countries including the country in which you are resident or from which you use the Google TV Add-on.

2.4 If you are agreeing to be bound by this License Agreement on behalf of your employer or other entity, you represent and warrant that you have full legal authority to bind your employer or such entity to this License Agreement. If you do not have the requisite authority, you may not accept the Licensing Agreement or use the Google TV Add-on on behalf of your employer or other entity.

3. Google TV Add-on License from Google

3.1 Subject to the terms of this License Agreement, Google grants you a limited, worldwide, royalty-free, non- assignable and non-exclusive license to use the Google TV Add-on solely to develop applications to run on the Google TV platform.

3.2 You agree that Google or third parties own all legal right, title and interest in and to the Google TV Add-on, including any Intellectual Property Rights that subsist in the Google TV Add-on. &quot;Intellectual Property Rights&quot; means any and all rights under patent law, copyright law, trade secret law, trademark law, and any and all other proprietary rights. Google reserves all rights not expressly granted to you.

3.3 Except to the extent required by applicable third party licenses, you may not copy (except for backup purposes), modify, adapt, redistribute, decompile, reverse engineer, disassemble, or create derivative works of the Google TV Add-on or any part of the Google TV Add-on. Except to the extent required by applicable third party licenses, you may not load any part of the Google TV Add-on onto a mobile handset, television, or any other hardware device except a personal computer, combine any part of the Google TV Add-on with other software, or distribute any software or device incorporating a part of the Google TV Add-on.

3.4 Use, reproduction and distribution of components of the Google TV Add-on licensed under an open source software license are governed solely by the terms of that open source software license and not this License Agreement.

3.5 You agree that the form and nature of the Google TV Add-on that Google provides may change without prior notice to you and that future versions of the Google TV Add-on may be incompatible with applications developed on previous versions of the Google TV Add-on. You agree that Google may stop (permanently or temporarily) providing the Google TV Add-on (or any features within the Google TV Add-on) to you or to users generally at Google's sole discretion, without prior notice to you.

3.6 Nothing in this License Agreement gives you a right to use any of Google's or it窶冱 licensors窶・trade names, trademarks, service marks, logos, domain names, or other distinctive brand features.

3.7 You agree that you will not remove, obscure, or alter any proprietary rights notices (including copyright and trademark notices) that may be affixed to or contained within the Google TV Add-on.

4. Use of the Google TV Add-on by You

4.1 Google agrees that it obtains no right, title or interest from you (or your licensors) under this License Agreement in or to any software applications that you develop using the Google TV Add-on, including any intellectual property rights that subsist in those applications.

4.2 You agree to use the Google TV Add-on and write applications only for purposes that are permitted by (a) this License Agreement and (b) any applicable law, regulation or generally accepted practices or guidelines in the relevant jurisdictions (including any laws regarding the export of data or software to and from the United States or other relevant countries).

4.3 You agree that if you use the Google TV Add-on to develop applications for general public users, you will protect the privacy and legal rights of those users. If the users provide you with user names, passwords, or other login information or personal information, your must make the users aware that the information will be available to your application, and you must provide legally adequate privacy notice and protection for those users. If your application stores personal or sensitive information provided by users, it must do so securely. If the user provides your application with Google Account information, your application may only use that information to access the user's Google Account when, and for the limited purposes for which, the user has given you explicit permission to do so.

4.4 You agree that you will not engage in any activity with the Google TV Add-on, including the development or distribution of an application, that interferes with, disrupts, damages, or accesses in an unauthorized manner the servers, networks, or other properties or services of any third party including, but not limited to, Google, Multichannel Video Program Distributors or any mobile communications carrier.

4.5 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any data, content, or resources that you create, transmit or display through the Google TV platform and/or applications for the Google TV platform, and for the consequences of your actions (including any loss or damage which Google may suffer) by doing so.

4.6 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any breach of your obligations under this License Agreement, any applicable third party contract or Terms of Service, or any applicable law or regulation, and for the consequences (including any loss or damage which Google or any third party may suffer) of any such breach.

5. Your Developer Credentials

5.1 You agree that you are responsible for maintaining the confidentiality of any developer credentials that may be issued to you by Google or which you may choose yourself and that you will be solely responsible for all applications that are developed under your developer credentials.

6. Privacy and Information

6.1 In order to continually innovate and improve the Google TV Add-on, Google may collect certain usage statistics from the software including but not limited to a unique identifier, associated IP address, version number of the software, and information on which tools and/or services in the Google TV Add-on are being used and how they are being used. Before any of this information is collected, the Google TV Add-on will notify you and seek your consent. If you withhold consent, the information will not be collected.

6.2 The data collected is examined in the aggregate to improve the Google TV Add-on and is maintained in accordance with Google's Privacy Policy.

7. Third Party Applications for the Google TV Platform

7.1 If you use the Google TV Add-on to run applications developed by a third party or that access data, content or resources provided by a third party, you agree that Google is not responsible for those applications, data, content, or resources. You understand that all data, content or resources which you may access through such third party applications are the sole responsibility of the person from which they originated and that Google is not liable for any loss or damage that you may experience as a result of the use or access of any of those third party applications, data, content, or resources.

7.2 You should be aware the data, content, and resources presented to you through such a third party application may be protected by intellectual property rights which are owned by the providers (or by other persons or companies on their behalf). You may not modify, rent, lease, loan, sell, distribute or create derivative works based on these data, content, or resources (either in whole or in part) unless you have been specifically given permission to do so by the relevant owners.

7.3 You acknowledge that your use of such third party applications, data, content, or resources may be subject to separate terms between you and the relevant third party. In that case, this License Agreement does not affect your legal relationship with these third parties.

8. Using Google TV APIs

8.1 If you use any Google TV API to retrieve data from Google, you acknowledge that the data (窶廨oogle TV API Content窶・ may be protected by intellectual property rights which are owned by Google or those parties that provide the data (or by other persons or companies on their behalf). Your use of any such API may be subject to additional Terms of Service. You may not modify, rent, lease, loan, sell, distribute or create derivative works based on this data (either in whole or in part) unless allowed by the relevant Terms of Service.  Some portions of the Google TV API Content are licensed to Google by third parties, including but not limited to Tribune Media Services

8.2 If you use any API to retrieve a user's data from Google, you acknowledge and agree that you shall retrieve data only with the user's explicit consent and only when, and for the limited purposes for which, the user has given you permission to do so.

8.3 Except as explicitly permitted in Section 3 (Google TV Add-on License from Google), you must:

(a) not modify nor format the Google TV API Content except to the extent reasonably and technically necessary to optimize the display such Google TV API Content in your application;

(b) not edit the Google TV API Content in a manner that renders the Google TV API Content inaccurate of alters its inherent meaning (provided that displaying excerpts will not violate the foregoing); or

(c)  not create any commercial audience measurement tool or service using the Google TV API Content

9. Terminating this License Agreement

9.1 This License Agreement will continue to apply until terminated by either you or Google as set out below.

9.2 If you want to terminate this License Agreement, you may do so by ceasing your use of the Google TV Add-on and any relevant developer credentials.

9.3 Google may at any time, terminate this License Agreement with you if:

(A) you have breached any provision of this License Agreement; or

(B) Google is required to do so by law; or

(C) the partner with whom Google offered certain parts of Google TV Add-on (such as APIs) to you has terminated its relationship with Google or ceased to offer certain parts of the Google TV Add-on to you; or

(D) Google decides to no longer providing the Google TV Add-on or certain parts of the Google TV Add-on to users in the country in which you are resident or from which you use the service, or the provision of the Google TV Add-on or certain Google TV Add-on services to you by Google is, in Google's sole discretion, no longer commercially viable.

9.4 When this License Agreement comes to an end, all of the legal rights, obligations and liabilities that you and Google have benefited from, been subject to (or which have accrued over time whilst this License Agreement has been in force) or which are expressed to continue indefinitely, shall be unaffected by this cessation, and the provisions of paragraph 14.7 shall continue to apply to such rights, obligations and liabilities indefinitely.

10. DISCLAIMER OF WARRANTIES

10.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT YOUR USE OF THE GOOGLE TV ADD-ON IS AT YOUR SOLE RISK AND THAT THE GOOGLE TV ADD-ON IS PROVIDED &quot;AS IS&quot; AND &quot;AS AVAILABLE&quot; WITHOUT WARRANTY OF ANY KIND FROM GOOGLE.

10.2 YOUR USE OF THE GOOGLE TV ADD-ON AND ANY MATERIAL DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE USE OF THE GOOGLE TV ADD-ON IS AT YOUR OWN DISCRETION AND RISK AND YOU ARE SOLELY RESPONSIBLE FOR ANY DAMAGE TO YOUR COMPUTER SYSTEM OR OTHER DEVICE OR LOSS OF DATA THAT RESULTS FROM SUCH USE.

10.3 GOOGLE FURTHER EXPRESSLY DISCLAIMS ALL WARRANTIES AND CONDITIONS OF ANY KIND, WHETHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.

11. LIMITATION OF LIABILITY

11.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT GOOGLE, ITS SUBSIDIARIES AND AFFILIATES, AND ITS LICENSORS SHALL NOT BE LIABLE TO YOU UNDER ANY THEORY OF LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL CONSEQUENTIAL OR EXEMPLARY DAMAGES THAT MAY BE INCURRED BY YOU, INCLUDING ANY LOSS OF DATA, WHETHER OR NOT GOOGLE OR ITS REPRESENTATIVES HAVE BEEN ADVISED OF OR SHOULD HAVE BEEN AWARE OF THE POSSIBILITY OF ANY SUCH LOSSES ARISING.

12. Indemnification

12.1 To the maximum extent permitted by law, you agree to defend, indemnify and hold harmless Google, its affiliates and their respective directors, officers, employees and agents from and against any and all claims, actions, suits or proceedings, as well as any and all losses, liabilities, damages, costs and expenses (including reasonable attorneys fees) arising out of or accruing from (a) your use of the Google TV Add-on, (b) any application you develop on the Google TV Add-on that infringes any copyright, trademark, trade secret, trade dress, patent or other intellectual property right of any person or defames any person or violates their rights of publicity or privacy, and (c) any non-compliance by you with this License Agreement.

13. Changes to the License Agreement

13.1 Google may make changes to the License Agreement as it distributes new versions of the Google TV Add-on.

14. General Legal Terms

14.1 This License Agreement constitute the whole legal agreement between you and Google and govern your use of the Google TV Add-on (excluding any services which Google may provide to you under a separate written agreement), and completely replace any prior agreements between you and Google in relation to the Google TV Add-on.

14.2 You agree that if Google does not exercise or enforce any legal right or remedy which is contained in this License Agreement (or which Google has the benefit of under any applicable law), this will not be taken to be a formal waiver of Google's rights and that those rights or remedies will still be available to Google.

14.3 If any court of law, having the jurisdiction to decide on this matter, rules that any provision of this License Agreement is invalid, then that provision will be removed from this License Agreement without affecting the rest of this License Agreement. The remaining provisions of this License Agreement will continue to be valid and enforceable.

14.4 You acknowledge and agree that Google窶冱 API data licensors and each member of the group of companies of which Google is the parent shall be third party beneficiaries to this License Agreement and that such other companies shall be entitled to directly enforce, and rely upon, any provision of this License Agreement that confers a benefit on (or rights in favor of) them. Other than this, no other person or company shall be third party beneficiaries to this License Agreement.

14.5 EXPORT RESTRICTIONS. THE GOOGLE TV ADD-ON IS SUBJECT TO UNITED STATES EXPORT LAWS AND REGULATIONS. YOU MUST COMPLY WITH ALL DOMESTIC AND INTERNATIONAL EXPORT LAWS AND REGULATIONS THAT APPLY TO THE GOOGLE TV ADD-ON. THESE LAWS INCLUDE RESTRICTIONS ON DESTINATIONS, END USERS AND END USE.

14.6 The rights granted in this License Agreement may not be assigned or transferred by either you or Google without the prior written approval of the other party. Neither you nor Google shall be permitted to delegate their responsibilities or obligations under this License Agreement without the prior written approval of the other party.

14.7 This License Agreement, and your relationship with Google under this License Agreement, shall be governed by the laws of the State of California without regard to its conflict of laws provisions. You and Google agree to submit to the exclusive jurisdiction of the courts located within the county of Santa Clara, California to resolve any legal matter arising from this License Agreement. Notwithstanding this, you agree that Google shall still be allowed to apply for injunctive remedies (or an equivalent type of urgent legal relief) in any jurisdiction.

August 15, 2011
    </sdk:license>

    <!-- ADD-ONS ....................... -->

    <sdk:add-on>
        <sdk:vendor-id>google</sdk:vendor-id>
        <sdk:vendor-display>Google Inc.</sdk:vendor-display>
        <sdk:name-id>google_apis</sdk:name-id>
        <sdk:name-display>Google APIs</sdk:name-display>
        <sdk:api-level>3</sdk:api-level>
        <sdk:revision>03</sdk:revision>
        <sdk:description>Android + Google APIs</sdk:description>
        <sdk:desc-url>http://developer.android.com/</sdk:desc-url>
        <sdk:uses-license ref="android-sdk-license"/>
        <sdk:archives>
            <sdk:archive>
                <sdk:size>34908058</sdk:size>
                <sdk:checksum type="sha1">1f92abf3a76be66ae8032257fc7620acbd2b2e3a</sdk:checksum>
                <sdk:url>google_apis-3-r03.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:libs>
            <sdk:lib>
                <sdk:name>com.google.android.maps</sdk:name>
                <sdk:description>API for Google Maps.</sdk:description>
            </sdk:lib>
        </sdk:libs>
    </sdk:add-on>

    <!-- Generated on Tue Nov 24 16:38:28 PST 2009 using donut 20842: Platform. Addon. -->

    <sdk:add-on>
        <sdk:vendor-id>google</sdk:vendor-id>
        <sdk:vendor-display>Google Inc.</sdk:vendor-display>
        <sdk:name-id>google_apis</sdk:name-id>
        <sdk:name-display>Google APIs</sdk:name-display>
        <sdk:api-level>4</sdk:api-level>
        <sdk:revision>2</sdk:revision>
        <sdk:description>Android + Google APIs, revision 2</sdk:description>
        <sdk:desc-url>http://developer.android.com/</sdk:desc-url>
        <sdk:uses-license ref="android-sdk-license"/>
        <sdk:archives>
            <sdk:archive>
                <sdk:size>42435735</sdk:size>
                <sdk:checksum type="sha1">9b6e86d8568558de4d606a7debc4f6049608dbd0</sdk:checksum>
                <sdk:url>google_apis-4_r02.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:libs>
            <sdk:lib>
                <sdk:name>com.google.android.maps</sdk:name>
                <sdk:description>API for Google Maps.</sdk:description>
            </sdk:lib>
        </sdk:libs>
    </sdk:add-on>

    <!-- Generated on Thu Oct 22 10:16:34 PDT 2009 using eclair-sdk 17704: Platform. Addon. Tools. Doc. -->

    <sdk:add-on>
        <sdk:vendor-id>google</sdk:vendor-id>
        <sdk:vendor-display>Google Inc.</sdk:vendor-display>
        <sdk:name-id>google_apis</sdk:name-id>
        <sdk:name-display>Google APIs</sdk:name-display>
        <sdk:api-level>5</sdk:api-level>
        <sdk:revision>01</sdk:revision>
        <sdk:description>Android + Google APIs, revision 1</sdk:description>
        <sdk:desc-url>http://developer.android.com/</sdk:desc-url>
        <sdk:uses-license ref="android-sdk-license"/>
        <sdk:obsolete/>
        <sdk:archives>
            <sdk:archive>
                <sdk:size>49123776</sdk:size>
                <sdk:checksum type="sha1">46eaeb56b645ee7ffa24ede8fa17f3df70db0503</sdk:checksum>
                <sdk:url>google_apis-5_r01.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:libs>
            <sdk:lib>
                <sdk:name>com.google.android.maps</sdk:name>
                <sdk:description>API for Google Maps.</sdk:description>
            </sdk:lib>
        </sdk:libs>
    </sdk:add-on>

    <!-- Generated on Mon Nov 23 14:08:02 PST 2009 using eclair-release 20723: Platform. Addon. -->

    <sdk:add-on>
        <sdk:vendor-id>google</sdk:vendor-id>
        <sdk:vendor-display>Google Inc.</sdk:vendor-display>
        <sdk:name-id>google_apis</sdk:name-id>
        <sdk:name-display>Google APIs</sdk:name-display>
        <sdk:api-level>6</sdk:api-level>
        <sdk:revision>1</sdk:revision>
        <sdk:description>Android + Google APIs, revision 1</sdk:description>
        <sdk:desc-url>http://developer.android.com/</sdk:desc-url>
        <sdk:obsolete/>
        <sdk:uses-license ref="android-sdk-license"/>
        <sdk:archives>
            <sdk:archive>
                <sdk:size>53382941</sdk:size>
                <sdk:checksum type="sha1">5ff545d96e031e09580a6cf55713015c7d4936b2</sdk:checksum>
                <sdk:url>google_apis-6_r01.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:libs>
            <sdk:lib>
                <sdk:name>com.google.android.maps</sdk:name>
                <sdk:description>API for Google Maps.</sdk:description>
            </sdk:lib>
        </sdk:libs>
    </sdk:add-on>

    <!-- Generated on Mon Dec 21 14:36:17 PST 2009 using eclair-release 22607: Platform. Addon. -->

    <sdk:add-on>
        <sdk:vendor-id>google</sdk:vendor-id>
        <sdk:vendor-display>Google Inc.</sdk:vendor-display>
        <sdk:name-id>google_apis</sdk:name-id>
        <sdk:name-display>Google APIs</sdk:name-display>
        <sdk:api-level>7</sdk:api-level>
        <sdk:revision>1</sdk:revision>
        <sdk:description>Android + Google APIs, revision 1</sdk:description>
        <sdk:desc-url>http://developer.android.com/</sdk:desc-url>
        <sdk:uses-license ref="android-sdk-license"/>
        <sdk:archives>
            <sdk:archive>
                <sdk:size>53691339</sdk:size>
                <sdk:checksum type="sha1">2e7f91e0fe34fef7f58aeced973c6ae52361b5ac</sdk:checksum>
                <sdk:url>google_apis-7_r01.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:libs>
            <sdk:lib>
                <sdk:name>com.google.android.maps</sdk:name>
                <sdk:description>API for Google Maps.</sdk:description>
            </sdk:lib>
        </sdk:libs>
    </sdk:add-on>

    <!-- Generated on Wed Jun 30 16:13:06 PDT 2010 using froyo-release 43546: Platform. Addon. -->

    <sdk:add-on>
        <sdk:vendor-id>google</sdk:vendor-id>
        <sdk:vendor-display>Google Inc.</sdk:vendor-display>
        <sdk:name-id>google_apis</sdk:name-id>
        <sdk:name-display>Google APIs</sdk:name-display>
        <sdk:api-level>8</sdk:api-level>
        <sdk:revision>2</sdk:revision>
        <sdk:description>Android + Google APIs, API 8, revision 2</sdk:description>
        <sdk:desc-url>http://developer.android.com/</sdk:desc-url>
        <sdk:uses-license ref="android-sdk-license"/>
        <sdk:archives>
            <sdk:archive>
                <sdk:size>59505020</sdk:size>
                <sdk:checksum type="sha1">3079958e7ec87222cac1e6b27bc471b27bf2c352</sdk:checksum>
                <sdk:url>google_apis-8_r02.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:libs>
            <sdk:lib>
                <sdk:name>com.google.android.maps</sdk:name>
                <sdk:description>API for Google Maps.</sdk:description>
            </sdk:lib>
        </sdk:libs>
    </sdk:add-on>

    <!-- Generated on Thu Jan 20 13:47:16 PST 2011 using gingerbread-sdk-release 93351: Addon. -->

    <sdk:add-on>
        <sdk:vendor-id>google</sdk:vendor-id>
        <sdk:vendor-display>Google Inc.</sdk:vendor-display>
        <sdk:name-id>google_apis</sdk:name-id>
        <sdk:name-display>Google APIs</sdk:name-display>
        <sdk:api-level>9</sdk:api-level>
        <sdk:revision>2</sdk:revision>
        <sdk:description>Android + Google APIs, API 9, revision 2</sdk:description>
        <sdk:desc-url>http://developer.android.com/</sdk:desc-url>
        <sdk:uses-license ref="android-sdk-license"/>
        <sdk:archives>
            <sdk:archive>
                <sdk:size>63401546</sdk:size>
                <sdk:checksum type="sha1">78664645a1e9accea4430814f8694291a7f1ea5d</sdk:checksum>
                <sdk:url>google_apis-9_r02.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:libs>
            <sdk:lib>
                <sdk:name>com.google.android.maps</sdk:name>
                <sdk:description>API for Google Maps.</sdk:description>
            </sdk:lib>
        </sdk:libs>
        <sdk:obsolete/>
    </sdk:add-on>

    <!-- Generated on Thu May  5 15:52:16 PDT 2011 using gingerbread 123630: Addon. -->

    <sdk:add-on>
        <sdk:vendor-id>google</sdk:vendor-id>
        <sdk:vendor-display>Google Inc.</sdk:vendor-display>
        <sdk:name-id>google_apis</sdk:name-id>
        <sdk:name-display>Google APIs</sdk:name-display>
        <sdk:api-level>10</sdk:api-level>
        <sdk:revision>2</sdk:revision>
        <sdk:description>Android + Google APIs, API 10, revision 2</sdk:description>
        <sdk:desc-url>http://developer.android.com/</sdk:desc-url>
        <sdk:uses-license ref="android-sdk-license"/>
        <sdk:archives>
            <sdk:archive>
                <sdk:size>65781578</sdk:size>
                <sdk:checksum type="sha1">cc0711857c881fa7534f90cf8cc09b8fe985484d</sdk:checksum>
                <sdk:url>google_apis-10_r02.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:libs>
            <sdk:lib>
                <sdk:name>com.google.android.maps</sdk:name>
                <sdk:description>API for Google Maps.</sdk:description>
            </sdk:lib>
        </sdk:libs>
    </sdk:add-on>

    <!-- Generated on Thu Feb 17 08:43:44 PST 2011 using honeycomb 104254: Addon. -->

    <sdk:add-on>
        <sdk:vendor-id>google</sdk:vendor-id>
        <sdk:vendor-display>Google Inc.</sdk:vendor-display>
        <sdk:name-id>google_apis</sdk:name-id>
        <sdk:name-display>Google APIs</sdk:name-display>
        <sdk:api-level>11</sdk:api-level>
        <sdk:revision>1</sdk:revision>
        <sdk:description>Android + Google APIs, API 11, revision 1</sdk:description>
        <sdk:desc-url>http://developer.android.com/</sdk:desc-url>
        <sdk:uses-license ref="android-sdk-license"/>
        <sdk:archives>
            <sdk:archive>
                <sdk:size>83477179</sdk:size>
                <sdk:checksum type="sha1">5eab5e81addee9f3576d456d205208314b5146a5</sdk:checksum>
                <sdk:url>google_apis-11_r01.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:libs>
            <sdk:lib>
                <sdk:name>com.google.android.maps</sdk:name>
                <sdk:description>API for Google Maps.</sdk:description>
            </sdk:lib>
        </sdk:libs>
    </sdk:add-on>

    <!-- Generated on Wed May  4 19:44:46 PDT 2011 using honeycomb-mr1 123685: Addon. -->

    <sdk:add-on>
        <sdk:vendor-id>google</sdk:vendor-id>
        <sdk:vendor-display>Google Inc.</sdk:vendor-display>
        <sdk:name-id>google_apis</sdk:name-id>
        <sdk:name-display>Google APIs</sdk:name-display>
        <sdk:api-level>12</sdk:api-level>
        <sdk:revision>1</sdk:revision>
        <sdk:description>Android + Google APIs, API 12, revision 1</sdk:description>
        <sdk:desc-url>http://developer.android.com/</sdk:desc-url>
        <sdk:uses-license ref="android-sdk-license"/>
        <sdk:archives>
            <sdk:archive>
                <sdk:size>86099835</sdk:size>
                <sdk:checksum type="sha1">e9999f4fa978812174dfeceec0721c793a636e5d</sdk:checksum>
                <sdk:url>google_apis-12_r01.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:libs>
            <sdk:lib>
                <sdk:name>com.google.android.maps</sdk:name>
                <sdk:description>API for Google Maps.</sdk:description>
            </sdk:lib>
        </sdk:libs>
    </sdk:add-on>

    <!-- Generated on Fri Jul 15 11:51:11 PDT 2011 using honeycomb-mr2 142871: Addon. -->

    <sdk:add-on>
        <sdk:vendor-id>google</sdk:vendor-id>
        <sdk:vendor-display>Google Inc.</sdk:vendor-display>
        <sdk:name-id>google_apis</sdk:name-id>
        <sdk:name-display>Google APIs</sdk:name-display>
        <sdk:api-level>13</sdk:api-level>
        <sdk:revision>1</sdk:revision>
        <sdk:description>Android + Google APIs, API 13, revision 1</sdk:description>
        <sdk:desc-url>http://developer.android.com/</sdk:desc-url>
        <sdk:uses-license ref="android-sdk-license"/>
        <sdk:archives>
            <sdk:archive>
                <sdk:size>88615525</sdk:size>
                <sdk:checksum type="sha1">3b153edd211c27dc736c893c658418a4f9041417</sdk:checksum>
                <sdk:url>google_apis-13_r01.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:libs>
            <sdk:lib>
                <sdk:name>com.google.android.maps</sdk:name>
                <sdk:description>API for Google Maps.</sdk:description>
            </sdk:lib>
        </sdk:libs>
    </sdk:add-on>

    <sdk:add-on>
        <!-- Generated at Wed Dec  7 13:47:50 2011 from git_ics-mr0 @ 229537 -->
        <sdk:vendor-id>google</sdk:vendor-id>
        <sdk:vendor-display>Google Inc.</sdk:vendor-display>
        <sdk:name-id>google_apis</sdk:name-id>
        <sdk:name-display>Google APIs</sdk:name-display>
        <sdk:description>Android + Google APIs</sdk:description>
        <sdk:api-level>14</sdk:api-level>
        <sdk:revision>2</sdk:revision>
        <sdk:uses-license ref="android-sdk-license"/>
        <sdk:libs>
            <sdk:lib>
                <sdk:name>com.google.android.maps</sdk:name>
            </sdk:lib>
            <sdk:lib>
                <sdk:name>com.android.future.usb.accessory</sdk:name>
            </sdk:lib>
        </sdk:libs>
        <sdk:archives>
            <sdk:archive>
                <sdk:size>106533714</sdk:size>
                <sdk:checksum type="sha1">f8eb4d96ad0492b4c0db2d7e4f1a1a3836664d39</sdk:checksum>
                <sdk:url>google_apis-14_r02.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
    </sdk:add-on>

    <sdk:add-on>
        <!-- Generated at Fri Mar 30 10:45:40 2012 from ics-mr1 @ 302030 -->
        <sdk:vendor-id>google</sdk:vendor-id>
        <sdk:vendor-display>Google Inc.</sdk:vendor-display>
        <sdk:name-id>google_apis</sdk:name-id>
        <sdk:name-display>Google APIs</sdk:name-display>
        <sdk:description>Android + Google APIs</sdk:description>
        <sdk:api-level>15</sdk:api-level>
        <sdk:revision>2</sdk:revision>
        <sdk:libs>
            <sdk:lib>
                <sdk:name>com.google.android.maps</sdk:name>
            </sdk:lib>
            <sdk:lib>
                <sdk:name>com.android.future.usb.accessory</sdk:name>
            </sdk:lib>
            <sdk:lib>
                <sdk:name>com.google.android.media.effects</sdk:name>
            </sdk:lib>
        </sdk:libs>
        <sdk:archives>
            <sdk:archive>
                <sdk:size>106612472</sdk:size>
                <sdk:checksum type="sha1">6757c12788da0ea00c2ab58e54cb438b9f2bcf66</sdk:checksum>
                <sdk:url>google_apis-15_r02.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:add-on>

    <sdk:add-on>
        <!-- Generated at Tue Oct  9 14:06:38 2012 from git_jb-dev @ 495790 -->
        <sdk:vendor-id>google</sdk:vendor-id>
        <sdk:vendor-display>Google Inc.</sdk:vendor-display>
        <sdk:name-id>google_apis</sdk:name-id>
        <sdk:name-display>Google APIs</sdk:name-display>
        <sdk:description>Android + Google APIs</sdk:description>
        <sdk:api-level>16</sdk:api-level>
        <sdk:revision>3</sdk:revision>
        <sdk:libs>
            <sdk:lib>
                <sdk:name>com.google.android.maps</sdk:name>
            </sdk:lib>
            <sdk:lib>
                <sdk:name>com.android.future.usb.accessory</sdk:name>
            </sdk:lib>
            <sdk:lib>
                <sdk:name>com.google.android.media.effects</sdk:name>
            </sdk:lib>
        </sdk:libs>
        <sdk:archives>
            <sdk:archive>
                <sdk:size>127278413</sdk:size>
                <sdk:checksum type="sha1">63467dd32f471e3e81e33e9772c22f33235aa3b3</sdk:checksum>
                <sdk:url>google_apis-16_r03.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:add-on>

    <sdk:add-on>
        <!-- Generated at Tue May 14 08:07:47 2013 from git_jb-mr1.1-dev @ 673949 -->
        <sdk:vendor-id>google</sdk:vendor-id>
        <sdk:vendor-display>Google Inc.</sdk:vendor-display>
        <sdk:name-id>google_apis</sdk:name-id>
        <sdk:name-display>Google APIs</sdk:name-display>
        <sdk:description>Android + Google APIs</sdk:description>
        <sdk:api-level>17</sdk:api-level>
        <sdk:revision>3</sdk:revision>
        <sdk:libs>
            <sdk:lib>
                <sdk:name>com.google.android.maps</sdk:name>
            </sdk:lib>
            <sdk:lib>
                <sdk:name>com.android.future.usb.accessory</sdk:name>
            </sdk:lib>
            <sdk:lib>
                <sdk:name>com.google.android.media.effects</sdk:name>
            </sdk:lib>
        </sdk:libs>
        <sdk:archives>
            <sdk:archive>
                <sdk:size>137156978</sdk:size>
                <sdk:checksum type="sha1">8246f61d24f0408c8e7bc352a1e522b7e2b619ba</sdk:checksum>
                <sdk:url>google_apis-17_r03.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:add-on>

    <sdk:add-on>
        <!-- Generated at Thu Sep 19 12:49:30 2013 from git_jb-mr2-dev @ 836888 -->
        <sdk:vendor-id>google</sdk:vendor-id>
        <sdk:vendor-display>Google Inc.</sdk:vendor-display>
        <sdk:name-id>google_apis</sdk:name-id>
        <sdk:name-display>Google APIs</sdk:name-display>
        <sdk:description>Android + Google APIs</sdk:description>
        <sdk:api-level>18</sdk:api-level>
        <sdk:revision>3</sdk:revision>
        <sdk:libs>
            <sdk:lib>
                <sdk:name>com.google.android.maps</sdk:name>
            </sdk:lib>
            <sdk:lib>
                <sdk:name>com.android.future.usb.accessory</sdk:name>
            </sdk:lib>
            <sdk:lib>
                <sdk:name>com.google.android.media.effects</sdk:name>
            </sdk:lib>
        </sdk:libs>
        <sdk:archives>
            <sdk:archive>
                <sdk:size>143149689</sdk:size>
                <sdk:checksum type="sha1">147bce09c1163edc17194f3db496ec1086fcf965</sdk:checksum>
                <sdk:url>google_apis-18_r03.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:add-on>

    <sdk:add-on>
        <!-- Generated at Fri Mar 21 14:32:41 2014 from git_klp-sdk-release @ 1082983 -->
        <sdk:vendor-id>google</sdk:vendor-id>
        <sdk:vendor-display>Google Inc.</sdk:vendor-display>
        <sdk:name-id>google_apis</sdk:name-id>
        <sdk:name-display>Google APIs (ARM System Image)</sdk:name-display>
        <sdk:description>Android + Google APIs</sdk:description>
        <sdk:api-level>19</sdk:api-level>
        <sdk:revision>5</sdk:revision>
        <sdk:libs>
            <sdk:lib>
                <sdk:name>com.google.android.maps</sdk:name>
            </sdk:lib>
            <sdk:lib>
                <sdk:name>com.android.future.usb.accessory</sdk:name>
            </sdk:lib>
            <sdk:lib>
                <sdk:name>com.google.android.media.effects</sdk:name>
            </sdk:lib>
        </sdk:libs>
        <sdk:archives>
            <sdk:archive>
                <sdk:size>159138830</sdk:size>
                <sdk:checksum type="sha1">5609457b52a2afdbf9aa830c8c30c2ef70e90b74</sdk:checksum>
                <sdk:url>google_apis-19_r05.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:add-on>

    <!-- GOOGLE TV ADDONS ............. -->

    <sdk:add-on>
        <sdk:vendor-id>google</sdk:vendor-id>
        <sdk:vendor-display>Google Inc.</sdk:vendor-display>
        <sdk:name-id>google_tv_addon</sdk:name-id>
        <sdk:name-display>Google TV Addon</sdk:name-display>
        <sdk:api-level>12</sdk:api-level>
        <sdk:revision>2</sdk:revision>
        <sdk:description>Android + Google TV, API 12, preview release</sdk:description>
        <sdk:desc-url>http://developer.android.com/</sdk:desc-url>
        <sdk:uses-license ref="android-googletv-license"/>
        <sdk:archives>
            <sdk:archive>
                <sdk:size>78266751</sdk:size>
                <sdk:checksum type="sha1">92128a12e7e8b0fb5bac59153d7779b717e7b840</sdk:checksum>
                <sdk:url>google_tv-12_r02.zip</sdk:url>
                <sdk:host-os>linux</sdk:host-os>
            </sdk:archive>
        </sdk:archives>
        <sdk:libs/>
    </sdk:add-on>

    <sdk:add-on>
        <sdk:vendor-id>google</sdk:vendor-id>
        <sdk:vendor-display>Google Inc.</sdk:vendor-display>
        <sdk:name-id>google_tv_addon</sdk:name-id>
        <sdk:name-display>Google TV Addon</sdk:name-display>
        <sdk:api-level>13</sdk:api-level>
        <sdk:revision>1</sdk:revision>
        <sdk:description>Android + Google TV, API 13</sdk:description>
        <sdk:desc-url>http://developer.android.com/</sdk:desc-url>
        <sdk:uses-license ref="android-googletv-license"/>
        <sdk:archives>
            <sdk:archive>
                <sdk:size>87721879</sdk:size>
                <sdk:checksum type="sha1">b73f7c66011ac8180b44aa4e83b8d78c66ea9a09</sdk:checksum>
                <sdk:url>google_tv-13_r01.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:libs/>
    </sdk:add-on>

    <!-- EXTRAS VENDOR=ANDROID ........................ -->

    <sdk:extra>
        <!-- Generated at Mon Jun 23 19:18:59 2014 from git_klp-modular-release @ 1246132 -->
        <sdk:revision>
            <sdk:major>20</sdk:major>
            <sdk:minor>0</sdk:minor>
            <sdk:micro>0</sdk:micro>
        </sdk:revision>
        <sdk:vendor-display>Android</sdk:vendor-display>
        <sdk:vendor-id>android</sdk:vendor-id>
        <sdk:name-display>Android Support Library</sdk:name-display>
        <sdk:path>support</sdk:path>
        <sdk:old-paths>compatibility</sdk:old-paths>
        <sdk:archives>
            <sdk:archive>
                <sdk:size>5508097</sdk:size>
                <sdk:checksum type="sha1">719c260dc3eb950712988f987daaf91afa9e36af</sdk:checksum>
                <sdk:url>support_r20.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:extra>

    <sdk:extra>
        <!-- Generated from git_lmp-preview-release @ 1242878  -->
        <sdk:revision>
            <sdk:major>6</sdk:major>
        </sdk:revision>
        <sdk:vendor-display>Android</sdk:vendor-display>
        <sdk:vendor-id>android</sdk:vendor-id>
        <sdk:name-display>Android Support Repository</sdk:name-display>
        <sdk:description>Local Maven repository for Support Libraries</sdk:description>
        <sdk:path>m2repository</sdk:path>
        <sdk:archives>
            <sdk:archive>
                <sdk:size>22271942</sdk:size>
                <sdk:checksum type="sha1">d4874fd330f41a7c16de392ce917c2a3562dd620</sdk:checksum>
                <sdk:url>android_m2repository_r06.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-preview-license"/>
    </sdk:extra>

    <!-- EXTRAS VENDOR=GOOGLE ....................... -->

    <sdk:extra>
        <sdk:vendor-id>google</sdk:vendor-id>
        <sdk:vendor-display>Google Inc.</sdk:vendor-display>
        <sdk:name-display>Google Repository</sdk:name-display>
        <sdk:path>m2repository</sdk:path>
        <sdk:revision>
            <sdk:major>8</sdk:major>
        </sdk:revision>
        <sdk:description>Local Maven repository for Google Libraries</sdk:description>
        <sdk:uses-license ref="android-sdk-license"/>
        <sdk:archives>
            <sdk:archive>
                <sdk:size>11088291</sdk:size>
                <sdk:checksum type="sha1">b64d4830621aeda74abb34c6c181a1e3b8f2d481</sdk:checksum>
                <sdk:url>google_m2repository_r08.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
    </sdk:extra>

    <sdk:extra>
        <sdk:vendor-id>google</sdk:vendor-id>
        <sdk:vendor-display>Google Inc.</sdk:vendor-display>
        <sdk:name-display>Google Play Licensing Library</sdk:name-display>
        <sdk:path>play_licensing</sdk:path>
        <sdk:old-paths>market_licensing</sdk:old-paths>
        <sdk:revision>
            <sdk:major>2</sdk:major>
        </sdk:revision>
        <sdk:description>Google Play Licensing client library</sdk:description>
        <sdk:desc-url>http://developer.android.com/guide/publishing/licensing.html</sdk:desc-url>
        <sdk:archives>
            <sdk:archive>
                <sdk:size>75109</sdk:size>
                <sdk:checksum type="sha1">355e8dc304a92a5616db235af8ee7bd554356254</sdk:checksum>
                <sdk:url>market_licensing-r02.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:extra>

    <sdk:extra>
        <sdk:vendor-id>google</sdk:vendor-id>
        <sdk:vendor-display>Google Inc.</sdk:vendor-display>
        <sdk:name-display>Google Play APK Expansion Library</sdk:name-display>
        <sdk:path>play_apk_expansion</sdk:path>
        <sdk:old-paths>market_apk_expansion</sdk:old-paths>
        <sdk:revision>
            <sdk:major>3</sdk:major>
        </sdk:revision>
        <sdk:description>Google Play APK Expansion library</sdk:description>
        <sdk:desc-url>http://developer.android.com/guide/market/expansion-files.html</sdk:desc-url>
        <sdk:archives>
            <sdk:archive>
                <sdk:size>110201</sdk:size>
                <sdk:checksum type="sha1">5305399dc1a56814e86b8459ce24871916f78b8c</sdk:checksum>
                <sdk:url>market_apk_expansion-r03.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:extra>

    <sdk:extra>
        <sdk:vendor-id>google</sdk:vendor-id>
        <sdk:vendor-display>Google Inc.</sdk:vendor-display>
        <sdk:name-display>Google Play services for Froyo</sdk:name-display>
        <sdk:path>google_play_services_froyo</sdk:path>
        <sdk:revision>
            <sdk:major>12</sdk:major>
        </sdk:revision>
        <sdk:description>Google Play services client library and sample code</sdk:description>
        <sdk:desc-url>https://developers.google.com/android/google-play-services/index</sdk:desc-url>
        <sdk:uses-license ref="android-sdk-license"/>
        <sdk:archives>
            <sdk:archive>
                <sdk:size>5265389</sdk:size>
                <sdk:checksum type="sha1">92558dbc380bba3d55d0ec181167fb05ce7c79d9</sdk:checksum>
                <sdk:url>google_play_services_3265130_r12.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
    </sdk:extra>

    <sdk:extra>
        <sdk:vendor-id>google</sdk:vendor-id>
        <sdk:vendor-display>Google Inc.</sdk:vendor-display>
        <sdk:name-display>Google Play services</sdk:name-display>
        <sdk:path>google_play_services</sdk:path>
        <sdk:revision>
            <sdk:major>17</sdk:major>
        </sdk:revision>
        <sdk:description>Google Play services client library and sample code</sdk:description>
        <sdk:desc-url>https://developers.google.com/android/google-play-services/index</sdk:desc-url>
        <sdk:uses-license ref="android-sdk-license"/>
        <sdk:archives>
            <sdk:archive>
                <sdk:size>12684489</sdk:size>
                <sdk:checksum type="sha1">8f1861192d7df66978f50da8b6b112f02b6925f6</sdk:checksum>
                <sdk:url>google_play_services_4452030_r17.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
    </sdk:extra>

    <sdk:extra>
        <!-- Generated at Tue Jun 10 11:38:56 2014 from git_master-release @ 1216520 -->
        <sdk:vendor-id>google</sdk:vendor-id>
        <sdk:uses-license ref="android-sdk-license"/>
        <sdk:desc-url>http://developer.android.com/</sdk:desc-url>
        <sdk:path>usb_driver</sdk:path>
        <sdk:description>USB Driver for Windows, revision 10</sdk:description>
        <sdk:name-display>Google USB Driver</sdk:name-display>
        <sdk:vendor-display>Google Inc.</sdk:vendor-display>
        <sdk:revision>
            <sdk:major>10</sdk:major>
        </sdk:revision>
        <sdk:archives>
            <sdk:archive>
                <sdk:url>usb_driver_r10-windows.zip</sdk:url>
                <sdk:checksum type="sha1">a5f8280829f07bb3144a8d657ec7aa0128443a2c</sdk:checksum>
                <sdk:size>8682752</sdk:size>
                <sdk:host-os>windows</sdk:host-os>
            </sdk:archive>
        </sdk:archives>
    </sdk:extra>

    <sdk:extra>
        <sdk:vendor-id>google</sdk:vendor-id>
        <sdk:vendor-display>Google Inc.</sdk:vendor-display>
        <sdk:name-display>Google Play Billing Library</sdk:name-display>
        <sdk:path>play_billing</sdk:path>
        <sdk:old-paths>market_billing</sdk:old-paths>
        <sdk:revision>
            <sdk:major>5</sdk:major>
        </sdk:revision>
        <sdk:description>Google Play Billing files and sample code</sdk:description>
        <sdk:desc-url>http://developer.android.com/google/play/billing/index.html</sdk:desc-url>
        <sdk:archives>
            <sdk:archive>
                <sdk:size>436654</sdk:size>
                <sdk:checksum type="sha1">bd2ac5ce7127070ac3229003eb69cfb806628ac9</sdk:checksum>
                <sdk:url>play_billing_r05.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:extra>

    <sdk:extra>
        <sdk:vendor-id>google</sdk:vendor-id>
        <sdk:vendor-display>Google Inc.</sdk:vendor-display>
        <sdk:name-display>Google AdMob Ads SDK</sdk:name-display>
        <sdk:path>admob_ads_sdk</sdk:path>
        <sdk:revision>
            <sdk:major>11</sdk:major>
        </sdk:revision>
        <sdk:description>AdMob Ads SDK</sdk:description>
        <sdk:desc-url>https://developers.google.com/mobile-ads-sdk/docs/</sdk:desc-url>
        <sdk:archives>
            <sdk:archive>
                <sdk:size>704512</sdk:size>
                <sdk:checksum type="sha1">0102859d9575baa0bf4fd5eb422af2ad0fe6cb82</sdk:checksum>
                <sdk:url>https://dl-ssl.google.com/googleadmobadssdk/googleadmobadssdkandroid-6.4.1.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
        <sdk:obsolete/>
    </sdk:extra>

    <sdk:extra>
        <sdk:obsolete/>
        <sdk:vendor-id>google</sdk:vendor-id>
        <sdk:vendor-display>Google Inc.</sdk:vendor-display>
        <sdk:name-display>Google Analytics App Tracking SDK</sdk:name-display>
        <sdk:path>analytics_sdk_v2</sdk:path>
        <sdk:revision>
            <sdk:major>3</sdk:major>
        </sdk:revision>
        <sdk:description>Analytics App Tracking SDK</sdk:description>
        <sdk:desc-url>http://developers.google.com/analytics/devguides/collection/</sdk:desc-url>
        <sdk:archives>
            <sdk:archive>
                <sdk:size>211432</sdk:size>
                <sdk:checksum type="sha1">dc14026bf0ce78315cb5dd00552607de0894de83</sdk:checksum>
                <sdk:url>https://dl.google.com/gaformobileapps/GoogleAnalyticsAndroid_2.0beta5.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:extra>

    <sdk:extra>
        <sdk:vendor-id>google</sdk:vendor-id>
        <sdk:vendor-display>Google Inc.</sdk:vendor-display>
        <sdk:name-display>Google Web Driver</sdk:name-display>
        <sdk:path>webdriver</sdk:path>
        <sdk:revision>
            <sdk:major>2</sdk:major>
        </sdk:revision>
        <sdk:description>WebDriver</sdk:description>
        <sdk:desc-url>http://selenium.googlecode.com</sdk:desc-url>
        <sdk:archives>
            <sdk:archive>
                <sdk:size>4055193</sdk:size>
                <sdk:checksum type="sha1">13f3a3b2670a5fc04a7342861644be9a01b07e38</sdk:checksum>
                <sdk:url>webdriver_r02.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
    </sdk:extra>

    <sdk:extra>
        <sdk:vendor-id>google</sdk:vendor-id>
        <sdk:vendor-display>Google Inc.</sdk:vendor-display>
        <sdk:name-display>Google Cloud Messaging for Android Library</sdk:name-display>
        <sdk:path>gcm</sdk:path>
        <sdk:revision>
            <sdk:major>3</sdk:major>
        </sdk:revision>
        <sdk:description>GCM library has been moved to Google Play Services (com.google.android.gms.gcm) and this standalone version is no longer supported</sdk:description>
        <sdk:desc-url>https://developers.google.com/android/gcm/index</sdk:desc-url>
        <sdk:archives>
            <sdk:archive>
                <sdk:size>5901400</sdk:size>
                <sdk:checksum type="sha1">ad066fd0dc7fc99d8aadac09c65a3c2519fbc7bf</sdk:checksum>
                <sdk:url>gcm_r03.zip</sdk:url>
            </sdk:archive>
        </sdk:archives>
        <sdk:uses-license ref="android-sdk-license"/>
        <sdk:obsolete/>
    </sdk:extra>
</sdk:sdk-addon>
</pre>
<p>残りは、<a href="http://andbrowser.com/android-sdk/2770/20140627_sdk_manager_material_ver2/">(2014/06/27時点)SDK Managerが取得するXMLデータ一覧（その２）</a>、<a href="http://andbrowser.com/android-sdk/2770/20140627_sdk_manager_material_ver3/">(2014/06/27時点)SDK Managerが取得するXMLデータ一覧（その３）</a>をご参照ください。</p>
<div id="wherego_related"><h3>このページを見た人は、以下のページも見ています。</h3><ul><li><a href="http://andbrowser.com/android-sdk/2048/sdk-manager-get-from-xml-file/" rel="bookmark" class="wherego_title">SDK Managerが取得するxmlファイル(2013/08/15時点)</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://andbrowser.com/android-sdk/3287/20140627_sdk_manager_material-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://andbrowser.com/android-sdk/3287/20140627_sdk_manager_material-2/" />
	</item>
		<item>
		<title>Android Stdio 便利ショートカット(emacs設定中）</title>
		<link>http://andbrowser.com/android-sdk/2727/android-stdio-usefulshotcut/</link>
		<comments>http://andbrowser.com/android-sdk/2727/android-stdio-usefulshotcut/#comments</comments>
		<pubDate>Wed, 25 Jun 2014 14:01:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Android SDK]]></category>

		<guid isPermaLink="false">http://andbrowser.com/?p=2727</guid>
		<description><![CDATA[
Ctrl+Shift+F7
すべての exit ポイントを強調表示する



Alt+Q(View &#124; Context Info)
スクロール無しに現在のメソッドのdeclaratinを見れます


Ctrl+E de [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>Ctrl+Shift+F7
<li>すべての exit ポイントを強調表示する
</ul>
<p><span id="more-2727"></span></p>
<ul>
<li>Alt+Q(View | Context Info)
<li>スクロール無しに現在のメソッドのdeclaratinを見れます
</ul>
<ul>
<li>Ctrl+E default keymap(View | Recent Files)
<li>最近開いたファイルをポップアップ表示する。そこから選択して Enter で開けます。最近のファイルのそばで、最近実行した検索の結果も表示されます。<br />
これをすると、Ctrl+E(default keymap)ショートカットと同様に<br />
Recent Find Usages ポップアップからフォーカスを当てた<br />
Find tool window と期待する検索履歴の結果を見れます。
</ul>
<ul>
<li>F2/Shift+F2キーを利用すると、ハイライトされたシンタックスエラーにジャンプできます。
</ul>
<ul>
<li>Ctrl+Alt+↑/Ctrl+Alt+↓を利用すると、コンパイルエラーメッセージや<br />
サーチ結果にジャンプできます。Warningをスキップするために validation side barやmarker bar<br />
の右クリックをする場合に、Go to high priority problems onlyを選択してください。
</ul>
<ul>
<li>Ctrl+Jを利用すると もし忘れていても any valid live templete abbreviationを<br />
補完してくれます<br />
たとえば、itを打って、Ctrl+J を押すと以下にように見れます。
</ul>
<ul>
<li>editorでメソッドの間にseparator lineを表示できます。<br />
Editor settingを開いて、AppearanceページのShow method separators の<br />
チェックボックスをONしてください。
</ul>
<ul>
<li>basicコード補完を利用すると、any characterをタイプすると、<br />
存在するidentifier が表示されます。
</ul>
<ul>
<li>Alt+↓/Alt+↑キーで、クイックにメソッドの移動ができます
</ul>
<ul>
<li>Ctrl+Shift+J ショートカットで2行のマージをして、必要ない<br />
スペースを除きます
</ul>
<ul>
<li>Refactor | Copy を利用すると、選択したクラスのコピーをクラスとして作成できます。<br />
これは役立ちます。たとえば、いくつかの既にあるクラスから共通なコードが多いクラスを作りたいときに、共通はスーパークラスで共有する機能を定義するのに適さないときに有用です。
</ul>
<ul>
<li>Alt+Y ショートカットを利用すると、
<li>最近のクリップボードコンテンツ（テキスト）の選択と挿入ができます。
</ul>
<ul>
<li>CtrlH(Navigate | Type Hierarchy)を利用すると選択したクラスの継承した階層構造がみれます。
</ul>
<div id="wherego_related"><h3>このページを見た人は、以下のページも見ています。</h3><ul><li><a href="http://andbrowser.com/development/2707/wwdc-report-at-cookpad/" rel="bookmark" class="wherego_title">WWDC振り返り勉強会の資料まとめ</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://andbrowser.com/android-sdk/2727/android-stdio-usefulshotcut/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://andbrowser.com/android-sdk/2727/android-stdio-usefulshotcut/" />
	</item>
		<item>
		<title>Android Wear Sample and library download</title>
		<link>http://andbrowser.com/development/2668/android-wear-sample-and-library-download/</link>
		<comments>http://andbrowser.com/development/2668/android-wear-sample-and-library-download/#comments</comments>
		<pubDate>Fri, 13 Jun 2014 21:45:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Android SDK]]></category>
		<category><![CDATA[development]]></category>

		<guid isPermaLink="false">http://andbrowser.com/?p=2668</guid>
		<description><![CDATA[以下のGoogle Driveからダウンロードできます。
https://drive.google.com/uc?export=download&#038;id=0B39_TcfZ2v6NajZ3Q3UwdU5SQVk
 [...]]]></description>
			<content:encoded><![CDATA[<p>以下のGoogle Driveからダウンロードできます。</p>
<p><a href="https://drive.google.com/uc?export=download&#038;id=0B39_TcfZ2v6NajZ3Q3UwdU5SQVk">https://drive.google.com/uc?export=download&#038;id=0B39_TcfZ2v6NajZ3Q3UwdU5SQVk</a></p>
<div id="wherego_related"> </div>]]></content:encoded>
			<wfw:commentRss>http://andbrowser.com/development/2668/android-wear-sample-and-library-download/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://andbrowser.com/development/2668/android-wear-sample-and-library-download/" />
	</item>
		<item>
		<title>Google Play Services 4.4（邦訳）</title>
		<link>http://andbrowser.com/development/2502/google-play-services-4-4/</link>
		<comments>http://andbrowser.com/development/2502/google-play-services-4-4/#comments</comments>
		<pubDate>Wed, 21 May 2014 06:00:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Android SDK]]></category>
		<category><![CDATA[development]]></category>

		<guid isPermaLink="false">http://andbrowser.com/?p=2502</guid>
		<description><![CDATA[Google Play services, Version 4.4 (2014年5月)


#168808905 / gettyimages.com

4.4 ハイライト

Google Play service 4.4 [...]]]></description>
			<content:encoded><![CDATA[<h4>Google Play services, Version 4.4</a> <em>(2014年5月)</em></h4>
<div style="background-color:#fff;display:inline-block;font-family:'Helvetica Neue',Arial,sans-serif;color:#a7a7a7;font-size:11px;"><iframe src="//embed.gettyimages.com/embed/168808905?et=ECdIMioTRB9ONHxF39MCgA&#038;sig=PWqgI2hizvak6iiFA52FsYabK9mBtLnYPwhjLOsqQO0=" width="594" height="444" scrolling="no" frameborder="0" style="display:inline-block;"></iframe>
<p style="margin:0;"></p>
<div style="padding:0;margin:-6px 0 4px 10px;text-align:left;"><a href="http://www.gettyimages.com/detail/168808905" target="_blank" style="color:#a7a7a7;text-decoration:none;font-weight:normal !important;border:none;">#168808905</a> / <a href="http://www.gettyimages.com" target="_blank" style="color:#a7a7a7;text-decoration:none;font-weight:normal !important;border:none;">gettyimages.com</a></div>
</div>
<h5>4.4 ハイライト</h5>
<dd>
<p>Google Play service 4.4のサマリーは <a href="http://android-developers.blogspot.com/2014/05/google-play-services-44.html" class="external-link">こちらのブログ</a>をご参照ください。
</p>
<p><span id="more-2502"></span></p>
<ul>
<li><strong>Maps</strong> ストリートビューやインドアマップのコントロール機能が追加
<ul>
<li><a href="http://developers.google.com/maps/documentation/android/streetview.html" class="external-link">ストリートビュー Developer ガイド</a> &#8211; ストリートビューをあなたのアプリに追加したり、ユーザによるコントロールを提供
<li><a href="http://developers.google.com/maps/documentation/android/map.html#indoor_maps" class="external-link">インドアマップ Developer ガイド</a> &#8211; レベルピッカーをカスタマイズしたり、ビルのactive levelを指定できます<br />
</a>
  </ul>
</li>
<li><strong>Activity recognition（行動認識）</strong> &#8211; Location APIが更新されて、新しくランニングやウォーキングの行動を認識できるようになりました。
<ul>
<li><a href="http://andbrowser.com/reference/com/google/android/gms/location/DetectedActivity.html"><code>DetectedActivity</code> クラスを参照</a>
    </ul>
</li>
<li><strong>Mobile Ads（モバイル広告）</strong> &#8211; 新しいアプリ内課金API は広告主に アプリ内課金広告を表示し、ユーザが直接アイテムを購入できるようになりました。
<ul>
<li><a href="https://developers.google.com/mobile-ads-sdk/docs/admob/advanced#play-inapppurchaselistener" class="external-link">In-app purchase APIs developer guide</a> &#8211; アプリ内課金APIを利用して、広告のアプリ内課金を有効化
<li><a href="http://andbrowser.com/reference/com/google/android/gms/ads/purchase/package-summary.html">In-app purchase API reference</a>
    </ul>
</li>
<li><strong>Wallet Fragment</strong> &#8211; 新しい Wallet Fragment API は既存のアプリに Google Wallet Instant Buyを簡単に統合できるようになりました。
<ul>
<li><a href="http://developers.google.com/wallet/instant-buy/android/tutorial.html#about_walletfragment" class="external-link">About Wallet Fragment</a> &#8211; チュートリアル：ユーザイベントの処理や購入ライフサイクルのキー処理の自動化に関するwallet fragmentの利用方法
<li><a href="http://developers.google.com/wallet/instant-buy/diagrams.html#detailed_api_process_flow" class="external-link">詳細は、API プロセスフローを参照</a>
  </ul>
</li>
</ul>
</dd>
<h4>利用方法</h4>
<h4 id="client-lib">Google Play services クライアントライブラリ</h4>
<p>
クライアントライブラリは、個々のGoogle serviceに含まれており、認証やクレデンシャルを用いたアクセス権の獲得などの利用が許可されています。<br />
それに加えて、Google Play Service APKが実行時の失敗や無効化などの対応を実施してくれます。クライアントライブラリは<a href="http://developer.android.com/tools/help/proguard.html">ProGuard</a> 利用の場合に、軽量サイズになり、アプリのファイルサイズに影響を及ぼしません。
</p>
<p>
これらの新機能を利用したい場合は、新しいバージョンのクライアントライブラリに更新してください。<br />
新機能や不具合修正が必要ない場合は更新の必要はありません。これからもGoogle servicesは継続的に新機能を開発していきますので引き継ぎき更新情報をみていってください。
</p>
<div class="layout-content-row">
<div class="layout-content-col span-6">
<h4 id="apk">The Google Play services APK</h4>
<p>
Google Play Services APKは個々のGoogle servicesが含まれており、Android OS上でバックグラウンドで動作します。<br />
クライアントライブラリを通して、このバックグラウンドサービスに作用します。<br />
簡単に認証が各Google Serviceの獲得できたり、与えたりが継続的にできます。
    </p>
<p>
Google Play Services APK は、Google Play Storeから提供さて、通信キャリアや端末メーカーのシステムイメージに依存せずに更新されます。<br />
概ね、Android2.3(Gingerbread)以降の動作する端末に対して、数日でGoogle Play Store Appからインストールされます。<br />
Android エコシステムが提供されるものに対して、最新のAPIがご利用できます。(Android2.3より古いものや、Google Play Store appが提供されていないものは除く）
    </p>
</p></div>
<div class="layout-content-col span-6">
<img src="http://andbrowser.com/wp-content/uploads/2014/05/play-services-diagram.png" alt="" title="play-services-diagram" width="334" height="350" class="aligncenter size-full wp-image-2507" /></p>
<p class="img-caption"><em>Google PlayServices APKをユーザが一定の間隔で更新さて、新APIや新機能や不具合修正が提供されます。</em></p>
</p></div>
</div>
<h4 id="benefits">アプリ向けのメリット</h4>
<p>Google Play servicesはデバイスサポートなしに新しいAPIや主要なGoogle Play servicesを自由に利用することができます。<br />
Google Play servicesのアップデートはGoogle Play Storeから自動的に配信されて、クライアントライブラリは Android SDK Manager経由で配信されます。これにより、最も重要なUX（ユーザエクスペリエンス）に注力できます。
</p>
<p>始めるためには、<a href="http://developer.android.com/google/play-services/setup.html">セットアップ</a> SDKやGoogle Play service Platformをご覧ください。</p>
<div id="wherego_related"><h3>このページを見た人は、以下のページも見ています。</h3><ul><li><a href="http://andbrowser.com/au-kddi/525/au-one-market-reinstall/" rel="bookmark" class="wherego_title">au one Marketアプリの再インストール方法</a></li><li><a href="http://andbrowser.com/development/knowhow/65/eclipse-android-memory-leak-mat/" rel="bookmark" class="wherego_title">メモリリークを発見！Androidアプリのメモリ解析手法</a></li><li><a href="http://andbrowser.com/android-sdk/2804/how-to-update-android-stdio-from-0-8-0-to-0-8-1/" rel="bookmark" class="wherego_title">AndroidStdio 0.8.0 から0.8.1への更新方法</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://andbrowser.com/development/2502/google-play-services-4-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://andbrowser.com/development/2502/google-play-services-4-4/" />
	</item>
		<item>
		<title>au isai FL は XXX High DPI 端末！4.4ソースコード調査</title>
		<link>http://andbrowser.com/development/2473/au-isai-fl-xxxhdpi/</link>
		<comments>http://andbrowser.com/development/2473/au-isai-fl-xxxhdpi/#comments</comments>
		<pubDate>Mon, 12 May 2014 12:50:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Android SDK]]></category>
		<category><![CDATA[development]]></category>

		<guid isPermaLink="false">http://andbrowser.com/?p=2473</guid>
		<description><![CDATA[
Isai FL
「au 発表会 2014 Summer」で発表された isai FL という端末が発表されました。この端末は以下の資料のように640(XXX High DPI)のDensityを持つもので、国内では初め [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://andbrowser.com/wp-content/uploads/2014/05/isai_xxxhdpi.png" alt="" title="isai_xxxhdpi" width="600" class="aligncenter size-full wp-image-2474" /></p>
<h4>Isai FL</h4>
<p>「au 発表会 2014 Summer」で発表された <a href="http://www.au.kddi.com/mobile/product/selection/isai/">isai FL</a> という端末が発表されました。この端末は以下の資料のように640(XXX High DPI)のDensityを持つもので、国内では初めてのXXX High DPI の端末です。<br />
<span id="more-2473"></span></p>
<p><a href="http://andbrowser.com/wp-content/uploads/2014/05/isai_fl_dpi.png"><img src="http://andbrowser.com/wp-content/uploads/2014/05/isai_fl_dpi.png" alt="" title="isai_fl_dpi" width="600" class="aligncenter size-full wp-image-2476" /></a></p>
<p>その発売を記念して、該当するAndroid 4.4 のソースコードを調査してみたいと思います。<br />
Android 公式ドキュメントでは、<a href="http://developer.android.com/design/style/metrics-grids.html">Metrics and Grids</a>で紹介されています。</p>
<p><a href="http://andbrowser.com/wp-content/uploads/2014/05/isai_fl_android4.4.png"><img src="http://andbrowser.com/wp-content/uploads/2014/05/isai_fl_android4.4.png" alt="" title="isai_fl_android4.4" width="500" class="aligncenter size-full wp-image-2477" /></a></p>
<h4>4.4ソースコード調査</h4>
<p>XXX High DPI が定義、利用されているソースコードは以下のもののようです。</p>
<p><a href="http://tools.oesf.biz/android-4.4.2_r1.0/xref/frameworks/base/core/java/android/util/DisplayMetrics.java">http://tools.oesf.biz/android-4.4.2_r1.0/xref/frameworks/base/core/java/android/util/DisplayMetrics.java</a></p>
<pre class="brush: java; first-line: 29;" >
public class DisplayMetrics {
    /**
     * Standard quantized DPI for low-density screens.
     */
    public static final int DENSITY_LOW = 120;

    /**
     * Standard quantized DPI for medium-density screens.
     */
    public static final int DENSITY_MEDIUM = 160;

    /**
     * This is a secondary density, added for some common screen configurations.
     * It is recommended that applications not generally target this as a first
     * class density -- that is, don't supply specific graphics for this
     * density, instead allow the platform to scale from other densities
     * (typically {@link #DENSITY_HIGH}) as
     * appropriate.  In most cases (such as using bitmaps in
     * {@link android.graphics.drawable.Drawable}) the platform
     * can perform this scaling at load time, so the only cost is some slight
     * startup runtime overhead.
     *
     *

This density was original introduced to correspond with a
     * 720p TV screen: the density for 1080p televisions is
     * {@link #DENSITY_XHIGH}, and the value here provides the same UI
     * size for a TV running at 720p.  It has also found use in 7" tablets,
     * when these devices have 1280x720 displays.
     */
    public static final int DENSITY_TV = 213;

    /**
     * Standard quantized DPI for high-density screens.
     */
    public static final int DENSITY_HIGH = 240;

    /**
     * Standard quantized DPI for extra-high-density screens.
     */
    public static final int DENSITY_XHIGH = 320;

    /**
     * Intermediate density for screens that sit somewhere between
     * {@link #DENSITY_XHIGH} (320dpi) and {@link #DENSITY_XXHIGH} (480 dpi).
     * This is not a density that applications should target, instead relying
     * on the system to scale their {@link #DENSITY_XXHIGH} assets for them.
     */
    public static final int DENSITY_400 = 400;

    /**
     * Standard quantized DPI for extra-extra-high-density screens.  Applications
     * should not generally worry about this density; relying on XHIGH graphics
     * being scaled up to it should be sufficient for almost all cases.
     */
    public static final int DENSITY_XXHIGH = 480;

    /**
     * Standard quantized DPI for extra-extra-extra-high-density screens.  Applications
     * should not generally worry about this density; relying on XHIGH graphics
     * being scaled up to it should be sufficient for almost all cases.  A typical
     * use of this density would be 4K television screens -- 3840x2160, which
     * is 2x a traditional HD 1920x1080 screen which runs at DENSITY_XHIGH.
     */
    public static final int DENSITY_XXXHIGH = 640;
</pre>
<p><a href="http://tools.oesf.biz/android-4.4.2_r1.0/xref/frameworks/base/include/androidfw/ResourceTypes.h">http://tools.oesf.biz/android-4.4.2_r1.0/xref/frameworks/base/include/androidfw/ResourceTypes.h</a></p>
<pre class="brush: java; first-line: 854;" >
enum {
    DENSITY_DEFAULT = ACONFIGURATION_DENSITY_DEFAULT,
    DENSITY_LOW = ACONFIGURATION_DENSITY_LOW,
    DENSITY_MEDIUM = ACONFIGURATION_DENSITY_MEDIUM,
    DENSITY_TV = ACONFIGURATION_DENSITY_TV,
    DENSITY_HIGH = ACONFIGURATION_DENSITY_HIGH,
    DENSITY_XHIGH = ACONFIGURATION_DENSITY_XHIGH,
    DENSITY_XXHIGH = ACONFIGURATION_DENSITY_XXHIGH,
    DENSITY_XXXHIGH = ACONFIGURATION_DENSITY_XXXHIGH,
    DENSITY_NONE = ACONFIGURATION_DENSITY_NONE
};
</pre>
<p><a href="http://tools.oesf.biz/android-4.4.2_r1.0/xref/frameworks/native/include/android/configuration.h">http://tools.oesf.biz/android-4.4.2_r1.0/xref/frameworks/native/include/android/configuration.h</a></p>
<pre class="brush: java; first-line: 26;" >
struct AConfiguration;
typedef struct AConfiguration AConfiguration;

enum {
    ACONFIGURATION_ORIENTATION_ANY  = 0x0000,
    ACONFIGURATION_ORIENTATION_PORT = 0x0001,
    ACONFIGURATION_ORIENTATION_LAND = 0x0002,
    ACONFIGURATION_ORIENTATION_SQUARE = 0x0003,

    ACONFIGURATION_TOUCHSCREEN_ANY  = 0x0000,
    ACONFIGURATION_TOUCHSCREEN_NOTOUCH  = 0x0001,
    ACONFIGURATION_TOUCHSCREEN_STYLUS  = 0x0002,
    ACONFIGURATION_TOUCHSCREEN_FINGER  = 0x0003,

    ACONFIGURATION_DENSITY_DEFAULT = 0,
    ACONFIGURATION_DENSITY_LOW = 120,
    ACONFIGURATION_DENSITY_MEDIUM = 160,
    ACONFIGURATION_DENSITY_TV = 213,
    ACONFIGURATION_DENSITY_HIGH = 240,
    ACONFIGURATION_DENSITY_XHIGH = 320,
    ACONFIGURATION_DENSITY_XXHIGH = 480,
    ACONFIGURATION_DENSITY_XXXHIGH = 640,
</pre>
<h4>おまけとしてツールやテストコードも調査</h4>
<h5>aaptツールのコード</h5>
<p><a href="http://tools.oesf.biz/android-4.4.2_r1.0/xref/frameworks/base/tools/aapt/AaptAssets.cpp">http://tools.oesf.biz/android-4.4.2_r1.0/xref/frameworks/base/tools/aapt/AaptAssets.cpp</a></p>
<pre class="brush: java; first-line: 1192;" >
bool AaptGroupEntry::getDensityName(const char* name,
                                    ResTable_config* out)
{
    if (strcmp(name, kWildcardName) == 0) {
        if (out) out->density = ResTable_config::DENSITY_DEFAULT;
        return true;
    }

    if (strcmp(name, "nodpi") == 0) {
        if (out) out->density = ResTable_config::DENSITY_NONE;
        return true;
    }

    if (strcmp(name, "ldpi") == 0) {
        if (out) out->density = ResTable_config::DENSITY_LOW;
        return true;
    }

    if (strcmp(name, "mdpi") == 0) {
        if (out) out->density = ResTable_config::DENSITY_MEDIUM;
        return true;
    }

    if (strcmp(name, "tvdpi") == 0) {
        if (out) out->density = ResTable_config::DENSITY_TV;
        return true;
    }

    if (strcmp(name, "hdpi") == 0) {
        if (out) out->density = ResTable_config::DENSITY_HIGH;
        return true;
    }

    if (strcmp(name, "xhdpi") == 0) {
        if (out) out->density = ResTable_config::DENSITY_XHIGH;
        return true;
    }

    if (strcmp(name, "xxhdpi") == 0) {
        if (out) out->density = ResTable_config::DENSITY_XXHIGH;
        return true;
    }

    if (strcmp(name, "xxxhdpi") == 0) {
        if (out) out->density = ResTable_config::DENSITY_XXXHIGH;
        return true;
    }

    char* c = (char*)name;
    while (*c >= '0' &#038;&#038; *c <= '9') {
        c++;
    }

    // check that we have 'dpi' after the last digit.
    if (toupper(c[0]) != 'D' ||
            toupper(c[1]) != 'P' ||
            toupper(c[2]) != 'I' ||
            c[3] != 0) {
        return false;
    }

    // temporarily replace the first letter with \0 to
    // use atoi.
    char tmp = c[0];
    c[0] = '\0';

    int d = atoi(name);
    c[0] = tmp;

    if (d != 0) {
        if (out) out->density = d;
        return true;
    }

    return false;
}
</pre>
<h5>holo向けCTS(Compatibility Test Suite)のテストコード</h5>
<p><a href="http://tools.oesf.biz/android-4.4.2_r1.0/xref/cts/tests/tests/holo/src/android/holo/cts/DisplayInfoActivity.java">http://tools.oesf.biz/android-4.4.2_r1.0/xref/cts/tests/tests/holo/src/android/holo/cts/DisplayInfoActivity.java</a></p>
<pre class="brush: java; first-line: 28;" >
 public class DisplayInfoActivity extends Activity {

     @Override
     protected void onCreate(Bundle savedInstanceState) {
         super.onCreate(savedInstanceState);
         setContentView(R.layout.display_info);

         WindowManager windowManager = (WindowManager) getSystemService(WINDOW_SERVICE);
         Display display = windowManager.getDefaultDisplay();
         DisplayMetrics metrics = new DisplayMetrics();
         display.getMetrics(metrics);

         DisplayMetrics dm = getResources().getDisplayMetrics();
         int width = Math.round(dm.widthPixels / dm.density);
         int height = Math.round(dm.heightPixels / dm.density);

         TextView text = (TextView) findViewById(R.id.text);
         text.setText(getString(R.string.display_info_text, metrics.densityDpi,
                 getScreenDensityBucket(metrics), width, height));
     }

     private String getScreenDensityBucket(DisplayMetrics metrics) {
         switch (metrics.densityDpi) {
             case DisplayMetrics.DENSITY_LOW:
                 return "ldpi";

             case DisplayMetrics.DENSITY_MEDIUM:
                 return "mdpi";

             case DisplayMetrics.DENSITY_HIGH:
                 return "hdpi";

             case DisplayMetrics.DENSITY_XHIGH:
                 return "xdpi";

             case DisplayMetrics.DENSITY_XXHIGH:
                 return "xxdpi";

             case DisplayMetrics.DENSITY_XXXHIGH:
                 return "xxxdpi";

             case DisplayMetrics.DENSITY_TV:
                 return "tvdpi";

             default:
                 return "" + metrics.densityDpi;
         }
     }
 }
</pre>
<h4>au Isai FL向けのアプリアイコン</h4>
<p><img src="http://andbrowser.com/wp-content/uploads/2014/05/icon_xxxhdpi.png" alt="" title="icon_xxxhdpi" width="490" height="192" class="aligncenter size-full wp-image-2492" /></p>
<p><img src="http://andbrowser.com/wp-content/uploads/2014/05/launcher_play_xxxhdpi.png" alt="" title="launcher_play_xxxhdpi" width="267" height="564" class="alignright size-full wp-image-2494" /><br />
</p>
<p>アプリアイコンは、通常の4倍の大きさの192&#215;192 px の必要だそうです。ただ、以下のようにGoogle Play向けに512&#215;512 px のアイコンを作っておいて、そこから各DPIごとのアイコンを生成していると思いますので問題ないかとは思います。アプリの機能を変更しないのに、versionCodeをあげて、google play に apkをアップしなおさないといけないのは少し手間ですね。Google Playにアップした512&#215;512 px アイコンから自動的に各DPIごとのアイコンを生成して、配布するapkにいれてくれればいいのになぁと思ってしまいました。<br clear="all" /></p>
<div id="wherego_related"><h3>このページを見た人は、以下のページも見ています。</h3><ul><li><a href="http://andbrowser.com/development/2502/google-play-services-4-4/" rel="bookmark" class="wherego_title">Google Play Services 4.4（邦訳）</a></li><li><a href="http://andbrowser.com/development/knowhow/712/android-lint/" rel="bookmark" class="wherego_title">Android Lint の利用方法</a></li><li><a href="http://andbrowser.com/development/knowhow/393/android-fragment2activity/" rel="bookmark" class="wherego_title">Android FragmentからのActivity呼び出し方法</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://andbrowser.com/development/2473/au-isai-fl-xxxhdpi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://andbrowser.com/development/2473/au-isai-fl-xxxhdpi/" />
	</item>
		<item>
		<title>Android XML Tools Attributes</title>
		<link>http://andbrowser.com/android-sdk/2327/android-xml-tools-attributes/</link>
		<comments>http://andbrowser.com/android-sdk/2327/android-xml-tools-attributes/#comments</comments>
		<pubDate>Fri, 09 May 2014 23:39:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Android SDK]]></category>

		<guid isPermaLink="false">http://andbrowser.com/?p=2327</guid>
		<description><![CDATA[XMLの追加属性

AndroidはXMLファイルに追加の情報を定義できるように拡張した専用の XML ネームスペースを持っています。この情報はアプリケーションがパッケージするときに抽出され、ランタイムに影響を及ぼさず、 [...]]]></description>
			<content:encoded><![CDATA[<h4>XMLの追加属性</h4>
<p>
AndroidはXMLファイルに追加の情報を定義できるように拡張した専用の XML ネームスペースを持っています。この情報はアプリケーションがパッケージするときに抽出され、ランタイムに影響を及ぼさず、余計なダウンロードを実施せずにすむようになっています。ネームスペースのURIは、「http://schemas.android.com/tools」やプレフィックスにtoolsがつくものです。</p>
<pre class="brush: xml; first-line: 1;" >
 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent" >
    ....
</pre>
<p>
注意点：現在 tools 属性として利用できますが、今後更新される可能性があります。</p>
<h4>tools:ignore</h4>
<p>
この属性は任意のXMLエレメントに設定できます。Lint 指摘事項をカンマで区切ったリストを ignore するように設定できます。これは子要素にも再帰的に適用されます。</p>
<pre class="brush: xml; first-line: 1;" >
<string name="show_all_apps" tools:ignore="MissingTranslation">All</string>
</pre>
<p>利用元：Lint</p>
<h4>tools:targetApi</h4>
<p>
Javaクラスの@TargetApi アノテーションと同様です。API Levelを指定するものであり、integerか code name のどちらかで指定します。</p>
<pre class="brush: xml; first-line: 1;" >
    <GridLayout tools:targetApi="ICE_CREAM_SANDWICH" >
</pre>
<p>利用元：Lint</p>
<h4>tools:locale</h4>
<p>
リソースファイルのルートエレメントに設定できます。これは language と region を一緒に設定すべきです。これは tools がどのlanguage(locale)の文字列ファイルを取得すべきかがわかります。<br />
たとえば、values/strings.xml のロールエレメントがこれにあたります。</p>
<pre class="brush: xml; first-line: 1;" >
<resources xmlns:tools="http://schemas.android.com/tools" tools:locale="es">
</pre>
<p>現在のところ、EnglishよりもSpanishに対する String の default value folder が利用されることが既知です。</p>
<p>利用元：Lint, Studio (non-Englush なリソースファイルに対するスペルチェックの無効化)</p>
<h4>tools:context</h4>
<p>
レイアウトxmlのルートエレメントに設定されます。レイアウトファイルがどのActivityに利用されるかがわかるためです。（レイアウトファイルは2個以上のActivityから利用される場合もあります）<br />
当初は、レイアウトエディターがデフォルトのテーマを適用されていますが、AndroidManifest.xmlでActivityに新しいテーマを設定された場合などに認識できるようになります。AndroidManifest.xmlと同様に短縮のpackage name を利用できます。</p>
<pre class="brush: xml; first-line: 1;" >
<android.support.v7.widget.GridLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools"
    tools:context=".MainActivity" ... >
</pre>
<h4>tools:layout</h4>
<p>
この属性は、<fragment> タグで設定できます。これにより、fragmentが設計時にどのレイアウトを利用するかがわかります（実行時にはfragment classでリストしているtagのactionで決定されます）</p>
<pre class="brush: xml; first-line: 1;" >
<fragment android:name="com.example.master.ItemListFragment" tools:layout="@android:layout/list_content" />
</pre>
<h4>tools:listitem / listheader / listfooter</h4>
<p>
<Listview>タグで設定されます。（or other AdapterView children like <GridView>, <ExpandableListView>)リストアイテムの中で特別なレイアウトを利用する場合（List header, footersなど）、このツールがリストに合うようなダミーデータを挿入してくれます。</p>
<pre class="brush: xml; first-line: 1;" >
    <ListView
        android:id="@android:id/list"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        tools:listitem="@android:layout/simple_list_item_2" />
</pre>
<p>利用元: Layout editors in Studio &#038; Eclipse</p>
<div id="wherego_related"><h3>このページを見た人は、以下のページも見ています。</h3><ul><li><a href="http://andbrowser.com/development/2473/au-isai-fl-xxxhdpi/" rel="bookmark" class="wherego_title">au isai FL は XXX High DPI 端末！4.4ソースコード調査</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://andbrowser.com/android-sdk/2327/android-xml-tools-attributes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://andbrowser.com/android-sdk/2327/android-xml-tools-attributes/" />
	</item>
		<item>
		<title>SDK Tools 22.6.3 archieve is not yet</title>
		<link>http://andbrowser.com/development/2459/sdk-tools-22-6-3-archieve-is-not-yet/</link>
		<comments>http://andbrowser.com/development/2459/sdk-tools-22-6-3-archieve-is-not-yet/#comments</comments>
		<pubDate>Thu, 08 May 2014 23:18:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Android SDK]]></category>
		<category><![CDATA[development]]></category>

		<guid isPermaLink="false">http://andbrowser.com/?p=2459</guid>
		<description><![CDATA[
SDK Tools 22.6.3 のアーカイブはまだ未公開
ADTやSDK Toolsが更新されるたびに前のSDKのアーカイブがダウンロードできるようにCUI環境からのADT, SDK toolsダウンロードURL一覧 [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://andbrowser.com/wp-content/uploads/2014/05/sdk_tools_22.6.3_not_yet.png"><img src="http://andbrowser.com/wp-content/uploads/2014/05/sdk_tools_22.6.3_not_yet.png" alt="" title="sdk_tools_22.6.3_not_yet" width="600" class="aligncenter size-full wp-image-2460" /></a></p>
<h4>SDK Tools 22.6.3 のアーカイブはまだ未公開</h4>
<p>ADTやSDK Toolsが更新されるたびに前のSDKのアーカイブがダウンロードできるように<a href="http://andbrowser.com/development/918/old-adt-download-url/">CUI環境からのADT, SDK toolsダウンロードURL一覧(ver 22.6.3情報追加）</a>のように情報を整理しているのですが、SDK Tools 22.6.3 のアーカイブが見つかりませんでした。調査してみると、まだ Google 側でフルパッケージのものは提供していないそうです。というわけで、ひとまず待ちましょう。</p>
<h4>関連する投稿</h4>
<ul>
<li><a href="https://groups.google.com/forum/#!msg/adt-dev/hl8_hXtzPrQ/bs2WlffbJc4J">22.6.3 missing from download page</a>
</ul>
<div id="wherego_related"><h3>このページを見た人は、以下のページも見ています。</h3><ul><li><a href="http://andbrowser.com/android-sdk/2327/android-xml-tools-attributes/" rel="bookmark" class="wherego_title">Android XML Tools Attributes</a></li><li><a href="http://andbrowser.com/development/918/old-adt-download-url/" rel="bookmark" class="wherego_title">ADT(Android Developer Tools) ダウンロードURL一覧</a></li><li><a href="http://andbrowser.com/development/2332/android-development-tools-adt-22-6-3/" rel="bookmark" class="wherego_title">ADT 22.6.3 and SDK Tools 22.6.3 更新情報</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://andbrowser.com/development/2459/sdk-tools-22-6-3-archieve-is-not-yet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://andbrowser.com/development/2459/sdk-tools-22-6-3-archieve-is-not-yet/" />
	</item>
		<item>
		<title>KKが8.5%。2014年5月1日時点のAndroid Platform バージョンの割合</title>
		<link>http://andbrowser.com/android-sdk/platform-versions-android-sdk/2394/may-2014-android-platform-versions/</link>
		<comments>http://andbrowser.com/android-sdk/platform-versions-android-sdk/2394/may-2014-android-platform-versions/#comments</comments>
		<pubDate>Thu, 08 May 2014 00:23:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Platform Versions]]></category>
		<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://andbrowser.com/?p=2394</guid>
		<description><![CDATA[KKが8.5%。2014年5月1日時点のAndroid Platform バージョンの割合]]></description>
			<content:encoded><![CDATA[<p><a href="http://andbrowser.com/wp-content/uploads/2014/05/20140501_platformversiono.png"><img src="http://andbrowser.com/wp-content/uploads/2014/05/20140501_platformversiono.png" alt="" title="20140501_platformversiono" width="600" class="aligncenter size-full wp-image-2395" /></a></p>
<p><br clear="all"></p>
<h4>2014年5月1日時点のAndroid Platform バージョンの割合</em></h4>
<p><span id="more-2394"></span></p>
<style>
table {
  width: auto;
  border-spacing: 0;
  font-size:14px;
}
table th {
  color: #fff;
  padding: 8px 15px;
  background: #258;
  background:-moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
  font-weight: bold;
  border-left:1px solid #258;
  border-top:1px solid #258;
  border-bottom:1px solid #258;
  line-height: 120%;
  text-align: center;
  text-shadow:0 -1px 0 rgba(34,85,136,0.9);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
table th:first-child {
  border-radius: 5px 0 0 0;	
}
table th:last-child {
  border-radius:0 5px 0 0;
  border-right:1px solid #258;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table tr td {
  padding: 8px 15px;
  border-bottom: 1px solid #84b2e0;
  border-left: 1px solid #84b2e0;
  text-align: center;
}
table tr td:last-child {
  border-right: 1px solid #84b2e0;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table tr {
  background: #fff;
}
table tr:nth-child(2n+1) {
  background: #f1f6fc;
}
table tr:last-child td {
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
table tr:hover {
  background: #bbd4ee;
  cursor:pointer;
}
</style>
<table>
<tr>
<th>Version</th>
<th>Codename</th>
<th>API</th>
<th>Distribution</th>
<th>Delta</th>
</tr>
<tr>
<td><a href="http://developer.android.com/about/versions/android-1.6.html">1.6</a></td>
<td>Donut</td>
<td>4</td>
<td>0.0%</td>
<td>0.00%</td>
</tr>
<tr>
<td><a href="http://developer.android.com/about/versions/android-2.1.html">2.1</a></td>
<td>Eclair</td>
<td>7</td>
<td>0.0%</td>
<td>0.00%</td>
</tr>
<tr>
<td><a href="http://developer.android.com/about/versions/android-2.2.html">2.2</a></td>
<td>Froyo</td>
<td>8</td>
<td>1.0%</td>
<td>-0.10%</td>
</tr>
<tr>
<td><a href="http://developer.android.com/about/versions/android-2.3.3.html">2.3 &#8211; 2.3.2</a></td>
<td rowspan="2">Gingerbread</td>
<td>9</td>
<td>0.0%</td>
<td>0.00%</td>
</tr>
<tr>
<td><a href="http://developer.android.com/about/versions/android-2.3.4.html">2.3.3 &#8211; 2.3.7</a></td>
<p><!-- Gingerbread --></p>
<td>10</td>
<td>16.2%</td>
<td>-1.60%</td>
</tr>
<tr>
<td><a href="http://developer.android.com/about/versions/android-3.2.html">3.2</a></td>
<td>Honeycomb</td>
<td>13</td>
<td>0.1%</td>
<td>0.00%</td>
</tr>
<tr>
<td><a href="http://developer.android.com/about/versions/android-4.0.3.html">4.0.3 &#8211; 4.0.4</a></td>
<td>Ice Cream Sandwich</td>
<td>15</td>
<td>13.4%</td>
<td>-0.9%</td>
</tr>
<tr>
<td><a href="http://developer.android.com/about/versions/android-4.1.html">4.1</a></td>
<td rowspan="3">Jelly Bean</td>
<td>16</td>
<td>33.5%</td>
<td><strong>-0.90%</strong></td>
</tr>
<tr>
<td><a href="http://developer.android.com/about/versions/android-4.2.html">4.2</a></td>
<p><!--Jelly Bean--></p>
<td>17</td>
<td>18.8%</td>
<td><strong>0.70%</strong></td>
</tr>
<tr>
<td><a href="http://developer.android.com/about/versions/android-4.3.html">4.3</a></td>
<p><!--Jelly Bean--></p>
<td>18</td>
<td>8.5%</td>
<td><strong>-0.40%</strong></td>
</tr>
<tr>
<td><a href="http://developer.android.com/about/versions/android-4.4.html">4.4</a></td>
<p><!--KItKat--></p>
<td rowspan="1">KitKat</td>
<td>19</td>
<td>8.5%</td>
<td><strong>3.20%</strong></td>
</tr>
</table>
<p style="clear:both"><em>Data collected during a 7-day period ending on May 1, 2014.<br />
<br/>Any versions with less than 0.1% distribution are not shown.</em>
</p>
<p class="note"><strong>Note:</strong> Because this data is gathered from the new Google Play<br />
Store app, which supports Android 2.2 and above, devices running older versions are not included.<br />
However, in August, 2013, versions older than Android 2.2 accounted for about 1% of devices that<br />
<em>checked in</em> to Google servers (not those that actually visited Google Play Store).</p>
<div id="wherego_related"><h3>このページを見た人は、以下のページも見ています。</h3><ul><li><a href="http://andbrowser.com/development/2459/sdk-tools-22-6-3-archieve-is-not-yet/" rel="bookmark" class="wherego_title">SDK Tools 22.6.3 archieve is not yet</a></li><li><a href="http://andbrowser.com/android-sdk/2839/20140713_sdk_manager_material/" rel="bookmark" class="wherego_title">(2014/07/14時点)SDK Managerが取得するXMLデータ一覧</a></li><li><a href="http://andbrowser.com/development/2515/android-dev-useful-site/" rel="bookmark" class="wherego_title">Android開発向けに役に立つサイト一覧</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://andbrowser.com/android-sdk/platform-versions-android-sdk/2394/may-2014-android-platform-versions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://andbrowser.com/android-sdk/platform-versions-android-sdk/2394/may-2014-android-platform-versions/" />
	</item>
		<item>
		<title>ADT 22.6.3 and SDK Tools 22.6.3 更新情報</title>
		<link>http://andbrowser.com/development/2332/android-development-tools-adt-22-6-3/</link>
		<comments>http://andbrowser.com/development/2332/android-development-tools-adt-22-6-3/#comments</comments>
		<pubDate>Thu, 01 May 2014 08:16:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Android SDK]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[adt]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[sdk tools]]></category>

		<guid isPermaLink="false">http://andbrowser.com/?p=2332</guid>
		<description><![CDATA[ADT 22.6.3 (2014年4月)
SDK Tools, Revision 22.6.3 (2014年4月)


依存関係


Java 1.6 かそれ以降が必要
Eclipse Indigo (Version 3 [...]]]></description>
			<content:encoded><![CDATA[<h4>ADT 22.6.3</a> <em>(2014年4月)</em></h4>
<h4>SDK Tools, Revision 22.6.3</a> <em>(2014年4月)</em></h4>
<p><span id="more-2332"></span></p>
<dl>
<dt>依存関係</dt>
<dd>
<ul>
<li>Java 1.6 かそれ以降が必要</li>
<li>Eclipse Indigo (Version 3.7.2) かそれ以降が必要</li>
<li>SDK Tools r22.6.3向けのため、あらかじめAndroid SDK Managerを利用してインストールしてください。</li>
<li><a href="http://ant.apache.org/">Apache Ant 1.8</a>かそれ以降が必要
    </ul>
</dd>
<dt>一般連絡</dt>
<dd>
<ul>
<li>APIレベルが19以降のAndroid Wear の Virtual Device 作成時のAVD Managerの問題を修正
<li>SDK ManagerのAndroid Wear システムイメージに説明文を修正
    </ul>
</dd>
<dt>既知の情報</dt>
<dd>
<p>AVD ManagerでAndroid WearのVirtual Deviceを作ったときに、Target API Levelが19よりも低いものが設定されている場合があります。その場合、手動で19に変更してください。</p>
</dd>
</dl>
<div id="wherego_related"><h3>このページを見た人は、以下のページも見ています。</h3><ul><li><a href="http://andbrowser.com/development/2339/andrpid-app-use-crashlytics/" rel="bookmark" class="wherego_title">CrashlyticsでAndroidアプリの品質向上を実現</a></li><li><a href="http://andbrowser.com/mac/2913/mac-book-pro-13-retina-first-install-recommend-app/" rel="bookmark" class="wherego_title">Mac Book Pro 13 retinaにインストールする必須アプリ</a></li><li><a href="http://andbrowser.com/development/2459/sdk-tools-22-6-3-archieve-is-not-yet/" rel="bookmark" class="wherego_title">SDK Tools 22.6.3 archieve is not yet</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://andbrowser.com/development/2332/android-development-tools-adt-22-6-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://andbrowser.com/development/2332/android-development-tools-adt-22-6-3/" />
	</item>
	</channel>
</rss>
