Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 1 | fullpage=true |
| 2 | no_footer_links=true |
| 3 | landing.page=true |
| 4 | page.metaDescription=The official site for the Android Open Source Project. |
| 5 | header.hide=1 |
| 6 | @jd:body |
| 7 | |
| 8 | <!-- |
Clay Murphy | b808be7 | 2015-01-05 16:13:15 -0800 | [diff] [blame] | 9 | Copyright 2015 The Android Open Source Project |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 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 Ly | 5b218c2 | 2013-05-07 10:37:22 -0700 | [diff] [blame] | 27 | |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 28 | <p> |
Clay Murphy | f965cd7 | 2013-05-30 14:43:56 -0700 | [diff] [blame] | 29 | 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 Murphy | 3fe59ee | 2013-07-09 10:31:04 -0700 | [diff] [blame] | 31 | create custom variants of the Android software stack, port devices and accessories to the Android platform, |
Clay Murphy | f965cd7 | 2013-05-30 14:43:56 -0700 | [diff] [blame] | 32 | and ensure your devices are compatible with the Android compatibility definition. |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 33 | </p> |
| 34 | |
| 35 | </div> |
| 36 | |
| 37 | </div> |
| 38 | |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 39 | <div class="wrap"> |
| 40 | |
| 41 | <div class="landing-docs"> |
| 42 | <div class="col-8"> |
Clay Murphy | a336f06 | 2014-05-08 13:33:23 -0700 | [diff] [blame] | 43 | <h3>What's New</h3> |
Clay Murphy | 00fa4e2 | 2015-03-09 11:07:01 -0700 | [diff] [blame] | 44 | <a href="{@docRoot}compatibility/contact-us.html"> |
| 45 | <h4>Google Mobile Services inquiry form added</h4></a> |
| 46 | <p>Prospective Google Mobile Services (GMS) partners now have an online <strong><a |
| 47 | href="https://docs.google.com/a/google.com/forms/d/1qAHuR-MbmXeYuJ1aBd3neaUjNGxnnnCd2kzb0MEJpGQ/viewform" |
| 48 | target="_blank">inquiry form</a></strong> to request a GMS license.</p> |
| 49 | |
Clay Murphy | 5ae59ac | 2015-03-03 11:51:49 -0800 | [diff] [blame] | 50 | <a href="{@docRoot}devices/tech/dalvik/constraints.html"> |
| 51 | <h4>Dalvik constraints published</h4></a> |
| 52 | <p>The Android Runtime (ART) team has released a list of syntactical and semantical <strong><a |
| 53 | href="{@docRoot}devices/tech/dalvik/constraints.html">constraints</a></strong> |
| 54 | to help construct valid <code>.dex</code> files supported by the runtime.</p> |
| 55 | |
Clay Murphy | ddffdfc | 2015-03-02 13:30:18 -0800 | [diff] [blame] | 56 | <a href="{@docRoot}source/64-bit-builds.html"> |
| 57 | <h4>64-bit build instructions added</h4></a> |
| 58 | <p>Detailed instructions for building Android on a <strong><a |
| 59 | href="{@docRoot}source/64-bit-builds.html">64-bit |
| 60 | architecture</a></strong> have been added to the <em>Source</em> section of the |
| 61 | site. These instructions cover product configuration, module definition, the |
| 62 | install path, and more.</p> |
| 63 | |
| 64 | <a href="{@docRoot}devices/graphics/DeqpUserGuide.pdf"> |
| 65 | <h4>OpenGL ES graphics diagnostics documented</h4></a> |
| 66 | <p>The site now contains a <strong><a |
| 67 | href="{@docRoot}devices/graphics/DeqpUserGuide.pdf">user guide for the |
| 68 | GPU testing suite drawElements Quality Program (deqp)</a></strong>. The |
| 69 | guide offers an overview of the suite and instructions for porting and building |
| 70 | the test modules.</p> |
| 71 | |
| 72 | <a href="{@docRoot}source/building.html"> |
| 73 | <h4>Ubuntu version and Eclipse instructions updated</h4></a> |
| 74 | <p>The recommended version of <strong><a |
| 75 | href="{@docRoot}source/initializing.html#installing-required-packages-ubuntu-1404">Ubuntu |
| 76 | LTS</a></strong> has been increased from 12.04 to 14.04. Similarly, the |
| 77 | <strong><a href="{@docRoot}source/using-eclipse.html#create-project">Creating a |
| 78 | project section of Using Eclipse</a></strong> has been revised to replace an |
| 79 | outdated step.</p> |
| 80 | |
Clay Murphy | d9c196e | 2015-02-19 12:56:43 -0800 | [diff] [blame] | 81 | <a href="{@docRoot}devices/tech/security/selinux/index.html"> |
| 82 | <h4>SELinux instructions revised</h4></a> |
| 83 | <p>The entire set of <strong><a |
| 84 | href="{@docRoot}devices/tech/security/selinux/index.html">Security-Enhanced |
| 85 | Linux</a></strong> instructions have been revised thanks to open source |
| 86 | contributions.</p> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 87 | </div> |
| 88 | |
| 89 | <div class="col-8"> |
| 90 | <h3>Getting Started</h3> |
| 91 | <a href="{@docRoot}source/index.html"> |
Clay Murphy | 78beecd | 2013-11-05 16:27:26 -0800 | [diff] [blame] | 92 | <h4>Explore the Source</h4></a> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 93 | <p>Get the complete Android platform and modify and build it to suit your needs. You can |
Clay Murphy | 5a7dc7e | 2014-09-30 14:55:13 -0700 | [diff] [blame] | 94 | also <strong><a |
| 95 | href="https://android-review.googlesource.com/#/q/status:open">contribute |
| 96 | to</a></strong> the <strong><a |
Clay Murphy | ddffdfc | 2015-03-02 13:30:18 -0800 | [diff] [blame] | 97 | href="https://android.googlesource.com/">Android Open Source Project (AOSP) |
Clay Murphy | 5a7dc7e | 2014-09-30 14:55:13 -0700 | [diff] [blame] | 98 | repository</a></strong> to make your changes available to everyone else |
| 99 | in the Android ecosystem.</p> |
Clay Murphy | 4aa22e8 | 2014-12-16 11:21:22 -0800 | [diff] [blame] | 100 | <a href="{@docRoot}source/index.html"><img border="0" src="images/android_framework_small.png" alt="Android framework summary" style="display:inline;float:left;margin:5px 10px"></a> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 101 | <a href="{@docRoot}devices/index.html"> |
Clay Murphy | 78beecd | 2013-11-05 16:27:26 -0800 | [diff] [blame] | 102 | <h4>Port Android to Devices</h4></a> |
Clay Murphy | 3fe59ee | 2013-07-09 10:31:04 -0700 | [diff] [blame] | 103 | <p>Port the latest Android platform and |
Robert Ly | 5b218c2 | 2013-05-07 10:37:22 -0700 | [diff] [blame] | 104 | create compelling devices that your customers want.</p> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 105 | |
| 106 | <a href="{@docRoot}accessories/index.html"> |
Clay Murphy | 78beecd | 2013-11-05 16:27:26 -0800 | [diff] [blame] | 107 | <h4>Build Accessories</h4></a> |
Robert Ly | 5b218c2 | 2013-05-07 10:37:22 -0700 | [diff] [blame] | 108 | <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 Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 109 | |
| 110 | <a href="{@docRoot}compatibility/index.html"> |
Clay Murphy | 78beecd | 2013-11-05 16:27:26 -0800 | [diff] [blame] | 111 | <h4>Get Compatible</h4></a> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 112 | <p>Being Android-compatible lets you offer custom features but still give users and developers a consistent |
| 113 | and standard experience across all Android-powered devices. Android provides guidance |
| 114 | and a test suite to verify your Android compatibility.</p> |
Clay Murphy | ddffdfc | 2015-03-02 13:30:18 -0800 | [diff] [blame] | 115 | |
| 116 | <a href="https://android.googlesource.com/platform/docs/source.android.com/"> |
| 117 | <h4>Help this Site</h4></a> |
| 118 | <p>Please note, source.android.com is maintained in the Android Open Source Project. See the <strong><a |
| 119 | href="https://android.googlesource.com/platform/docs/source.android.com/+log/master">docs/source.android.com |
| 120 | project log in AOSP</a></strong> for the complete list of changes to this site. |
| 121 | Contribute your own updates to that same project and help maintain source.android.com.</p> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 122 | </div> |
| 123 | |
| 124 | </div> |
| 125 | |
Clay Murphy | f965cd7 | 2013-05-30 14:43:56 -0700 | [diff] [blame] | 126 | </div> |