blob: 9eb072a331e0e5fc950a99f18cb256ccf50664a1 [file] [log] [blame]
Robert Ly35f2fda2013-01-29 16:27:05 -08001page.title=Android Compatibility Downloads
2@jd:body
3
4<!--
Clay Murphy3c9f31c2015-02-09 17:50:32 -08005 Copyright 2015 The Android Open Source Project
Robert Ly35f2fda2013-01-29 16:27:05 -08006
Clay Murphy8cfd3cc2014-06-19 19:02:46 -07007 Licensed under the Apache License, Version 2.0 (the "License");
8 you may not use this file except in compliance with the License.
9 You may obtain a copy of the License at
Robert Ly35f2fda2013-01-29 16:27:05 -080010
11 http://www.apache.org/licenses/LICENSE-2.0
12
Clay Murphy8cfd3cc2014-06-19 19:02:46 -070013 Unless required by applicable law or agreed to in writing, software
14 distributed under the License is distributed on an "AS IS" BASIS,
15 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 See the License for the specific language governing permissions and
17 limitations under the License.
Robert Ly35f2fda2013-01-29 16:27:05 -080018-->
Clay Murphy604eb172014-11-11 17:58:17 -080019<div id="qv-wrapper">
20 <div id="qv">
21 <h2>In this document</h2>
22 <ol id="auto-toc">
23 </ol>
24 </div>
25</div>
Robert Ly35f2fda2013-01-29 16:27:05 -080026
Clay Murphy8be05432013-11-19 12:24:34 -080027<p>Thank you for your interest in Android Compatibility! The links below give
28you access to key documents and information about the program.</p>
29
Clay Murphy4a335942015-10-05 07:14:19 -070030<h2 id="android-60">Android 6.0</h2>
31<p>Android 6.0 is the release of the development milestone code-named Marshmallow.
32The source code for the following tests can be synced with the
33'android-cts-6.0_r1' tag in the open-source tree.</p>
34<ul>
Bert McMeen7bab6de2015-10-20 15:51:33 -070035<li><a href="6.0/android-6.0-cdd.pdf">Android 6.0 Compatibility Definition
36Document (CDD)</a></li>
Clay Murphy4a335942015-10-05 07:14:19 -070037<li><a
38href="https://dl.google.com/dl/android/cts/android-cts-6.0_r1-linux_x86-arm.zip">Android
396.0 R1 Compatibility Test Suite (CTS) - ARM</a></li>
40<li><a
41href="https://dl.google.com/dl/android/cts/android-cts-6.0_r1-linux_x86-x86.zip">Android
426.0 R1 Compatibility Test Suite (CTS) - x86</a></li>
43<li><a
44href="https://dl.google.com/dl/android/cts/android-cts-verifier-6.0_r1-linux_x86-arm.zip">Android
456.0 R1 CTS Verifier - ARM</a></li>
46<li><a
47href="https://dl.google.com/dl/android/cts/android-cts-verifier-6.0_r1-linux_x86-x86.zip">Android
486.0 R1 CTS Verifier - x86</a></li>
49</ul>
50
Clay Murphyf6815542015-04-27 11:26:30 -070051<h2 id="android-51">Android 5.1</h2>
52<p>Android 5.1 is the release of the development milestone code-named Lollipop-MR1.
53The source code for the following tests can be synced with the
Clay Murphy4a335942015-10-05 07:14:19 -070054'android-cts-5.1_r3' tag in the open source tree.</p>
Clay Murphyf6815542015-04-27 11:26:30 -070055<ul>
Clay Murphyd0db1372015-06-10 11:58:30 -070056<li><a href="5.1/android-5.1-cdd.pdf">Android 5.1 Compatibility Definition
57Document (CDD)</a></li>
Clay Murphyf6815542015-04-27 11:26:30 -070058<li><a
Clay Murphy4a335942015-10-05 07:14:19 -070059href="https://dl.google.com/dl/android/cts/android-cts-5.1_r3-linux_x86-arm.zip">Android
605.1 R3 Compatibility Test Suite (CTS) - ARM</a></li>
Clay Murphyf6815542015-04-27 11:26:30 -070061<li><a
Clay Murphy4a335942015-10-05 07:14:19 -070062href="https://dl.google.com/dl/android/cts/android-cts-5.1_r3-linux_x86-x86.zip">Android
635.1 R3 Compatibility Test Suite (CTS) - x86</a></li>
Clay Murphyf6815542015-04-27 11:26:30 -070064<li><a
Clay Murphy4a335942015-10-05 07:14:19 -070065href="https://dl.google.com/dl/android/cts/android-cts-verifier-5.1_r3-linux_x86-arm.zip">Android
665.1 R3 CTS Verifier - ARM</a></li>
Clay Murphyf6815542015-04-27 11:26:30 -070067<li><a
Clay Murphy4a335942015-10-05 07:14:19 -070068href="https://dl.google.com/dl/android/cts/android-cts-verifier-5.1_r3-linux_x86-x86.zip">Android
695.1 R3 CTS Verifier - x86</a></li>
Clay Murphyf6815542015-04-27 11:26:30 -070070</ul>
71
Clay Murphye7817ff2014-11-17 18:10:58 -080072<h2 id="android-50">Android 5.0</h2>
73<p>Android 5.0 is the release of the development milestone code-named Lollipop.
Clay Murphy3c9f31c2015-02-09 17:50:32 -080074The source code for the following tests can be synced with the
Heidi von Markham9e09e6e2015-06-23 10:48:30 -070075'android-cts-5.0_r3' tag in the open source tree.</p>
Clay Murphye7817ff2014-11-17 18:10:58 -080076<ul>
Clay Murphy6db243f2015-01-10 22:32:02 -080077<li><a href="5.0/android-5.0-cdd.pdf">Android 5.0 Compatibility Definition
78Document (CDD)</a></li>
Clay Murphye7817ff2014-11-17 18:10:58 -080079<li><a
Heidi von Markham9e09e6e2015-06-23 10:48:30 -070080href="https://dl.google.com/dl/android/cts/android-cts-5.0_r3-linux_x86-arm.zip">Android
815.0 R3 Compatibility Test Suite (CTS) - ARM</a></li>
Clay Murphye7817ff2014-11-17 18:10:58 -080082<li><a
Heidi von Markham9e09e6e2015-06-23 10:48:30 -070083href="https://dl.google.com/dl/android/cts/android-cts-5.0_r3-linux_x86-x86.zip">Android
845.0 R3 Compatibility Test Suite (CTS) - x86</a></li>
Clay Murphye7817ff2014-11-17 18:10:58 -080085<li><a
Heidi von Markham9e09e6e2015-06-23 10:48:30 -070086href="https://dl.google.com/dl/android/cts/android-cts-verifier-5.0_r3-linux_x86-arm.zip">Android
875.0 R3 CTS Verifier - ARM</a></li>
Clay Murphye7817ff2014-11-17 18:10:58 -080088<li><a
Heidi von Markham9e09e6e2015-06-23 10:48:30 -070089href="https://dl.google.com/dl/android/cts/android-cts-verifier-5.0_r3-linux_x86-x86.zip">Android
905.0 R3 CTS Verifier - x86</a></li>
Clay Murphye7817ff2014-11-17 18:10:58 -080091</ul>
92
Clay Murphy8be05432013-11-19 12:24:34 -080093<h2 id="android-44">Android 4.4</h2>
94<p>Android 4.4 is the release of the development milestone code-named
95KitKat. Source code for Android 4.4 is found in the
Clay Murphy242a0582015-08-10 14:22:58 -070096'android-cts-4.4_r4' branch in the open source tree.</p>
Clay Murphy8be05432013-11-19 12:24:34 -080097<ul>
Clay Murphy6cd229b2013-11-27 16:42:03 -080098<li><a href="4.4/android-4.4-cdd.pdf">Android 4.4 Compatibility Definition
99Document (CDD)</a></li>
Clay Murphy8be05432013-11-19 12:24:34 -0800100<li><a
Clay Murphy242a0582015-08-10 14:22:58 -0700101href="https://dl.google.com/dl/android/cts/android-cts-4.4_r4-linux_x86-arm.zip">Android
1024.4 R4 Compatibility Test Suite (CTS) - ARM</a></li>
Clay Murphy8be05432013-11-19 12:24:34 -0800103<li><a
Clay Murphy242a0582015-08-10 14:22:58 -0700104href="https://dl.google.com/dl/android/cts/android-cts-4.4_r4-linux_x86-x86.zip">Android
1054.4 R4 Compatibility Test Suite (CTS) - x86</a></li>
Clay Murphy8cfd3cc2014-06-19 19:02:46 -0700106<li><a
Clay Murphy242a0582015-08-10 14:22:58 -0700107href="https://dl.google.com/dl/android/cts/android-cts-verifier-4.4_r4-linux_x86-arm.zip">Android
1084.4 R4 CTS Verifier - ARM</a></li>
Clay Murphy8cfd3cc2014-06-19 19:02:46 -0700109<li><a
Clay Murphy242a0582015-08-10 14:22:58 -0700110href="https://dl.google.com/dl/android/cts/android-cts-verifier-4.4_r4-linux_x86-x86.zip">Android
1114.4 R4 CTS Verifier - x86</a></li>
Clay Murphy8be05432013-11-19 12:24:34 -0800112</ul>
Robert Ly40e3b6d2013-04-17 18:12:10 -0700113
Guru Nagarajan7a100c92013-07-23 15:13:01 -0700114<h2 id="android-43">Android 4.3</h2>
115<p>Android 4.3 is the release of the development milestone code-named
Clay Murphyfa783d82015-05-01 14:26:20 -0700116Jelly Bean-MR2. Source code for Android 4.3 is found in the 'android-4.3_r2.2-cts' branch in the open source tree.</p>
Guru Nagarajan7a100c92013-07-23 15:13:01 -0700117<ul>
118<li><a href="4.3/android-4.3-cdd.pdf">Android 4.3 Compatibility Definition Document (CDD)</a></li>
Clay Murphy40aaf592013-08-20 17:36:17 -0700119<li><a
120href="https://dl.google.com/dl/android/cts/android-cts-4.3_r2-linux_x86-arm.zip">Android
1214.3 R2 Compatibility Test Suite (CTS)</a></li>
122<li><a
Clay Murphyf33f1942013-09-11 18:57:33 -0700123href="https://dl.google.com/dl/android/cts/android-cts-verifier-4.3_r1-linux_x86-arm.zip">Android
1244.3 R1 CTS Verifier</a></li>
Guru Nagarajan7a100c92013-07-23 15:13:01 -0700125</ul>
126
Robert Ly35f2fda2013-01-29 16:27:05 -0800127<h2 id="android-42">Android 4.2</h2>
128<p>Android 4.2 is the release of the development milestone code-named
Clay Murphyfa783d82015-05-01 14:26:20 -0700129Jelly Bean-MR1. Source code for Android 4.2 is found in the 'android-4.2.2_r1' branch in the open source tree.</p>
Robert Ly35f2fda2013-01-29 16:27:05 -0800130<ul>
131<li><a href="4.2/android-4.2-cdd.pdf">Android 4.2 Compatibility Definition Document (CDD)</a></li>
Robert Ly40e3b6d2013-04-17 18:12:10 -0700132<li><a href="https://dl.google.com/dl/android/cts/android-cts-4.2_r4-linux_x86-arm.zip">Android 4.2 R4 Compatibility Test Suite (CTS)</a></li>
133<li><a href="https://dl.google.com/dl/android/cts/android-cts-verifier-4.2_r5-linux_x86-arm.zip">Android 4.2 R5 CTS Verifier</a></li>
Robert Ly35f2fda2013-01-29 16:27:05 -0800134</ul>
135<h2 id="android-41">Android 4.1</h2>
Clay Murphyd967f642014-05-29 15:07:58 -0700136<p>Android 4.1 is the release of the development milestone code-named Jelly
137Bean. The source code of the Compatibility Test Suite revisions below is
Clay Murphyfa783d82015-05-01 14:26:20 -0700138available at the 'android-cts-4.1_r4' tag in the open source tree.</p>
Robert Ly35f2fda2013-01-29 16:27:05 -0800139<ul>
140<li><a href="4.1/android-4.1-cdd.pdf">Android 4.1 Compatibility Definition Document (CDD)</a></li>
Clay Murphyd967f642014-05-29 15:07:58 -0700141<li><a href="https://dl.google.com/dl/android/cts/android-cts-4.1_r4-linux_x86-arm.zip">Android 4.1 R4 Compatibility Test Suite (CTS)</a></li>
142<li><a href="https://dl.google.com/dl/android/cts/android-cts-verifier-4.1_r7-linux_x86-arm.zip">Android 4.1 R7 CTS Verifier</a></li>
Robert Ly35f2fda2013-01-29 16:27:05 -0800143</ul>
144<h2 id="android-403">Android 4.0.3</h2>
145<p>Android 4.0.3 is the release of the development milestone code-named
Gina Dimino7a299122015-08-26 11:49:06 -0700146Ice Cream Sandwich. Source code for
Clay Murphyfa783d82015-05-01 14:26:20 -0700147Android 4.0.3 is found in the 'android-4.0.3_r1' branch in the open source tree.</p>
Robert Ly35f2fda2013-01-29 16:27:05 -0800148<ul>
149<li><a href="4.0/android-4.0-cdd.pdf">Android 4.0 Compatibility Definition Document (CDD)</a></li>
150<li><a href="https://dl.google.com/dl/android/cts/android-cts-4.0.3_r3-linux_x86-arm.zip">Android 4.0.3 R3 Compatibility Test Suite (CTS)</a></li>
151<li><a href="https://dl.google.com/dl/android/cts/android-cts-verifier-4.0.3_r2-linux_x86-arm.zip">Android 4.0.3 R2 CTS Verifier</a></li>
152</ul>
153<h2 id="android-23">Android 2.3</h2>
154<p>Android 2.3 is the release of the development milestone code-named
155Gingerbread. Source code for Android 2.3 is found in the 'gingerbread' branch in
Clay Murphyfa783d82015-05-01 14:26:20 -0700156the open source tree.</p>
Robert Ly35f2fda2013-01-29 16:27:05 -0800157<ul>
158<li><a href="2.3/android-2.3.3-cdd.pdf">Android 2.3 Compatibility Definition Document (CDD)</a></li>
159<li><a href="https://dl.google.com/dl/android/cts/android-cts-2.3_r13-linux_x86-arm.zip">Android 2.3 R13 Compatibility Test Suite (CTS)</a></li>
160<li><a href="https://dl.google.com/dl/android/cts/android-cts-verifier-2.3_r3-linux_x86-armv5.zip">Android 2.3 R3 CTS Verifier</a></li>
161</ul>
162<h2 id="android-22">Android 2.2</h2>
163<p>Android 2.2 is the release of the development milestone code-named
164FroYo. Source code for Android 2.2 is found in the 'froyo' branch in the
Clay Murphyfa783d82015-05-01 14:26:20 -0700165open source tree.</p>
Robert Ly35f2fda2013-01-29 16:27:05 -0800166<ul>
167<li><a href="2.2/android-2.2-cdd.pdf">Android 2.2 Compatibility Definition Document (CDD)</a></li>
168<li><a href="https://dl.google.com/dl/android/cts/android-cts-2.2_r8-linux_x86-arm.zip">Android 2.2 R8 Compatibility Test Suite (CTS)</a></li>
169</ul>
170<h2 id="android-21">Android 2.1</h2>
171<p>Android 2.1 is the release of the development milestone code-named
172Eclair. Source code for Android 2.1 is found in the 'eclair' branch in the
Clay Murphyfa783d82015-05-01 14:26:20 -0700173open source tree. Note that for technical reasons, there is no compatibility
Robert Ly35f2fda2013-01-29 16:27:05 -0800174program for Android 2.0 or 2.0.1, and new devices must use Android 2.1.</p>
175<ul>
176<li><a href="2.1/android-2.1-cdd.pdf">Android 2.1 Compatibility Definition Document (CDD)</a></li>
177<li><a href="https://dl.google.com/dl/android/cts/android-cts-2.1_r5-x86.zip">Android 2.1 R5 Compatibility Test Suite (CTS)</a></li>
178</ul>
179<h2 id="android-16">Android 1.6</h2>
180<p>Android 1.6 was the release of the development milestone code-named Donut.
181Android 1.6 was obsoleted by Android 2.1. Source code for Android 1.6 is found
Clay Murphyfa783d82015-05-01 14:26:20 -0700182in the 'donut' branch in the open source tree.</p>
Robert Ly35f2fda2013-01-29 16:27:05 -0800183<ul>
184<li><a href="1.6/android-1.6-cdd.pdf">Android 1.6 Compatibility Definition Document (CDD)</a></li>
185<li><a href="https://dl.google.com/dl/android/cts/android-cts-1.6_r1-x86.zip">Android 1.6 R1 Compatibility Test Suite (CTS)</a></li>
186</ul>
187<h2 id="compatibility-test-suite-manual">Compatibility Test Suite Manual</h2>
Robert Ly35f2fda2013-01-29 16:27:05 -0800188<ul>
Clay Murphyefa43662015-09-29 18:00:55 -0700189<li><a href="cts/index.html">Compatibility Test Suite (CTS) User Manual</a></li>
Robert Ly35f2fda2013-01-29 16:27:05 -0800190</ul>
191<h2 id="cts-media-files">CTS Media Files</h2>
192<p>These media files are required for the CTS media stress tests.</p>
193<ul>
Clay Murphy604eb172014-11-11 17:58:17 -0800194<li><a href="https://dl.google.com/dl/android/cts/android-cts-media-1.1.zip">CTS Media 1.1</a></li>
Robert Ly35f2fda2013-01-29 16:27:05 -0800195<li><a href="https://dl.google.com/dl/android/cts/android-cts-media-1.0.zip">CTS Media 1.0</a></li>
196</ul>
197<h2 id="older-android-versions">Older Android Versions</h2>
198<p>There is no Compatibility Program for older versions of Android, such as Android
1991.5 (known in development as Cupcake). New devices intended to be Android
Guru Nagarajan7a100c92013-07-23 15:13:01 -0700200compatible must ship with Android 1.6 or later.</p>