blob: 84126095350bfbb1626f49732f0b00fb42cd615e [file] [log] [blame]
smain@google.com29e13c52014-12-05 09:38:14 -08001page.title=Android Studio
Joe Fernandez33baa5a2013-11-14 11:41:19 -08002page.tags=download
Dirk Doughertydf9fa4c2012-11-29 13:09:21 -08003page.template=sdk
Scott Main50e990c2012-06-21 17:14:39 -07004header.hide=1
smain@google.com29e13c52014-12-05 09:38:14 -08005page.metaDescription=Download the official Android developer tools to build apps for Android phones, tablets, wearables, TVs, and more.
Scott Mainefd83af2009-10-14 09:11:41 -07006
smain@google.com048eeb02014-12-07 22:38:33 -08007studio.version=1.0.0
Scott Main49ba8eb2012-11-15 14:56:52 -08008
smain@google.com048eeb02014-12-07 22:38:33 -08009studio.linux_bundle_download=android-studio-ide-135.1629389-linux.zip
10studio.linux_bundle_bytes=243909934
11studio.linux_bundle_checksum=601a302f10cf8a22ba4216e0884a035bdfec38b3
Rich Slogarfdeb27f2014-11-03 14:56:06 -080012
smain@google.com048eeb02014-12-07 22:38:33 -080013studio.mac_bundle_download=android-studio-ide-135.1629389.dmg
14studio.mac_bundle_bytes=245757810
15studio.mac_bundle_checksum=0d9e0e230ece9f2e696b1b076c36ee1e73edcf3c
Rich Slogarfdeb27f2014-11-03 14:56:06 -080016
smain@google.com048eeb02014-12-07 22:38:33 -080017studio.win_bundle_exe_download=android-studio-bundle-135.1629389.exe
18studio.win_bundle_exe_bytes=852499624
19studio.win_bundle_exe_checksum=0c8a3b45385a698b43a47757fdd6a83ca837abd2
20
21studio.win_notools_exe_download=android-studio-ide-135.1629389.exe
22studio.win_notools_exe_bytes=262099808
23studio.win_notools_exe_checksum=bfc6e9397f72969bcb3db80c9abe3a205540c8ab
24
25studio.win_bundle_download=android-studio-ide-135.1629389-windows.zip
26studio.win_bundle_bytes=246241434
27studio.win_bundle_checksum=6951e678a41b94b6172276727537db8590be7270
Scott Main06cf15e2010-10-28 00:02:31 -070028
Scott Main6453dfb2012-10-23 14:14:18 -070029
30
Rich Slogarfdeb27f2014-11-03 14:56:06 -080031sdk.linux_download=android-sdk_r24-linux.tgz
32sdk.linux_bytes=141308131
33sdk.linux_checksum=3cc1fcec302a8478e240e42b94dd2de73b9d0cc9
Scott Main6453dfb2012-10-23 14:14:18 -070034
Rich Slogarfdeb27f2014-11-03 14:56:06 -080035sdk.mac_download=android-sdk_r24-macosx.zip
36sdk.mac_bytes=88535806
37sdk.mac_checksum=89b256c82e6ab432881fa7d726bdd0541c656616
Scott Main6453dfb2012-10-23 14:14:18 -070038
Rich Slogarfdeb27f2014-11-03 14:56:06 -080039sdk.win_download=android-sdk_r24-windows.zip
40sdk.win_bytes=140738187
41sdk.win_checksum=8d20f800cbace1b92873ebba1e16ff134a2b062b
Scott Main6453dfb2012-10-23 14:14:18 -070042
Rich Slogarfdeb27f2014-11-03 14:56:06 -080043sdk.win_installer=installer_r24-windows.exe
44sdk.win_installer_bytes=92179689
45sdk.win_installer_checksum=71ec3d91a4239b44128bf43add888bc357776be9
Scott Main6453dfb2012-10-23 14:14:18 -070046
47
48
49
Robert Ly37f43102011-10-26 15:11:30 -070050
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080051@jd:body
52
Scott Mainc0324b82011-05-27 09:53:27 -070053<style type="text/css">
Scott Main6453dfb2012-10-23 14:14:18 -070054 .offline {display:none;}
smain@google.com29e13c52014-12-05 09:38:14 -080055 a.download-bundle-button {display:block;}
56 h2.feature {
57 padding-top:30px;
58 margin-top:0;
59 clear:both;
60 }
61 .feature-blurb {
62 margin:0px; font-size:16px; font-weight:300;
63 padding:40px 0 0 0;
64 }
65
66 .landing-button.green {
67 font-size:16px;
68 background-color:#90c653;
69 padding:8px 10px 10px;
70 margin:0;
71 width:206px;
72 text-align:center;
73 }
74
75 .landing-button.green:hover {
76 background-color:#85b84f;
77 }
78
79 .landing-button .small {
80 font-size: 12px;
81 font-weight: normal;
82 line-height: 12px;
83 display: block;
84 }
85
86 h1.studio-logo {
87 width:226px;
88 height:78px;
89 display:block;
90 padding:0;
91 white-space: nowrap;
92 text-indent: 10000px;
93 font-size:0px;
94 background: url(../images/tools/studio-logo.png);
95 background-image: -webkit-image-set(url(../images/tools/studio-logo.png) 1x, url(../images/tools/studio-logo_2x.png) 2x);
96 background-size: 226px 78px;
97 }
98
Scott Mainc0324b82011-05-27 09:53:27 -070099</style>
Robert Ly6c81c302011-10-05 12:59:29 -0700100
Scott Main50e990c2012-06-21 17:14:39 -0700101
Scott Main226fe972012-11-14 14:13:21 -0800102
103
smain@google.com29e13c52014-12-05 09:38:14 -0800104
105<div style="position:relative;">
Scott Main50e990c2012-06-21 17:14:39 -0700106
Scott Main6453dfb2012-10-23 14:14:18 -0700107
smain@google.com29e13c52014-12-05 09:38:14 -0800108<div class="wrap" id="tos" style="display:none;width:inherit;height:650px">
Scott Main6453dfb2012-10-23 14:14:18 -0700109<div class="col-13" style="margin:0;">&nbsp;</div><!-- provides top margin for content -->
110
smain@google.com29e13c52014-12-05 09:38:14 -0800111<h1 id="tos-header" style="margin-top:0">Download</h1>
Scott Main6453dfb2012-10-23 14:14:18 -0700112
smain@google.com29e13c52014-12-05 09:38:14 -0800113<p class="sdk-terms-intro">Before installing Android Studio or the standalone SDK tools,
114you must agree to the following terms and conditions.</p>
Scott Main6453dfb2012-10-23 14:14:18 -0700115
116<div class="sdk-terms" onfocus="this.blur()">
117<h2 class="norule">Terms and Conditions</h2>
118This is the Android Software Development Kit License Agreement
119
120<h3>1. Introduction</h3>
1211.1 The Android Software Development Kit (referred to in this License Agreement as the "SDK" and specifically including the Android system files, packaged APIs, and Google APIs add-ons) is licensed to you subject to the terms of this License Agreement. This License Agreement forms a legally binding contract between you and Google in relation to your use of the SDK.
122
Joe Fernandeza3b33c02013-05-22 22:19:29 -07001231.2 "Android" means the Android software stack for devices, as made available under the Android Open Source Project, which is located at the following URL: http://source.android.com/, as updated from time to time.
Scott Main6453dfb2012-10-23 14:14:18 -0700124
1251.3 "Google" means Google Inc., a Delaware corporation with principal place of business at 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States.
126
127
128<h3>2. Accepting this License Agreement</h3>
1292.1 In order to use the SDK, you must first agree to this License Agreement. You may not use the SDK if you do not accept this License Agreement.
130
1312.2 By clicking to accept, you hereby agree to the terms of this License Agreement.
132
1332.3 You may not use the SDK and may not accept the License Agreement if you are a person barred from receiving the SDK under the laws of the United States or other countries including the country in which you are resident or from which you use the SDK.
134
1352.4 If you are agreeing to be bound by this License Agreement on behalf of your employer or other entity, you represent and warrant that you have full legal authority to bind your employer or such entity to this License Agreement. If you do not have the requisite authority, you may not accept the License Agreement or use the SDK on behalf of your employer or other entity.
136
137
138<h3>3. SDK License from Google</h3>
1393.1 Subject to the terms of this License Agreement, Google grants you a limited, worldwide, royalty-free, non-assignable and non-exclusive license to use the SDK solely to develop applications to run on the Android platform.
140
1413.2 You agree that Google or third parties own all legal right, title and interest in and to the SDK, including any Intellectual Property Rights that subsist in the SDK. "Intellectual Property Rights" means any and all rights under patent law, copyright law, trade secret law, trademark law, and any and all other proprietary rights. Google reserves all rights not expressly granted to you.
142
1433.3 You may not use the SDK for any purpose not expressly permitted by this License Agreement. Except to the extent required by applicable third party licenses, you may not: (a) copy (except for backup purposes), modify, adapt, redistribute, decompile, reverse engineer, disassemble, or create derivative works of the SDK or any part of the SDK; or (b) load any part of the SDK onto a mobile handset or any other hardware device except a personal computer, combine any part of the SDK with other software, or distribute any software or device incorporating a part of the SDK.
144
1453.4 You agree that you will not take any actions that may cause or result in the fragmentation of Android, including but not limited to distributing, participating in the creation of, or promoting in any way a software development kit derived from the SDK.
146
1473.5 Use, reproduction and distribution of components of the SDK licensed under an open source software license are governed solely by the terms of that open source software license and not this License Agreement.
148
1493.6 You agree that the form and nature of the SDK that Google provides may change without prior notice to you and that future versions of the SDK may be incompatible with applications developed on previous versions of the SDK. You agree that Google may stop (permanently or temporarily) providing the SDK (or any features within the SDK) to you or to users generally at Google's sole discretion, without prior notice to you.
150
1513.7 Nothing in this License Agreement gives you a right to use any of Google's trade names, trademarks, service marks, logos, domain names, or other distinctive brand features.
152
1533.8 You agree that you will not remove, obscure, or alter any proprietary rights notices (including copyright and trademark notices) that may be affixed to or contained within the SDK.
154
155
156<h3>4. Use of the SDK by You</h3>
1574.1 Google agrees that it obtains no right, title or interest from you (or your licensors) under this License Agreement in or to any software applications that you develop using the SDK, including any intellectual property rights that subsist in those applications.
158
1594.2 You agree to use the SDK and write applications only for purposes that are permitted by (a) this License Agreement and (b) any applicable law, regulation or generally accepted practices or guidelines in the relevant jurisdictions (including any laws regarding the export of data or software to and from the United States or other relevant countries).
160
1614.3 You agree that if you use the SDK to develop applications for general public users, you will protect the privacy and legal rights of those users. If the users provide you with user names, passwords, or other login information or personal information, you must make the users aware that the information will be available to your application, and you must provide legally adequate privacy notice and protection for those users. If your application stores personal or sensitive information provided by users, it must do so securely. If the user provides your application with Google Account information, your application may only use that information to access the user's Google Account when, and for the limited purposes for which, the user has given you permission to do so.
162
1634.4 You agree that you will not engage in any activity with the SDK, including the development or distribution of an application, that interferes with, disrupts, damages, or accesses in an unauthorized manner the servers, networks, or other properties or services of any third party including, but not limited to, Google or any mobile communications carrier.
164
1654.5 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any data, content, or resources that you create, transmit or display through Android and/or applications for Android, and for the consequences of your actions (including any loss or damage which Google may suffer) by doing so.
166
1674.6 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any breach of your obligations under this License Agreement, any applicable third party contract or Terms of Service, or any applicable law or regulation, and for the consequences (including any loss or damage which Google or any third party may suffer) of any such breach.
168
169
170<h3>5. Your Developer Credentials</h3>
1715.1 You agree that you are responsible for maintaining the confidentiality of any developer credentials that may be issued to you by Google or which you may choose yourself and that you will be solely responsible for all applications that are developed under your developer credentials.
172
173
174<h3>6. Privacy and Information</h3>
1756.1 In order to continually innovate and improve the SDK, Google may collect certain usage statistics from the software including but not limited to a unique identifier, associated IP address, version number of the software, and information on which tools and/or services in the SDK are being used and how they are being used. Before any of this information is collected, the SDK will notify you and seek your consent. If you withhold consent, the information will not be collected.
176
1776.2 The data collected is examined in the aggregate to improve the SDK and is maintained in accordance with Google's Privacy Policy.
178
179
180<h3>7. Third Party Applications</h3>
1817.1 If you use the SDK to run applications developed by a third party or that access data, content or resources provided by a third party, you agree that Google is not responsible for those applications, data, content, or resources. You understand that all data, content or resources which you may access through such third party applications are the sole responsibility of the person from which they originated and that Google is not liable for any loss or damage that you may experience as a result of the use or access of any of those third party applications, data, content, or resources.
182
1837.2 You should be aware the data, content, and resources presented to you through such a third party application may be protected by intellectual property rights which are owned by the providers (or by other persons or companies on their behalf). You may not modify, rent, lease, loan, sell, distribute or create derivative works based on these data, content, or resources (either in whole or in part) unless you have been specifically given permission to do so by the relevant owners.
184
1857.3 You acknowledge that your use of such third party applications, data, content, or resources may be subject to separate terms between you and the relevant third party. In that case, this License Agreement does not affect your legal relationship with these third parties.
186
187
188<h3>8. Using Android APIs</h3>
1898.1 Google Data APIs
190
1918.1.1 If you use any API to retrieve data from Google, you acknowledge that the data may be protected by intellectual property rights which are owned by Google or those parties that provide the data (or by other persons or companies on their behalf). Your use of any such API may be subject to additional Terms of Service. You may not modify, rent, lease, loan, sell, distribute or create derivative works based on this data (either in whole or in part) unless allowed by the relevant Terms of Service.
192
1938.1.2 If you use any API to retrieve a user's data from Google, you acknowledge and agree that you shall retrieve data only with the user's explicit consent and only when, and for the limited purposes for which, the user has given you permission to do so.
194
195
196<h3>9. Terminating this License Agreement</h3>
1979.1 This License Agreement will continue to apply until terminated by either you or Google as set out below.
198
1999.2 If you want to terminate this License Agreement, you may do so by ceasing your use of the SDK and any relevant developer credentials.
200
2019.3 Google may at any time, terminate this License Agreement with you if:
202(A) you have breached any provision of this License Agreement; or
203(B) Google is required to do so by law; or
204(C) the partner with whom Google offered certain parts of SDK (such as APIs) to you has terminated its relationship with Google or ceased to offer certain parts of the SDK to you; or
205(D) Google decides to no longer provide the SDK or certain parts of the SDK to users in the country in which you are resident or from which you use the service, or the provision of the SDK or certain SDK services to you by Google is, in Google's sole discretion, no longer commercially viable.
206
2079.4 When this License Agreement comes to an end, all of the legal rights, obligations and liabilities that you and Google have benefited from, been subject to (or which have accrued over time whilst this License Agreement has been in force) or which are expressed to continue indefinitely, shall be unaffected by this cessation, and the provisions of paragraph 14.7 shall continue to apply to such rights, obligations and liabilities indefinitely.
208
209
210<h3>10. DISCLAIMER OF WARRANTIES</h3>
21110.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT YOUR USE OF THE SDK IS AT YOUR SOLE RISK AND THAT THE SDK IS PROVIDED "AS IS" AND "AS AVAILABLE" WITHOUT WARRANTY OF ANY KIND FROM GOOGLE.
212
21310.2 YOUR USE OF THE SDK AND ANY MATERIAL DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE USE OF THE SDK IS AT YOUR OWN DISCRETION AND RISK AND YOU ARE SOLELY RESPONSIBLE FOR ANY DAMAGE TO YOUR COMPUTER SYSTEM OR OTHER DEVICE OR LOSS OF DATA THAT RESULTS FROM SUCH USE.
214
21510.3 GOOGLE FURTHER EXPRESSLY DISCLAIMS ALL WARRANTIES AND CONDITIONS OF ANY KIND, WHETHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
216
217
218<h3>11. LIMITATION OF LIABILITY</h3>
21911.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT GOOGLE, ITS SUBSIDIARIES AND AFFILIATES, AND ITS LICENSORS SHALL NOT BE LIABLE TO YOU UNDER ANY THEORY OF LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL OR EXEMPLARY DAMAGES THAT MAY BE INCURRED BY YOU, INCLUDING ANY LOSS OF DATA, WHETHER OR NOT GOOGLE OR ITS REPRESENTATIVES HAVE BEEN ADVISED OF OR SHOULD HAVE BEEN AWARE OF THE POSSIBILITY OF ANY SUCH LOSSES ARISING.
220
221
222<h3>12. Indemnification</h3>
22312.1 To the maximum extent permitted by law, you agree to defend, indemnify and hold harmless Google, its affiliates and their respective directors, officers, employees and agents from and against any and all claims, actions, suits or proceedings, as well as any and all losses, liabilities, damages, costs and expenses (including reasonable attorneys fees) arising out of or accruing from (a) your use of the SDK, (b) any application you develop on the SDK that infringes any copyright, trademark, trade secret, trade dress, patent or other intellectual property right of any person or defames any person or violates their rights of publicity or privacy, and (c) any non-compliance by you with this License Agreement.
224
225
226<h3>13. Changes to the License Agreement</h3>
22713.1 Google may make changes to the License Agreement as it distributes new versions of the SDK. When these changes are made, Google will make a new version of the License Agreement available on the website where the SDK is made available.
228
229
230<h3>14. General Legal Terms</h3>
23114.1 This License Agreement constitutes the whole legal agreement between you and Google and governs your use of the SDK (excluding any services which Google may provide to you under a separate written agreement), and completely replaces any prior agreements between you and Google in relation to the SDK.
232
23314.2 You agree that if Google does not exercise or enforce any legal right or remedy which is contained in this License Agreement (or which Google has the benefit of under any applicable law), this will not be taken to be a formal waiver of Google's rights and that those rights or remedies will still be available to Google.
234
23514.3 If any court of law, having the jurisdiction to decide on this matter, rules that any provision of this License Agreement is invalid, then that provision will be removed from this License Agreement without affecting the rest of this License Agreement. The remaining provisions of this License Agreement will continue to be valid and enforceable.
236
23714.4 You acknowledge and agree that each member of the group of companies of which Google is the parent shall be third party beneficiaries to this License Agreement and that such other companies shall be entitled to directly enforce, and rely upon, any provision of this License Agreement that confers a benefit on (or rights in favor of) them. Other than this, no other person or company shall be third party beneficiaries to this License Agreement.
238
23914.5 EXPORT RESTRICTIONS. THE SDK IS SUBJECT TO UNITED STATES EXPORT LAWS AND REGULATIONS. YOU MUST COMPLY WITH ALL DOMESTIC AND INTERNATIONAL EXPORT LAWS AND REGULATIONS THAT APPLY TO THE SDK. THESE LAWS INCLUDE RESTRICTIONS ON DESTINATIONS, END USERS AND END USE.
240
24114.6 The rights granted in this License Agreement may not be assigned or transferred by either you or Google without the prior written approval of the other party. Neither you nor Google shall be permitted to delegate their responsibilities or obligations under this License Agreement without the prior written approval of the other party.
242
24314.7 This License Agreement, and your relationship with Google under this License Agreement, shall be governed by the laws of the State of California without regard to its conflict of laws provisions. You and Google agree to submit to the exclusive jurisdiction of the courts located within the county of Santa Clara, California to resolve any legal matter arising from this License Agreement. Notwithstanding this, you agree that Google shall still be allowed to apply for injunctive remedies (or an equivalent type of urgent legal relief) in any jurisdiction.
244
245
246<em>November 13, 2012</em>
Scott Main50e990c2012-06-21 17:14:39 -0700247</div>
248
249
Scott Main6453dfb2012-10-23 14:14:18 -0700250
251
smain@google.com29e13c52014-12-05 09:38:14 -0800252
Scott Main6453dfb2012-10-23 14:14:18 -0700253<div id="next-steps" style="display:none;position:absolute;width:inherit">
Scott Main47950312014-05-29 17:44:09 -0700254 <p>You're just a few steps away from building apps for Android!</p>
Rich Slogarfdeb27f2014-11-03 14:56:06 -0800255 <p>In a moment, you'll be redirected to
256 <a id="next-link" href="{@docRoot}sdk/installing/index.html">Installing the Android SDK</a>.</p>
Scott Main6453dfb2012-10-23 14:14:18 -0700257
258</div><!-- end next-steps -->
259
260
261
262<div id="sdk-terms-form">
263<p>
264<input id="agree" type="checkbox" name="agree" value="1" onclick="onAgreeChecked()" />
265<label id="agreeLabel" for="agree">I have read and agree with the above terms and conditions</label>
266</p>
267<p><a href="" class="button disabled" id="downloadForRealz" onclick="return onDownloadForRealz(this);"></a></p>
268</div>
269
270
Scott Main6453dfb2012-10-23 14:14:18 -0700271</div><!-- end TOS -->
272
273
274
smain@google.comd3c9f2b2014-12-05 16:43:15 -0800275
276
277
smain@google.com29e13c52014-12-05 09:38:14 -0800278<div id="landing">
Scott Main6453dfb2012-10-23 14:14:18 -0700279
280<div class="col-13">&nbsp;</div><!-- provides top margin for content -->
281
smain@google.com29e13c52014-12-05 09:38:14 -0800282<img src="{@docRoot}images/tools/studio-hero.png"
283srcset="{@docRoot}images/tools/studio-hero_2x.png 2x, {@docRoot}images/tools/studio-hero.png 1x"
smain@google.comd3c9f2b2014-12-05 16:43:15 -0800284width="760" height="400" alt="" style="margin-bottom:60px" />
Scott Main6453dfb2012-10-23 14:14:18 -0700285
smain@google.com29e13c52014-12-05 09:38:14 -0800286<div style="color: #fff; width:226px; height:0; overflow:visible; position:absolute; top:40px; left:25px">
Scott Main50e990c2012-06-21 17:14:39 -0700287
smain@google.comd3c9f2b2014-12-05 16:43:15 -0800288<h1 class="studio-logo" style="margin:0 0 35px !important">Android Studio</h1>
289
smain@google.com29e13c52014-12-05 09:38:14 -0800290<p style="font-size: 16px; color:#bbb; position: absolute;left: 297px; top: 5px; display: block;
291width: 400px;text-align: center;">The official Android IDE</p>
Joe Fernandez66e97da2012-12-12 15:06:09 -0800292
smain@google.com29e13c52014-12-05 09:38:14 -0800293<ul style="font-size:12px">
smain@google.comd3c9f2b2014-12-05 16:43:15 -0800294<li>Android Studio IDE</li>
smain@google.com29e13c52014-12-05 09:38:14 -0800295<li>Android SDK tools</li>
296<li>Android 5.0 (Lollipop) Platform</li>
smain@google.comd3c9f2b2014-12-05 16:43:15 -0800297<li>Android 5.0 emulator system image with Google APIs</li>
Scott Main6453dfb2012-10-23 14:14:18 -0700298</ul>
299
smain@google.com78219f02014-06-13 11:39:35 -0700300
smain@google.com29e13c52014-12-05 09:38:14 -0800301<a class="online landing-button green download-bundle-button" style="margin-top:30px;"
302href="#Other" >Download Android Studio</a>
Scott Main6453dfb2012-10-23 14:14:18 -0700303
Scott Main50e990c2012-06-21 17:14:39 -0700304<!-- this appears when viewing the offline docs -->
305<p class="offline">
smain@google.com29e13c52014-12-05 09:38:14 -0800306To get Android Studio or stand-alone SDK tools, visit <a
307href="http://developer.android.com/sdk/index.html">developer.android.com/sdk/</a>
Scott Main50e990c2012-06-21 17:14:39 -0700308</p>
309
smain@google.comd3c9f2b2014-12-05 16:43:15 -0800310<ul style="margin-top:50px;color:#444">
smain@google.com29e13c52014-12-05 09:38:14 -0800311 <li><a href="#Requirements">System Requirements</a></li>
smain@google.comd0c79c42014-12-05 20:29:42 -0800312 <li><a href="#Other">Other Download Options</a></li>
smain@google.comc07d57d2014-12-05 20:29:42 -0800313 <li><a href="{@docRoot}sdk/installing/migrate.html">Migrating to Android Studio</a></li>
smain@google.com29e13c52014-12-05 09:38:14 -0800314</ul>
Scott Main50e990c2012-06-21 17:14:39 -0700315
Rich Slogarfdeb27f2014-11-03 14:56:06 -0800316</div>
317
Rich Slogarfdeb27f2014-11-03 14:56:06 -0800318
smain@google.comd3c9f2b2014-12-05 16:43:15 -0800319
320
321<h2 class="feature norule" >Intelligent code editor</h2>
322
323<div class="col-9" style="margin:0 20px 0 0">
324 <img src="{@docRoot}images/tools/studio-hero-code.png"
325srcset="{@docRoot}images/tools/studio-hero-code_2x.png 2x, {@docRoot}images/tools/studio-hero-code.png 1x" width="520" />
326</div><!-- end col-9 (left column) -->
327
328<div class="col-4 feature-blurb">
329 <p>At the core of Android Studio is an intelligent code editor capable of advanced
330 code completion, refactoring, and code analysis.</p>
331 <p>The powerful code editor helps you be a more productive Android app developer.</p>
332</div>
333
334
335
336
smain@google.com048eeb02014-12-07 22:38:33 -0800337
338<h2 class="feature norule">Code templates and GitHub integration</h2>
smain@google.com29e13c52014-12-05 09:38:14 -0800339
340<div class="col-9" style="margin:0 20px 0 0">
smain@google.com048eeb02014-12-07 22:38:33 -0800341 <img src="{@docRoot}images/tools/studio-hero-import.png"
342srcset="{@docRoot}images/tools/studio-hero-import_2x.png 2x, {@docRoot}images/tools/studio-hero-import.png 1x" width="520" />
smain@google.com29e13c52014-12-05 09:38:14 -0800343</div><!-- end col-9 (left column) -->
344
345<div class="col-4 feature-blurb">
smain@google.com048eeb02014-12-07 22:38:33 -0800346 <p>New project wizards make it easier than ever to start a new project.</p>
347
348 <p>Start projects using template code for patterns such as navigation drawer and view pagers,
349 and even import Google code samples from GitHub.</p>
smain@google.com29e13c52014-12-05 09:38:14 -0800350</div>
Scott Main50e990c2012-06-21 17:14:39 -0700351
352
smain@google.comd3c9f2b2014-12-05 16:43:15 -0800353
354
355<h2 class="feature norule">Multi-screen app development</h2>
Scott Main50e990c2012-06-21 17:14:39 -0700356
smain@google.com29e13c52014-12-05 09:38:14 -0800357<div class="col-9" style="margin:0 20px 0 0">
358 <img src="{@docRoot}images/tools/studio-hero-screens.png"
359srcset="{@docRoot}images/tools/studio-hero-screens_2x.png 2x, {@docRoot}images/tools/studio-hero-screens.png 1x" width="520" />
360</div><!-- end col-9 (left column) -->
Rich Slogarfdeb27f2014-11-03 14:56:06 -0800361
smain@google.com29e13c52014-12-05 09:38:14 -0800362<div class="col-4 feature-blurb">
363 <p>Build apps for Android phones, tablets, Android Wear,
364 Android TV, Android Auto and Google Glass.</p>
365 <p>With the new Android Project View and module support in Android Studio, it's easier
366 to manage app projects and resources.
367</div>
368
369
smain@google.comd3c9f2b2014-12-05 16:43:15 -0800370
371
372<h2 class="feature norule">Virtual devices for all shapes and sizes</h2>
smain@google.com29e13c52014-12-05 09:38:14 -0800373
374<div class="col-9" style="margin:0 20px 0 0">
375 <img src="{@docRoot}images/tools/studio-hero-avds.png"
376srcset="{@docRoot}images/tools/studio-hero-avds_2x.png 2x, {@docRoot}images/tools/studio-hero-avds.png 1x" width="520" />
377</div><!-- end col-9 (left column) -->
378
379<div class="col-4 feature-blurb">
380 <p>Android Studio comes pre-configured with an optimized emulator image.</p>
381 <p>The updated and streamlined Virtual Device Manager provides
382 pre-defined device profiles for common Android devices.</p>
383</div>
smain@google.com78219f02014-06-13 11:39:35 -0700384
385
Scott Main50e990c2012-06-21 17:14:39 -0700386
smain@google.comd3c9f2b2014-12-05 16:43:15 -0800387
smain@google.com048eeb02014-12-07 22:38:33 -0800388<h2 class="feature norule">
389Android builds evolved, with Gradle</h2>
Scott Main441e8b92013-04-19 17:42:08 -0700390
smain@google.com29e13c52014-12-05 09:38:14 -0800391<div class="col-9" style="margin:0 20px 0 0">
smain@google.com048eeb02014-12-07 22:38:33 -0800392 <img src="{@docRoot}images/tools/studio-hero-gradle.png"
393srcset="{@docRoot}images/tools/studio-hero-gradle_2x.png 2x, {@docRoot}images/tools/studio-hero-gradle.png 1x" width="520" />
smain@google.com29e13c52014-12-05 09:38:14 -0800394</div><!-- end col-9 (left column) -->
Scott Main6453dfb2012-10-23 14:14:18 -0700395
smain@google.com29e13c52014-12-05 09:38:14 -0800396<div class="col-4 feature-blurb">
smain@google.com048eeb02014-12-07 22:38:33 -0800397 <p>Create multiple APKs for your Android app with different features using the same project.</p>
398 <p>Manage app dependencies with Maven.</p>
399 <p>Build APKs from Android Studio or the command line.</p>
Scott Main6453dfb2012-10-23 14:14:18 -0700400</div>
401
402
403
404
smain@google.com29e13c52014-12-05 09:38:14 -0800405<h2 class="feature norule">More about Android Studio</h2>
406<div style="background:#424242;padding:30px; color:#fff;margin:0 0 15px;">
Scott Main6453dfb2012-10-23 14:14:18 -0700407
smain@google.com29e13c52014-12-05 09:38:14 -0800408<a class="online landing-button green download-bundle-button"
409style="margin:0 0 40px 60px;float:right"
410href="" >Download Android Studio</a>
411
412 <ul>
smain@google.comd3c9f2b2014-12-05 16:43:15 -0800413 <li>Built on IntelliJ IDEA Community Edition, the popular Java IDE by JetBrains.</li>
smain@google.com29e13c52014-12-05 09:38:14 -0800414 <li>Flexible Gradle-based build system.</li>
415 <li>Build variants and multiple APK generation.</li>
416 <li>Expanded template support for Google Services and various device types.</li>
417 <li>Rich layout editor with support for theme editing.</li>
418 <li>Lint tools to catch performance, usability, version compatibility, and other problems.</li>
419 <li>ProGuard and app-signing capabilities.</li>
420 <li>Built-in support for Google Cloud Platform, making it easy to integrate Google Cloud Messaging and App Engine.</li>
421 </ul>
422
423<p style="margin:0">
424For more details about features available in Android Studio,
425read the guide to <a href="{@docRoot}tools/studio/index.html"
426 >Android Studio Basics</a>.</p>
427</div>
428
429
430<p>If you've been using Eclipse with ADT, be aware that the ADT plugin is no longer in active
431development, so you should migrate to Android Studio as soon as possible. For help moving projects,
432see <a href="{@docRoot}sdk/installing/migrate.html">Migrating to Android
433Studio</a>.</p>
434
435
436
437
438
439
440
441<h2 id="Requirements">System Requirements</h2>
442
443<h3>Windows</h3>
444
Scott Main50e990c2012-06-21 17:14:39 -0700445<ul>
smain@google.com29e13c52014-12-05 09:38:14 -0800446<li>Microsoft&reg; Windows&reg; 8/7/Vista/2003 (32 or 64-bit)</li>
447<li>2 GB RAM minimum, 4 GB RAM recommended</li>
448<li>400 MB hard disk space + at least 1 G for Android SDK, emulator system images, and caches</li>
449<li>1280 x 800 minimum screen resolution</li>
450<li>Java Development Kit (JDK) 7 </li>
451<li>Optional for accelerated emulator: Intel® processor with support for Intel® VT-x, Intel® EM64T
452(Intel® 64), and Execute Disable (XD) Bit functionality</li>
Rich Slogarfdeb27f2014-11-03 14:56:06 -0800453</ul>
454
smain@google.com29e13c52014-12-05 09:38:14 -0800455
456<h3>Mac OS X</h3>
457
Rich Slogarfdeb27f2014-11-03 14:56:06 -0800458<ul>
smain@google.com29e13c52014-12-05 09:38:14 -0800459<li>Mac&reg; OS X&reg; 10.8.5 or higher, up to 10.9 (Mavericks)</li>
460<li>2 GB RAM minimum, 4 GB RAM recommended</li>
461<li>400 MB hard disk space</li>
462<li>At least 1 GB for Android SDK, emulator system images, and caches</li>
463<li>1280 x 800 minimum screen resolution</li>
464<li>Java Runtime Environment (JRE) 6</li>
465<li>Java Development Kit (JDK) 7</li>
466<li>Optional for accelerated emulator: Intel® processor with support for Intel® VT-x, Intel® EM64T
467(Intel® 64), and Execute Disable (XD) Bit functionality</li>
Rich Slogarfdeb27f2014-11-03 14:56:06 -0800468</ul>
smain@google.com29e13c52014-12-05 09:38:14 -0800469
470<p>On Mac OS, run Android Studio with Java Runtime Environment (JRE) 6 for optimized font
471rendering. You can then configure your project to use Java Development Kit (JDK) 6 or JDK 7.</p>
Scott Main50e990c2012-06-21 17:14:39 -0700472
Vince Harron1c9cff22014-10-15 10:57:19 -0700473
Scott Main50e990c2012-06-21 17:14:39 -0700474
smain@google.com29e13c52014-12-05 09:38:14 -0800475<h3>Linux</h3>
Scott Main50e990c2012-06-21 17:14:39 -0700476
smain@google.com29e13c52014-12-05 09:38:14 -0800477<ul>
478<li>GNOME or KDE desktop</li>
479<li>GNU C Library (glibc) 2.11 or later</li>
480<li>2 GB RAM minimum, 4 GB RAM recommended</li>
481<li>400 MB hard disk space</li>
482<li>At least 1 GB for Android SDK, emulator system images, and caches</li>
483<li>1280 x 800 minimum screen resolution</li>
484<li>Oracle&reg; Java Development Kit (JDK) 7 </li>
485</ul>
486<p>Tested on Ubuntu&reg; 12.04, Precise Pangolin (64-bit distribution capable of running
48732-bit applications.</p>
488
489
490
491
smain@google.comd3c9f2b2014-12-05 16:43:15 -0800492<h2 id="Other" style="clear:left">Other Download Options</h2>
smain@google.com29e13c52014-12-05 09:38:14 -0800493
494<!-- alternative SDK options follows -->