aboutsummaryrefslogtreecommitdiff
path: root/src/index.jd
blob: 044d7386c7743666a287031feaa2401b085af1e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
fullpage=true
no_footer_links=true
landing.page=true
page.metaDescription=The official site for the Android Open Source Project.
header.hide=1
@jd:body

<!--
    Copyright 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.
-->
<div class="wrap">

  <div class="landing-banner">
      <h1 itemprop="name" style="margin-bottom:0;">Welcome to the Android Open Source Project!</h1>

      <p>
      Android is an open-source software stack for a wide range of devices and a corresponding open-source project led by Google.
      Here you can find the information and source code you need to learn more about the Android platform. From there you can
      create custom variants of the Android software stack, build devices and accessories that run on the Android platform,
      and ensure that your devices are compatible with the Android compatibility definition.
      </p>

  </div>

</div>


<div class="wrap">

  <div class="landing-docs">
    <div class="col-8">
    <h3>Updates</h3>
      <a href="">
        <h4>Source Code Available for Android 4.1</h4>
        <p>Android is an open-source software stack for mobile devices, and a corresponding open-source project led by Google. We created Android in response to our own experiences launching mobile apps. We wanted to make sure that there was no central point of failure, so that no industry player can restrict or control the innovations of any other. That's why we created Android, and made its source code open.</p>
      </a>
      <a href="">
        <h4>Compatibility Definition for Android 4.0</h4>
        <p>Android is an open-source software stack for mobile devices, and a corresponding open-source project led by Google. We created Android in response to our own experiences launching mobile apps. We wanted to make sure that there was no central point of failure, so that no industry player can restrict or control the innovations of any other. That's why we created Android, and made its source code open.</p>
      </a>
    </div>

    <div class="col-8">
      <h3>Getting Started</h3>
      <a href="{@docRoot}source/index.html">
        <h4>Explore the Source</h4>
        <p>Get the complete Android platform and modify and build it to suit your needs. You can
        also contribute to the Open Source Project to make your changes available to everyone else in
        the Android ecosystem.</p>
      </a>
      <a href="{@docRoot}devices/index.html">
        <h4>Build Devices</h4>
        <p>Build devices with the latest Android platform and create
        create compelling devices that your customers want.</p>
      </a>

      <a href="{@docRoot}accessories/index.html">
        <h4>Build Accessories</h4>
        <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>
      </a>

      <a href="{@docRoot}compatibility/index.html">
        <h4>Get Compatible</h4>
        <p>Being Android-compatible lets you offer custom features but still give users and developers a consistent
          and standard experience across all Android-powered devices. Android provides guidance
          and a test suite to verify your Android compatibility.</p>
      </a>
    </div>

  </div>

</div>