blob: 5dfd1228c1f66c65df9b65abc21cc94c2cc6cadc [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<!--
9 Copyright 2010 The Android Open Source Project
10
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
Robert Ly35f2fda2013-01-29 16:27:05 -080031 create custom variants of the Android software stack, build devices and accessories that run on 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
39
40<div class="wrap">
41
42 <div class="landing-docs">
43 <div class="col-8">
44 <h3>Updates</h3>
Clay Murphyf965cd72013-05-30 14:43:56 -070045 <a href="{@docRoot}source/index.html">
46 <h4>Source Code Available for Android 4.3</h4>
47 <p>Android is an open-source software stack for a wide array of mobile devices with different form factors.
48 We created Android in response to our own experiences launching mobile apps. We wanted to make sure there was
49 no central point of failure so no industry player can restrict or control the innovations of any other. That's
50 why we created Android and made its source code open.</p>
Robert Ly35f2fda2013-01-29 16:27:05 -080051 </a>
Clay Murphyf965cd72013-05-30 14:43:56 -070052 <a href="{@docRoot}compatibility/index.html">
53 <h4>Compatibility Definition for Android 4.3</h4>
54 <p>Android's purpose is to establish an open platform for developers to build innovative apps. The Android
55 Compatibility program defines the technical details of the Android platform and provides tools for device manufacturers to
56 ensure developers' apps run on a variety of devices.</p>
Robert Ly35f2fda2013-01-29 16:27:05 -080057 </a>
58 </div>
59
60 <div class="col-8">
61 <h3>Getting Started</h3>
62 <a href="{@docRoot}source/index.html">
63 <h4>Explore the Source</h4>
64 <p>Get the complete Android platform and modify and build it to suit your needs. You can
65 also contribute to the Open Source Project to make your changes available to everyone else in
66 the Android ecosystem.</p>
67 </a>
68 <a href="{@docRoot}devices/index.html">
69 <h4>Build Devices</h4>
Robert Ly07e7d422013-05-07 12:03:55 -070070 <p>Build devices with the latest Android platform and
Robert Ly5b218c22013-05-07 10:37:22 -070071 create compelling devices that your customers want.</p>
Robert Ly35f2fda2013-01-29 16:27:05 -080072 </a>
73
74 <a href="{@docRoot}accessories/index.html">
75 <h4>Build Accessories</h4>
Robert Ly5b218c22013-05-07 10:37:22 -070076 <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 -080077 </a>
78
79 <a href="{@docRoot}compatibility/index.html">
80 <h4>Get Compatible</h4>
81 <p>Being Android-compatible lets you offer custom features but still give users and developers a consistent
82 and standard experience across all Android-powered devices. Android provides guidance
83 and a test suite to verify your Android compatibility.</p>
84 </a>
85 </div>
86
87 </div>
88
Clay Murphyf965cd72013-05-30 14:43:56 -070089</div>