blob: d3fcf480c2a945880bb300c0aa592bc26589f07d [file] [log] [blame]
smain@google.comcf18fa62014-12-09 16:39:47 -08001page.title=Download Android Studio and SDK Tools
smain@google.com68e68192014-12-15 10:00:59 -08002page.tags=sdk, android studio
Dirk Doughertydf9fa4c2012-11-29 13:09:21 -08003page.template=sdk
Dirk Dougherty6c1c2632015-05-02 16:31:11 -07004page.image=images/cards/android-studio_2x.png
Scott Main50e990c2012-06-21 17:14:39 -07005header.hide=1
smain@google.comcf18fa62014-12-09 16:39:47 -08006page.metaDescription=Download the official Android IDE and developer tools to build apps for Android phones, tablets, wearables, TVs, and more.
Scott Mainefd83af2009-10-14 09:11:41 -07007
Rich Slogarc395bd22015-04-30 10:25:56 -07008studio.version=1.2.0.12
Scott Main49ba8eb2012-11-15 14:56:52 -08009
Rich Slogare4dc5092015-04-03 15:44:12 -070010studio.linux_bundle_download=android-studio-ide-141.1890965-linux.zip
11studio.linux_bundle_bytes=259139652
12studio.linux_bundle_checksum=72149f65911ca18d8f0d360e6b7a1e2dc57e9935
Rich Slogarfdeb27f2014-11-03 14:56:06 -080013
Rich Slogare4dc5092015-04-03 15:44:12 -070014studio.mac_bundle_download=android-studio-ide-141.1890965-mac.dmg
15studio.mac_bundle_bytes=260877150
16studio.mac_bundle_checksum=06fe5a2d9ab6c99bf42fb2014e519a073fc7e90d
Rich Slogarfdeb27f2014-11-03 14:56:06 -080017
Rich Slogare4dc5092015-04-03 15:44:12 -070018studio.win_bundle_download=android-studio-ide-141.1890965-windows.zip
19studio.win_bundle_bytes=261548058
20studio.win_bundle_checksum=29416e54ad074881a1e668e61e3d0c2316108dbe
smain@google.com048eeb02014-12-07 22:38:33 -080021
smain@google.com048eeb02014-12-07 22:38:33 -080022
Rich Slogare4dc5092015-04-03 15:44:12 -070023studio.win_bundle_exe_download=android-studio-bundle-141.1890965-windows.exe
24studio.win_bundle_exe_bytes=928285584
25studio.win_bundle_exe_checksum=47be67749409f0d710c05b9a8f22d9191c47a9d0
26
27studio.win_notools_exe_download=android-studio-ide-141.1890965-windows.exe
28studio.win_notools_exe_bytes=243621072
29studio.win_notools_exe_checksum=760d45212bea42f52adb1cbeab2390156d49c74d
30
Scott Main06cf15e2010-10-28 00:02:31 -070031
Scott Main6453dfb2012-10-23 14:14:18 -070032
33
Rich Slogare7bfe5b2015-05-01 10:42:45 -070034sdk.linux_download=android-sdk_r24.2-linux.tgz
35sdk.linux_bytes=168119905
36sdk.linux_checksum=1a29f9827ef395a96db629209b0e38d5e2dd8089
Scott Main6453dfb2012-10-23 14:14:18 -070037
Rich Slogare7bfe5b2015-05-01 10:42:45 -070038sdk.mac_download=android-sdk_r24.2-macosx.zip
39sdk.mac_bytes=88949635
40sdk.mac_checksum=256c9bf642f56242d963c090d147de7402733451
Scott Main6453dfb2012-10-23 14:14:18 -070041
Rich Slogare7bfe5b2015-05-01 10:42:45 -070042sdk.win_download=android-sdk_r24.2-windows.zip
43sdk.win_bytes=155944165
44sdk.win_checksum=2611ed9a6080f4838f1d4e55172801714a8a169b
Scott Main6453dfb2012-10-23 14:14:18 -070045
Rich Slogare7bfe5b2015-05-01 10:42:45 -070046sdk.win_installer=installer_r24.2-windows.exe
47sdk.win_installer_bytes=107849819
48sdk.win_installer_checksum=e764ea93aa72766737f9be3b9fb3e42d879ab599
Rich Slogar6b8756c2014-12-12 14:59:34 -080049
Scott Main6453dfb2012-10-23 14:14:18 -070050
51
52
53
Robert Ly37f43102011-10-26 15:11:30 -070054
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080055@jd:body
56
Scott Mainc0324b82011-05-27 09:53:27 -070057<style type="text/css">
Scott Main6453dfb2012-10-23 14:14:18 -070058 .offline {display:none;}
smain@google.com29e13c52014-12-05 09:38:14 -080059 a.download-bundle-button {display:block;}
60 h2.feature {
61 padding-top:30px;
62 margin-top:0;
63 clear:both;
64 }
65 .feature-blurb {
66 margin:0px; font-size:16px; font-weight:300;
Dirk Dougherty6c1c2632015-05-02 16:31:11 -070067 padding-top:40px;
smain@google.com29e13c52014-12-05 09:38:14 -080068 }
69
70 .landing-button.green {
71 font-size:16px;
72 background-color:#90c653;
73 padding:8px 10px 10px;
74 margin:0;
75 width:206px;
76 text-align:center;
77 }
78
79 .landing-button.green:hover {
80 background-color:#85b84f;
81 }
82
83 .landing-button .small {
84 font-size: 12px;
85 font-weight: normal;
86 line-height: 12px;
87 display: block;
88 }
89
90 h1.studio-logo {
91 width:226px;
92 height:78px;
93 display:block;
94 padding:0;
95 white-space: nowrap;
smain@google.com58bd0272014-12-17 09:50:26 -080096 text-indent: -10000px;
smain@google.com29e13c52014-12-05 09:38:14 -080097 font-size:0px;
98 background: url(../images/tools/studio-logo.png);
99 background-image: -webkit-image-set(url(../images/tools/studio-logo.png) 1x, url(../images/tools/studio-logo_2x.png) 2x);
100 background-size: 226px 78px;
101 }
102
Scott Mainc0324b82011-05-27 09:53:27 -0700103</style>
Robert Ly6c81c302011-10-05 12:59:29 -0700104
Scott Main50e990c2012-06-21 17:14:39 -0700105
Scott Main226fe972012-11-14 14:13:21 -0800106
107
smain@google.com29e13c52014-12-05 09:38:14 -0800108
109<div style="position:relative;">
Scott Main50e990c2012-06-21 17:14:39 -0700110
Scott Main6453dfb2012-10-23 14:14:18 -0700111
smain@google.com29e13c52014-12-05 09:38:14 -0800112<div class="wrap" id="tos" style="display:none;width:inherit;height:650px">
Scott Main6453dfb2012-10-23 14:14:18 -0700113<div class="col-13" style="margin:0;">&nbsp;</div><!-- provides top margin for content -->
114
smain@google.com29e13c52014-12-05 09:38:14 -0800115<h1 id="tos-header" style="margin-top:0">Download</h1>
Scott Main6453dfb2012-10-23 14:14:18 -0700116
smain@google.com29e13c52014-12-05 09:38:14 -0800117<p class="sdk-terms-intro">Before installing Android Studio or the standalone SDK tools,
118you must agree to the following terms and conditions.</p>
Scott Main6453dfb2012-10-23 14:14:18 -0700119
120<div class="sdk-terms" onfocus="this.blur()">
121<h2 class="norule">Terms and Conditions</h2>
122This is the Android Software Development Kit License Agreement
123
124<h3>1. Introduction</h3>
1251.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.
126
Joe Fernandeza3b33c02013-05-22 22:19:29 -07001271.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 -0700128
1291.3 "Google" means Google Inc., a Delaware corporation with principal place of business at 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States.
130
131
132<h3>2. Accepting this License Agreement</h3>
1332.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.
134
1352.2 By clicking to accept, you hereby agree to the terms of this License Agreement.
136
1372.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.
138
1392.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.
140
141
142<h3>3. SDK License from Google</h3>
1433.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.
144
1453.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.
146
1473.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.
148
1493.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.
150
1513.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.
152
1533.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.
154
1553.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.
156
1573.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.
158
159
160<h3>4. Use of the SDK by You</h3>
1614.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.
162
1634.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).
164
1654.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.
166
1674.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.
168
1694.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.
170
1714.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.
172
173
174<h3>5. Your Developer Credentials</h3>
1755.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.
176
177
178<h3>6. Privacy and Information</h3>
1796.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.
180
1816.2 The data collected is examined in the aggregate to improve the SDK and is maintained in accordance with Google's Privacy Policy.
182
183
184<h3>7. Third Party Applications</h3>
1857.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.
186
1877.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.
188
1897.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.
190
191
192<h3>8. Using Android APIs</h3>
1938.1 Google Data APIs
194
1958.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.
196
1978.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.
198
199
200<h3>9. Terminating this License Agreement</h3>
2019.1 This License Agreement will continue to apply until terminated by either you or Google as set out below.
202
2039.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.
204
2059.3 Google may at any time, terminate this License Agreement with you if:
206(A) you have breached any provision of this License Agreement; or
207(B) Google is required to do so by law; or
208(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
209(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.
210
2119.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.
212
213
214<h3>10. DISCLAIMER OF WARRANTIES</h3>
21510.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.
216
21710.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.
218
21910.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.
220
221
222<h3>11. LIMITATION OF LIABILITY</h3>
22311.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.
224
225
226<h3>12. Indemnification</h3>
22712.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.
228
229
230<h3>13. Changes to the License Agreement</h3>
23113.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.
232
233
234<h3>14. General Legal Terms</h3>
23514.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.
236
23714.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.
238
23914.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.
240
24114.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.
242
24314.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.
244
24514.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.
246
24714.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.
248
249
250<em>November 13, 2012</em>
Scott Main50e990c2012-06-21 17:14:39 -0700251</div>
252
253
Scott Main6453dfb2012-10-23 14:14:18 -0700254
255
smain@google.com29e13c52014-12-05 09:38:14 -0800256
Scott Main6453dfb2012-10-23 14:14:18 -0700257<div id="next-steps" style="display:none;position:absolute;width:inherit">
Scott Main47950312014-05-29 17:44:09 -0700258 <p>You're just a few steps away from building apps for Android!</p>
Rich Slogarfdeb27f2014-11-03 14:56:06 -0800259 <p>In a moment, you'll be redirected to
260 <a id="next-link" href="{@docRoot}sdk/installing/index.html">Installing the Android SDK</a>.</p>
Scott Main6453dfb2012-10-23 14:14:18 -0700261
262</div><!-- end next-steps -->
263
264
265
266<div id="sdk-terms-form">
267<p>
268<input id="agree" type="checkbox" name="agree" value="1" onclick="onAgreeChecked()" />
269<label id="agreeLabel" for="agree">I have read and agree with the above terms and conditions</label>
270</p>
271<p><a href="" class="button disabled" id="downloadForRealz" onclick="return onDownloadForRealz(this);"></a></p>
272</div>
273
274
Scott Main6453dfb2012-10-23 14:14:18 -0700275</div><!-- end TOS -->
276
277
278
smain@google.comd3c9f2b2014-12-05 16:43:15 -0800279
280
281
smain@google.com29e13c52014-12-05 09:38:14 -0800282<div id="landing">
Scott Main6453dfb2012-10-23 14:14:18 -0700283
284<div class="col-13">&nbsp;</div><!-- provides top margin for content -->
285
smain@google.com29e13c52014-12-05 09:38:14 -0800286<img src="{@docRoot}images/tools/studio-hero.png"
287srcset="{@docRoot}images/tools/studio-hero_2x.png 2x, {@docRoot}images/tools/studio-hero.png 1x"
Dirk Dougherty6c1c2632015-05-02 16:31:11 -0700288width="760" height="400" alt="" style="margin-bottom:100px" />
Scott Main6453dfb2012-10-23 14:14:18 -0700289
smain@google.com29e13c52014-12-05 09:38:14 -0800290<div style="color: #fff; width:226px; height:0; overflow:visible; position:absolute; top:40px; left:25px">
Scott Main50e990c2012-06-21 17:14:39 -0700291
smain@google.comd3c9f2b2014-12-05 16:43:15 -0800292<h1 class="studio-logo" style="margin:0 0 35px !important">Android Studio</h1>
293
smain@google.com29e13c52014-12-05 09:38:14 -0800294<p style="font-size: 16px; color:#bbb; position: absolute;left: 297px; top: 5px; display: block;
295width: 400px;text-align: center;">The official Android IDE</p>
Joe Fernandez66e97da2012-12-12 15:06:09 -0800296
Dirk Dougherty6c1c2632015-05-02 16:31:11 -0700297<ul style="font-size:12px;line-height:19px;">
smain@google.comd3c9f2b2014-12-05 16:43:15 -0800298<li>Android Studio IDE</li>
smain@google.com29e13c52014-12-05 09:38:14 -0800299<li>Android SDK tools</li>
300<li>Android 5.0 (Lollipop) Platform</li>
smain@google.comd3c9f2b2014-12-05 16:43:15 -0800301<li>Android 5.0 emulator system image with Google APIs</li>
Scott Main6453dfb2012-10-23 14:14:18 -0700302</ul>
303
smain@google.com78219f02014-06-13 11:39:35 -0700304
smain@google.com29e13c52014-12-05 09:38:14 -0800305<a class="online landing-button green download-bundle-button" style="margin-top:30px;"
306href="#Other" >Download Android Studio</a>
Scott Main6453dfb2012-10-23 14:14:18 -0700307
Scott Main50e990c2012-06-21 17:14:39 -0700308<!-- this appears when viewing the offline docs -->
309<p class="offline">
smain@google.com29e13c52014-12-05 09:38:14 -0800310To get Android Studio or stand-alone SDK tools, visit <a
311href="http://developer.android.com/sdk/index.html">developer.android.com/sdk/</a>
Scott Main50e990c2012-06-21 17:14:39 -0700312</p>
313
smain@google.comd3c9f2b2014-12-05 16:43:15 -0800314<ul style="margin-top:50px;color:#444">
smain@google.com29e13c52014-12-05 09:38:14 -0800315 <li><a href="#Requirements">System Requirements</a></li>
smain@google.comd0c79c42014-12-05 20:29:42 -0800316 <li><a href="#Other">Other Download Options</a></li>
smain@google.comc07d57d2014-12-05 20:29:42 -0800317 <li><a href="{@docRoot}sdk/installing/migrate.html">Migrating to Android Studio</a></li>
smain@google.comd48168b2014-12-08 09:31:01 -0800318 <li><a href="https://docs.google.com/a/google.com/forms/d/1mjsyfzv3HAnDY-_Kfj-3QJKdpuksyMFs9e73CRwmT6Q/viewform"
319target="_blank">Take a Survey</a></li>
smain@google.com29e13c52014-12-05 09:38:14 -0800320</ul>
Scott Main50e990c2012-06-21 17:14:39 -0700321
Rich Slogarfdeb27f2014-11-03 14:56:06 -0800322</div>
323
Rich Slogarfdeb27f2014-11-03 14:56:06 -0800324
smain@google.comd3c9f2b2014-12-05 16:43:15 -0800325
Dirk Dougherty6c1c2632015-05-02 16:31:11 -0700326<div class="cols">
327<h2 class="feature norule col-13">Intelligent code editor</h2>
smain@google.comd3c9f2b2014-12-05 16:43:15 -0800328
Dirk Dougherty6c1c2632015-05-02 16:31:11 -0700329<div class="col-9">
smain@google.comd3c9f2b2014-12-05 16:43:15 -0800330 <img src="{@docRoot}images/tools/studio-hero-code.png"
331srcset="{@docRoot}images/tools/studio-hero-code_2x.png 2x, {@docRoot}images/tools/studio-hero-code.png 1x" width="520" />
332</div><!-- end col-9 (left column) -->
333
334<div class="col-4 feature-blurb">
335 <p>At the core of Android Studio is an intelligent code editor capable of advanced
336 code completion, refactoring, and code analysis.</p>
337 <p>The powerful code editor helps you be a more productive Android app developer.</p>
338</div>
339
340
341
342
smain@google.com048eeb02014-12-07 22:38:33 -0800343
Dirk Dougherty6c1c2632015-05-02 16:31:11 -0700344<h2 class="feature norule col-13">Code templates and GitHub integration</h2>
smain@google.com29e13c52014-12-05 09:38:14 -0800345
Dirk Dougherty6c1c2632015-05-02 16:31:11 -0700346<div class="col-9">
smain@google.com048eeb02014-12-07 22:38:33 -0800347 <img src="{@docRoot}images/tools/studio-hero-import.png"
348srcset="{@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 -0800349</div><!-- end col-9 (left column) -->
350
351<div class="col-4 feature-blurb">
smain@google.com048eeb02014-12-07 22:38:33 -0800352 <p>New project wizards make it easier than ever to start a new project.</p>
353
354 <p>Start projects using template code for patterns such as navigation drawer and view pagers,
355 and even import Google code samples from GitHub.</p>
smain@google.com29e13c52014-12-05 09:38:14 -0800356</div>
Scott Main50e990c2012-06-21 17:14:39 -0700357
358
smain@google.comd3c9f2b2014-12-05 16:43:15 -0800359
360
Dirk Dougherty6c1c2632015-05-02 16:31:11 -0700361<h2 class="feature norule col-13">Multi-screen app development</h2>
Scott Main50e990c2012-06-21 17:14:39 -0700362
Dirk Dougherty6c1c2632015-05-02 16:31:11 -0700363<div class="col-9">
smain@google.com29e13c52014-12-05 09:38:14 -0800364 <img src="{@docRoot}images/tools/studio-hero-screens.png"
365srcset="{@docRoot}images/tools/studio-hero-screens_2x.png 2x, {@docRoot}images/tools/studio-hero-screens.png 1x" width="520" />
366</div><!-- end col-9 (left column) -->
Rich Slogarfdeb27f2014-11-03 14:56:06 -0800367
smain@google.com29e13c52014-12-05 09:38:14 -0800368<div class="col-4 feature-blurb">
369 <p>Build apps for Android phones, tablets, Android Wear,
370 Android TV, Android Auto and Google Glass.</p>
371 <p>With the new Android Project View and module support in Android Studio, it's easier
372 to manage app projects and resources.
373</div>
374
375
smain@google.comd3c9f2b2014-12-05 16:43:15 -0800376
377
Dirk Dougherty6c1c2632015-05-02 16:31:11 -0700378<h2 class="feature norule col-13">Virtual devices for all shapes and sizes</h2>
smain@google.com29e13c52014-12-05 09:38:14 -0800379
Dirk Dougherty6c1c2632015-05-02 16:31:11 -0700380<div class="col-9">
smain@google.com29e13c52014-12-05 09:38:14 -0800381 <img src="{@docRoot}images/tools/studio-hero-avds.png"
382srcset="{@docRoot}images/tools/studio-hero-avds_2x.png 2x, {@docRoot}images/tools/studio-hero-avds.png 1x" width="520" />
383</div><!-- end col-9 (left column) -->
384
385<div class="col-4 feature-blurb">
386 <p>Android Studio comes pre-configured with an optimized emulator image.</p>
387 <p>The updated and streamlined Virtual Device Manager provides
388 pre-defined device profiles for common Android devices.</p>
389</div>
smain@google.com78219f02014-06-13 11:39:35 -0700390
391
Scott Main50e990c2012-06-21 17:14:39 -0700392
smain@google.comd3c9f2b2014-12-05 16:43:15 -0800393
Dirk Dougherty6c1c2632015-05-02 16:31:11 -0700394<h2 class="feature norule col-13">
smain@google.com048eeb02014-12-07 22:38:33 -0800395Android builds evolved, with Gradle</h2>
Scott Main441e8b92013-04-19 17:42:08 -0700396
Dirk Dougherty6c1c2632015-05-02 16:31:11 -0700397<div class="col-9">
smain@google.com048eeb02014-12-07 22:38:33 -0800398 <img src="{@docRoot}images/tools/studio-hero-gradle.png"
399srcset="{@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 -0800400</div><!-- end col-9 (left column) -->
Scott Main6453dfb2012-10-23 14:14:18 -0700401
smain@google.com29e13c52014-12-05 09:38:14 -0800402<div class="col-4 feature-blurb">
smain@google.com048eeb02014-12-07 22:38:33 -0800403 <p>Create multiple APKs for your Android app with different features using the same project.</p>
404 <p>Manage app dependencies with Maven.</p>
405 <p>Build APKs from Android Studio or the command line.</p>
Scott Main6453dfb2012-10-23 14:14:18 -0700406</div>
407
408
409
410
smain@google.com29e13c52014-12-05 09:38:14 -0800411<h2 class="feature norule">More about Android Studio</h2>
412<div style="background:#424242;padding:30px; color:#fff;margin:0 0 15px;">
Scott Main6453dfb2012-10-23 14:14:18 -0700413
smain@google.com29e13c52014-12-05 09:38:14 -0800414<a class="online landing-button green download-bundle-button"
415style="margin:0 0 40px 60px;float:right"
416href="" >Download Android Studio</a>
417
418 <ul>
smain@google.comd3c9f2b2014-12-05 16:43:15 -0800419 <li>Built on IntelliJ IDEA Community Edition, the popular Java IDE by JetBrains.</li>
smain@google.com29e13c52014-12-05 09:38:14 -0800420 <li>Flexible Gradle-based build system.</li>
421 <li>Build variants and multiple APK generation.</li>
422 <li>Expanded template support for Google Services and various device types.</li>
423 <li>Rich layout editor with support for theme editing.</li>
424 <li>Lint tools to catch performance, usability, version compatibility, and other problems.</li>
425 <li>ProGuard and app-signing capabilities.</li>
Rich Slogar15a11662015-01-02 17:45:16 -0800426 <li>Built-in support for Google Cloud Platform, making it easy to integrate Google Cloud
427 Messaging and App Engine.</li>
smain@google.com29e13c52014-12-05 09:38:14 -0800428 </ul>
429
430<p style="margin:0">
431For more details about features available in Android Studio,
Rich Slogare4dc5092015-04-03 15:44:12 -0700432read the overview at <a href="{@docRoot}tools/studio/index.html">Android Studio</a>.</p>
smain@google.com29e13c52014-12-05 09:38:14 -0800433</div>
434
435
Joe Fernandezf4814b82014-12-08 12:52:32 -0800436<p>If you have been using Eclipse with ADT, be aware that Android Studio is now the official IDE
smain@google.com2023bec2014-12-08 19:18:27 -0800437for Android, so you should migrate to Android Studio to receive all the
Joe Fernandezf4814b82014-12-08 12:52:32 -0800438latest IDE updates. For help moving projects,
smain@google.com29e13c52014-12-05 09:38:14 -0800439see <a href="{@docRoot}sdk/installing/migrate.html">Migrating to Android
440Studio</a>.</p>
441
442
443
444
445
446
447
448<h2 id="Requirements">System Requirements</h2>
449
450<h3>Windows</h3>
451
Scott Main50e990c2012-06-21 17:14:39 -0700452<ul>
smain@google.com29e13c52014-12-05 09:38:14 -0800453<li>Microsoft&reg; Windows&reg; 8/7/Vista/2003 (32 or 64-bit)</li>
454<li>2 GB RAM minimum, 4 GB RAM recommended</li>
Rich Slogar15a11662015-01-02 17:45:16 -0800455<li>400 MB hard disk space</li>
456<li>At least 1 GB for Android SDK, emulator system images, and caches</li>
smain@google.com29e13c52014-12-05 09:38:14 -0800457<li>1280 x 800 minimum screen resolution</li>
458<li>Java Development Kit (JDK) 7 </li>
459<li>Optional for accelerated emulator: Intel® processor with support for Intel® VT-x, Intel® EM64T
460(Intel® 64), and Execute Disable (XD) Bit functionality</li>
Rich Slogarfdeb27f2014-11-03 14:56:06 -0800461</ul>
462
smain@google.com29e13c52014-12-05 09:38:14 -0800463
464<h3>Mac OS X</h3>
465
Rich Slogarfdeb27f2014-11-03 14:56:06 -0800466<ul>
smain@google.com29e13c52014-12-05 09:38:14 -0800467<li>Mac&reg; OS X&reg; 10.8.5 or higher, up to 10.9 (Mavericks)</li>
468<li>2 GB RAM minimum, 4 GB RAM recommended</li>
469<li>400 MB hard disk space</li>
470<li>At least 1 GB for Android SDK, emulator system images, and caches</li>
471<li>1280 x 800 minimum screen resolution</li>
472<li>Java Runtime Environment (JRE) 6</li>
473<li>Java Development Kit (JDK) 7</li>
474<li>Optional for accelerated emulator: Intel® processor with support for Intel® VT-x, Intel® EM64T
475(Intel® 64), and Execute Disable (XD) Bit functionality</li>
Rich Slogarfdeb27f2014-11-03 14:56:06 -0800476</ul>
smain@google.com29e13c52014-12-05 09:38:14 -0800477
478<p>On Mac OS, run Android Studio with Java Runtime Environment (JRE) 6 for optimized font
479rendering. You can then configure your project to use Java Development Kit (JDK) 6 or JDK 7.</p>
Scott Main50e990c2012-06-21 17:14:39 -0700480
Vince Harron1c9cff22014-10-15 10:57:19 -0700481
Scott Main50e990c2012-06-21 17:14:39 -0700482
smain@google.com29e13c52014-12-05 09:38:14 -0800483<h3>Linux</h3>
Scott Main50e990c2012-06-21 17:14:39 -0700484
smain@google.com29e13c52014-12-05 09:38:14 -0800485<ul>
486<li>GNOME or KDE desktop</li>
Rich Slogard7ffcad2015-01-21 15:34:54 -0800487<li>GNU C Library (glibc) 2.15 or later</li>
smain@google.com29e13c52014-12-05 09:38:14 -0800488<li>2 GB RAM minimum, 4 GB RAM recommended</li>
489<li>400 MB hard disk space</li>
490<li>At least 1 GB for Android SDK, emulator system images, and caches</li>
491<li>1280 x 800 minimum screen resolution</li>
492<li>Oracle&reg; Java Development Kit (JDK) 7 </li>
493</ul>
Rich Slogard7ffcad2015-01-21 15:34:54 -0800494<p>Tested on Ubuntu&reg; 14.04, Trusty Tahr (64-bit distribution capable of running
Rich Slogar626128b2015-01-05 16:23:55 -080049532-bit applications).</p>
smain@google.com29e13c52014-12-05 09:38:14 -0800496
497
498
499
smain@google.comd3c9f2b2014-12-05 16:43:15 -0800500<h2 id="Other" style="clear:left">Other Download Options</h2>
smain@google.com29e13c52014-12-05 09:38:14 -0800501
502<!-- alternative SDK options follows -->