blob: 4911da72cbd126252a9b5fe3db72ac71e525dac3 [file] [log] [blame]
Robert Ly35f2fda2013-01-29 16:27:05 -08001fullpage=true
2no_footer_links=true
3landing.page=true
4page.metaDescription=The official site for the Android Open Source Project.
5header.hide=1
6@jd:body
7
8<!--
Clay Murphy30ba5a62014-11-03 07:24:13 -08009 Copyright 2014 The Android Open Source Project
Robert Ly35f2fda2013-01-29 16:27:05 -080010
11 Licensed under the Apache License, Version 2.0 (the "License");
12 you may not use this file except in compliance with the License.
13 You may obtain a copy of the License at
14
15 http://www.apache.org/licenses/LICENSE-2.0
16
17 Unless required by applicable law or agreed to in writing, software
18 distributed under the License is distributed on an "AS IS" BASIS,
19 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
20 See the License for the specific language governing permissions and
21 limitations under the License.
22-->
23<div class="wrap">
24
25 <div class="landing-banner">
26 <h1 itemprop="name" style="margin-bottom:0;">Welcome to the Android Open Source Project!</h1>
Robert Ly5b218c22013-05-07 10:37:22 -070027
Robert Ly35f2fda2013-01-29 16:27:05 -080028 <p>
Clay Murphyf965cd72013-05-30 14:43:56 -070029 Android is an open-source software stack for a wide range of mobile devices and a corresponding open-source project led by
30 Google. Here you can find the information and source code you need to learn more about the Android platform. From there you can
Clay Murphy3fe59ee2013-07-09 10:31:04 -070031 create custom variants of the Android software stack, port devices and accessories to the Android platform,
Clay Murphyf965cd72013-05-30 14:43:56 -070032 and ensure your devices are compatible with the Android compatibility definition.
Robert Ly35f2fda2013-01-29 16:27:05 -080033 </p>
34
35 </div>
36
37</div>
38
Robert Ly35f2fda2013-01-29 16:27:05 -080039<div class="wrap">
40
41 <div class="landing-docs">
42 <div class="col-8">
Clay Murphya336f062014-05-08 13:33:23 -070043 <h3>What's New</h3>
44
Bill Yia8270e82014-12-10 11:57:59 -080045<a href="{@docRoot}source/build-numbers.html">
46 <h4>Supported devices and version strings updated</h4></a>
47 <p>The list of <strong><a
48 href="{@docRoot}source/build-numbers.html#source-code-tags-and-builds">supported
49 devices, branch tags</a></strong> and <strong><a
50 href="{@docRoot}compatibility/5.0/versions.html">version
51 strings</a></strong> for Android 5.0 have been updated.</p>
52
53<img border="0" src="images/Android_Robot_100.png" alt="Android Partner icon" style="display:inline;float:right;margin:5px 10px">
54
Clay Murphy1b26e862014-11-11 19:57:59 -080055<a href="{@docRoot}compatibility/downloads.html">
56 <h4>New CTS media files available for download</h4></a>
57 <p>Find <strong><a
58 href="https://dl.google.com/dl/android/cts/android-cts-media-1.1.zip">CTS media
59 files version 1.1</a></strong> for Android 5.0 media stress tests on <strong><a
60 href="{@docRoot}compatibility/downloads.html#cts-media-files">Compatibility
61 Downloads</a></strong>.</p>
62
Clay Murphyd7036222014-11-11 14:17:04 -080063<a href="{@docRoot}source/brands.html#Questions">
64 <h4>Android Partner Marketing offers brand guidance</h4></a>
65 <p>The Android Partner Marketing team now offers an easy-to-use <strong><a
66 href="https://support.google.com/googleplay/contact/brand_developer">Partner
67 Brand Inquiry Form</a></strong> for answers to branding questions and review
68 of marketing materials.</p>
69
Clay Murphy714cd072014-12-01 13:07:52 -080070<a href="{@docRoot}devices/audio/index.html">
Clay Murphyd7036222014-11-11 14:17:04 -080071 <h4>Audio gains attributes, USB, latency, and headset documentation</h4></a>
Clay Murphye3ae3962014-09-02 17:30:57 -070072 <p>The <strong><a
Clay Murphy714cd072014-12-01 13:07:52 -080073 href="{@docRoot}devices/audio/index.html">Audio section</a></strong> now describes <strong><a
74 href="{@docRoot}devices/audio/attributes.html">Attributes</a></strong>, <strong><a
75 href="{@docRoot}devices/audio/usb.html">USB digital audio</a></strong> support, and <strong><a
76 href="{@docRoot}devices/audio/funplug.html">latency tools</a></strong>, while a <strong><a
Clay Murphy30ba5a62014-11-03 07:24:13 -080077 href="{@docRoot}accessories/headset-spec.html">Wired audio headset
78 specification</a></strong> can now be found in the <strong><a
79 href="{@docRoot}accessories/index.html">Accessories section</a></strong>.</p>
Robert Ly35f2fda2013-01-29 16:27:05 -080080 </div>
81
82 <div class="col-8">
83 <h3>Getting Started</h3>
84 <a href="{@docRoot}source/index.html">
Clay Murphy78beecd2013-11-05 16:27:26 -080085 <h4>Explore the Source</h4></a>
Robert Ly35f2fda2013-01-29 16:27:05 -080086 <p>Get the complete Android platform and modify and build it to suit your needs. You can
Clay Murphy5a7dc7e2014-09-30 14:55:13 -070087 also <strong><a
88 href="https://android-review.googlesource.com/#/q/status:open">contribute
89 to</a></strong> the <strong><a
90 href="https://android.googlesource.com/">Android Open Source Project
91 repository</a></strong> to make your changes available to everyone else
92 in the Android ecosystem.</p>
Robert Ly35f2fda2013-01-29 16:27:05 -080093 <a href="{@docRoot}devices/index.html">
Clay Murphy78beecd2013-11-05 16:27:26 -080094 <h4>Port Android to Devices</h4></a>
Clay Murphy3fe59ee2013-07-09 10:31:04 -070095 <p>Port the latest Android platform and
Robert Ly5b218c22013-05-07 10:37:22 -070096 create compelling devices that your customers want.</p>
Robert Ly35f2fda2013-01-29 16:27:05 -080097
98 <a href="{@docRoot}accessories/index.html">
Clay Murphy78beecd2013-11-05 16:27:26 -080099 <h4>Build Accessories</h4></a>
Robert Ly5b218c22013-05-07 10:37:22 -0700100 <p>Sometimes, a device can't do it all. Tap into Android's open accessory standard and build accessories to complement the wide variety of Android-powered devices.</p>
Robert Ly35f2fda2013-01-29 16:27:05 -0800101
102 <a href="{@docRoot}compatibility/index.html">
Clay Murphy78beecd2013-11-05 16:27:26 -0800103 <h4>Get Compatible</h4></a>
Robert Ly35f2fda2013-01-29 16:27:05 -0800104 <p>Being Android-compatible lets you offer custom features but still give users and developers a consistent
105 and standard experience across all Android-powered devices. Android provides guidance
106 and a test suite to verify your Android compatibility.</p>
Robert Ly35f2fda2013-01-29 16:27:05 -0800107 </div>
108
109 </div>
110
Clay Murphyf965cd72013-05-30 14:43:56 -0700111</div>