blob: 633fd259922d3c375a229171d32c3cf1d494294c [file] [log] [blame]
Joe Fernandeze7866882015-05-06 17:15:03 -07001page.title=Preview Program Overview
Dirk Dougherty74709452015-05-15 00:51:24 -07002page.image=images/cards/card-preview_16-9_2x.png
Joe Fernandeze7866882015-05-06 17:15:03 -07003
4@jd:body
5
6<p>
Joe Fernandezee143ce2015-05-21 21:08:41 -07007 The Android M platform is still under development, but were offering developers an early look
8 through the Android M Developer Preview program. This program is an opportunity for you to test
9 the compatibility of your apps with the next platform release, try out early versions of new API
10 features, and provide feedback to the Android team. Developers can try out the M Preview system
11 on with the Android SDK emulator or on Nexus 5, Nexus 6, Nexus 9, and Nexus Player devices. The
12 program includes update releases during course of the program to allow you to follow the progress
13 of feature development and fixes, leading up to the official release of the platform.
Joe Fernandezd575b1c2015-05-08 17:16:27 -070014</p>
15
16<img src="{@docRoot}preview/images/m-preview-timeline.png"
17 alt="Preview program timeline" id="figure1" style="margin-top: 15px;">
18<p class="img-caption">
19 <b>Figure 1.</b> Timeline for the M Developer Preview program.
20</p>
21
22<p>
23 We strongly encourage you to provide feedback for the M Preview releases through our <a href=
24 "https://code.google.com/p/android-developer-preview/">issue tracker</a>. Issues reported early
25 in the program have a better chance of being addressed before the official release, so reports
26 provided by June 30, 2015 receive priority processing by the Android team.
27</p>
28
29<p>
30 To get started testing your app:
31</p>
32
33<ul>
Joe Fernandezee143ce2015-05-21 21:08:41 -070034 <li>Review the <a href="{@docRoot}preview/api-overview.html"> API Overview</a> and
35 <a href="{@docRoot}preview/api-changes.html">Behavior Changes</a> to
36 get an idea of what's new and how it affects your app.
Joe Fernandezd575b1c2015-05-08 17:16:27 -070037 </li>
38
Joe Fernandezee143ce2015-05-21 21:08:41 -070039 <li>Setup for testing and development by following the instructions for
40 <a href="{@docRoot}preview/setup-sdk.html">Setting up the Preview SDK</a>
41 and configuring test devices.
Joe Fernandezd575b1c2015-05-08 17:16:27 -070042 </li>
43
Joe Fernandezee143ce2015-05-21 21:08:41 -070044 <li>You can <a href="{@docRoot}preview/download.html">download</a> the latest M Developer
45 Preview system image for compatible Nexus devices and install it for testing. Once you have
46 flashed a development device, it is upgraded automatically with the next preview release
47 through over-the-air (OTA) updates.
Joe Fernandezd575b1c2015-05-08 17:16:27 -070048 </li>
49
Joe Fernandezee143ce2015-05-21 21:08:41 -070050 <li>Review the M Preview <a href="{@docRoot}preview/reference.html">API Reference</a> and
51 <a href="{@docRoot}preview/samples.html">samples</a> to
52 gain more insight into new API features and how to use them in your app.
53 </li>
54
55 <li>Join the M Preview <a href="http://g.co/dev/AndroidMDevPreview">Google+ developer
56 community</a> to get the latest developer updates and connect with other
57 developers working with the preview.
Joe Fernandezd575b1c2015-05-08 17:16:27 -070058 </li>
59</ul>
60
61<p>
62 Thanks in advance for your participation in the developer preview program!
63</p>