blob: cc1796e9f3e9e741b438d6ee9cf349c6f6c6fed9 [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
Scott Main50e990c2012-06-21 17:14:39 -07004header.hide=1
smain@google.comcf18fa62014-12-09 16:39:47 -08005page.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 -07006
Rich Slogar2d488eb2015-05-11 16:54:55 -07007studio.version=1.2.1.1
Scott Main49ba8eb2012-11-15 14:56:52 -08008
Rich Slogar2d488eb2015-05-11 16:54:55 -07009studio.linux_bundle_download=android-studio-ide-141.1903250-linux.zip
10studio.linux_bundle_bytes=258634089
11studio.linux_bundle_checksum=61f576a24ac9aa00d498bb62942c028ef4a8905b
Rich Slogarfdeb27f2014-11-03 14:56:06 -080012
Rich Slogar2d488eb2015-05-11 16:54:55 -070013studio.mac_bundle_download=android-studio-ide-141.1903250-mac.dmg
Rich Slogare4dc5092015-04-03 15:44:12 -070014studio.mac_bundle_bytes=260877150
Rich Slogar2d488eb2015-05-11 16:54:55 -070015studio.mac_bundle_checksum=a5a6ba50e3590de0973230a238d17726a1d9395c
Rich Slogarfdeb27f2014-11-03 14:56:06 -080016
Rich Slogar2d488eb2015-05-11 16:54:55 -070017studio.win_bundle_download=android-studio-ide-141.1903250-windows.zip
18studio.win_bundle_bytes=261042465
19studio.win_bundle_checksum=ce924e0e4cff4b7f24df3f7ce0c1ce2379347d72
smain@google.com048eeb02014-12-07 22:38:33 -080020
smain@google.com048eeb02014-12-07 22:38:33 -080021
Rich Slogar2d488eb2015-05-11 16:54:55 -070022studio.win_bundle_exe_download=android-studio-bundle-141.1903250-windows.exe
23studio.win_bundle_exe_bytes=930462136
24studio.win_bundle_exe_checksum=680668b6b4a51c519efda814b96c2b61541a50f2
Rich Slogare4dc5092015-04-03 15:44:12 -070025
Rich Slogar2d488eb2015-05-11 16:54:55 -070026studio.win_notools_exe_download=android-studio-ide-141.1903250-windows.exe
27studio.win_notools_exe_bytes=243747312
28studio.win_notools_exe_checksum=d89917dd044e0559c87d6a05d49780ab110269f7
Scott Main06cf15e2010-10-28 00:02:31 -070029
Scott Main6453dfb2012-10-23 14:14:18 -070030
31
Rich Slogare7bfe5b2015-05-01 10:42:45 -070032sdk.linux_download=android-sdk_r24.2-linux.tgz
33sdk.linux_bytes=168119905
34sdk.linux_checksum=1a29f9827ef395a96db629209b0e38d5e2dd8089
Scott Main6453dfb2012-10-23 14:14:18 -070035
Rich Slogare7bfe5b2015-05-01 10:42:45 -070036sdk.mac_download=android-sdk_r24.2-macosx.zip
37sdk.mac_bytes=88949635
38sdk.mac_checksum=256c9bf642f56242d963c090d147de7402733451
Scott Main6453dfb2012-10-23 14:14:18 -070039
Rich Slogare7bfe5b2015-05-01 10:42:45 -070040sdk.win_download=android-sdk_r24.2-windows.zip
41sdk.win_bytes=155944165
42sdk.win_checksum=2611ed9a6080f4838f1d4e55172801714a8a169b
Scott Main6453dfb2012-10-23 14:14:18 -070043
Rich Slogare7bfe5b2015-05-01 10:42:45 -070044sdk.win_installer=installer_r24.2-windows.exe
45sdk.win_installer_bytes=107849819
46sdk.win_installer_checksum=e764ea93aa72766737f9be3b9fb3e42d879ab599
Rich Slogar6b8756c2014-12-12 14:59:34 -080047
Scott Main6453dfb2012-10-23 14:14:18 -070048
49
50
51
Robert Ly37f43102011-10-26 15:11:30 -070052
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080053@jd:body
54
Scott Mainc0324b82011-05-27 09:53:27 -070055<style type="text/css">
Scott Main6453dfb2012-10-23 14:14:18 -070056 .offline {display:none;}
smain@google.com29e13c52014-12-05 09:38:14 -080057 a.download-bundle-button {display:block;}
58 h2.feature {
59 padding-top:30px;
60 margin-top:0;
61 clear:both;
62 }
63 .feature-blurb {
64 margin:0px; font-size:16px; font-weight:300;
65 padding:40px 0 0 0;
66 }
67
68 .landing-button.green {
69 font-size:16px;
70 background-color:#90c653;
71 padding:8px 10px 10px;
72 margin:0;
73 width:206px;
74 text-align:center;
75 }
76
77 .landing-button.green:hover {
78 background-color:#85b84f;
79 }
80
81 .landing-button .small {
82 font-size: 12px;
83 font-weight: normal;
84 line-height: 12px;
85 display: block;
86 }
87
88 h1.studio-logo {
89 width:226px;
90 height:78px;
91 display:block;
92 padding:0;
93 white-space: nowrap;
smain@google.com58bd0272014-12-17 09:50:26 -080094 text-indent: -10000px;
smain@google.com29e13c52014-12-05 09:38:14 -080095 font-size:0px;
96 background: url(../images/tools/studio-logo.png);
97 background-image: -webkit-image-set(url(../images/tools/studio-logo.png) 1x, url(../images/tools/studio-logo_2x.png) 2x);
98 background-size: 226px 78px;
99 }
100
Scott Mainc0324b82011-05-27 09:53:27 -0700101</style>
Robert Ly6c81c302011-10-05 12:59:29 -0700102
Scott Main50e990c2012-06-21 17:14:39 -0700103
Scott Main226fe972012-11-14 14:13:21 -0800104
105
smain@google.com29e13c52014-12-05 09:38:14 -0800106
107<div style="position:relative;">
Scott Main50e990c2012-06-21 17:14:39 -0700108
Scott Main6453dfb2012-10-23 14:14:18 -0700109
smain@google.com29e13c52014-12-05 09:38:14 -0800110<div class="wrap" id="tos" style="display:none;width:inherit;height:650px">
Scott Main6453dfb2012-10-23 14:14:18 -0700111<div class="col-13" style="margin:0;">&nbsp;</div><!-- provides top margin for content -->
112
smain@google.com29e13c52014-12-05 09:38:14 -0800113<h1 id="tos-header" style="margin-top:0">Download</h1>
Scott Main6453dfb2012-10-23 14:14:18 -0700114
smain@google.com29e13c52014-12-05 09:38:14 -0800115<p class="sdk-terms-intro">Before installing Android Studio or the standalone SDK tools,
116you must agree to the following terms and conditions.</p>
Scott Main6453dfb2012-10-23 14:14:18 -0700117
118<div class="sdk-terms" onfocus="this.blur()">
119<h2 class="norule">Terms and Conditions</h2>
120This is the Android Software Development Kit License Agreement
121
122<h3>1. Introduction</h3>
1231.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.
124
Joe Fernandeza3b33c02013-05-22 22:19:29 -07001251.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 -0700126
1271.3 "Google" means Google Inc., a Delaware corporation with principal place of business at 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States.
128
129
130<h3>2. Accepting this License Agreement</h3>
1312.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.
132
1332.2 By clicking to accept, you hereby agree to the terms of this License Agreement.
134
1352.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.
136
1372.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.
138
139
140<h3>3. SDK License from Google</h3>
1413.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.
142
1433.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.
144
1453.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.
146
1473.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.
148
1493.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.
150
1513.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.
152
1533.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.
154
1553.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.
156
157
158<h3>4. Use of the SDK by You</h3>
1594.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.
160
1614.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).
162
1634.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.
164
1654.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.
166
1674.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.
168
1694.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.
170
171
172<h3>5. Your Developer Credentials</h3>
1735.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.
174
175
176<h3>6. Privacy and Information</h3>
1776.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.
178
1796.2 The data collected is examined in the aggregate to improve the SDK and is maintained in accordance with Google's Privacy Policy.
180
181
182<h3>7. Third Party Applications</h3>
1837.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.
184
1857.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.
186
1877.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.
188
189
190<h3>8. Using Android APIs</h3>
1918.1 Google Data APIs
192
1938.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.
194
1958.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.
196
197
198<h3>9. Terminating this License Agreement</h3>
1999.1 This License Agreement will continue to apply until terminated by either you or Google as set out below.
200
2019.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.
202
2039.3 Google may at any time, terminate this License Agreement with you if:
204(A) you have breached any provision of this License Agreement; or
205(B) Google is required to do so by law; or
206(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
207(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.
208
2099.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.
210
211
212<h3>10. DISCLAIMER OF WARRANTIES</h3>
21310.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.
214
21510.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.
216
21710.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.
218
219
220<h3>11. LIMITATION OF LIABILITY</h3>
22111.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.
222
223
224<h3>12. Indemnification</h3>
22512.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.
226
227
228<h3>13. Changes to the License Agreement</h3>
22913.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.
230
231
232<h3>14. General Legal Terms</h3>
23314.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.
234
23514.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.
236
23714.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.
238
23914.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.
240
24114.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.
242
24314.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.
244
24514.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.
246
247
248<em>November 13, 2012</em>
Scott Main50e990c2012-06-21 17:14:39 -0700249</div>
250
251
Scott Main6453dfb2012-10-23 14:14:18 -0700252
253
smain@google.com29e13c52014-12-05 09:38:14 -0800254
Scott Main6453dfb2012-10-23 14:14:18 -0700255<div id="next-steps" style="display:none;position:absolute;width:inherit">
Scott Main47950312014-05-29 17:44:09 -0700256 <p>You're just a few steps away from building apps for Android!</p>
Rich Slogarfdeb27f2014-11-03 14:56:06 -0800257 <p>In a moment, you'll be redirected to
258 <a id="next-link" href="{@docRoot}sdk/installing/index.html">Installing the Android SDK</a>.</p>
Scott Main6453dfb2012-10-23 14:14:18 -0700259
260</div><!-- end next-steps -->
261
262
263
264<div id="sdk-terms-form">
265<p>
266<input id="agree" type="checkbox" name="agree" value="1" onclick="onAgreeChecked()" />
267<label id="agreeLabel" for="agree">I have read and agree with the above terms and conditions</label>
268</p>
269<p><a href="" class="button disabled" id="downloadForRealz" onclick="return onDownloadForRealz(this);"></a></p>
270</div>
271
272
Scott Main6453dfb2012-10-23 14:14:18 -0700273</div><!-- end TOS -->
274
275
276
smain@google.comd3c9f2b2014-12-05 16:43:15 -0800277
278
279
smain@google.com29e13c52014-12-05 09:38:14 -0800280<div id="landing">
Scott Main6453dfb2012-10-23 14:14:18 -0700281
282<div class="col-13">&nbsp;</div><!-- provides top margin for content -->
283
smain@google.com29e13c52014-12-05 09:38:14 -0800284<img src="{@docRoot}images/tools/studio-hero.png"
285srcset="{@docRoot}images/tools/studio-hero_2x.png 2x, {@docRoot}images/tools/studio-hero.png 1x"
smain@google.comd48168b2014-12-08 09:31:01 -0800286width="760" height="400" alt="" style="margin-bottom:80px" />
Scott Main6453dfb2012-10-23 14:14:18 -0700287
smain@google.com29e13c52014-12-05 09:38:14 -0800288<div style="color: #fff; width:226px; height:0; overflow:visible; position:absolute; top:40px; left:25px">
Scott Main50e990c2012-06-21 17:14:39 -0700289
smain@google.comd3c9f2b2014-12-05 16:43:15 -0800290<h1 class="studio-logo" style="margin:0 0 35px !important">Android Studio</h1>
291
smain@google.com29e13c52014-12-05 09:38:14 -0800292<p style="font-size: 16px; color:#bbb; position: absolute;left: 297px; top: 5px; display: block;
293width: 400px;text-align: center;">The official Android IDE</p>
Joe Fernandez66e97da2012-12-12 15:06:09 -0800294
smain@google.com29e13c52014-12-05 09:38:14 -0800295<ul style="font-size:12px">
smain@google.comd3c9f2b2014-12-05 16:43:15 -0800296<li>Android Studio IDE</li>
smain@google.com29e13c52014-12-05 09:38:14 -0800297<li>Android SDK tools</li>
298<li>Android 5.0 (Lollipop) Platform</li>
smain@google.comd3c9f2b2014-12-05 16:43:15 -0800299<li>Android 5.0 emulator system image with Google APIs</li>
Scott Main6453dfb2012-10-23 14:14:18 -0700300</ul>
301
smain@google.com78219f02014-06-13 11:39:35 -0700302
smain@google.com29e13c52014-12-05 09:38:14 -0800303<a class="online landing-button green download-bundle-button" style="margin-top:30px;"
304href="#Other" >Download Android Studio</a>
Scott Main6453dfb2012-10-23 14:14:18 -0700305
Scott Main50e990c2012-06-21 17:14:39 -0700306<!-- this appears when viewing the offline docs -->
307<p class="offline">
smain@google.com29e13c52014-12-05 09:38:14 -0800308To get Android Studio or stand-alone SDK tools, visit <a
309href="http://developer.android.com/sdk/index.html">developer.android.com/sdk/</a>
Scott Main50e990c2012-06-21 17:14:39 -0700310</p>
311
smain@google.comd3c9f2b2014-12-05 16:43:15 -0800312<ul style="margin-top:50px;color:#444">
smain@google.com29e13c52014-12-05 09:38:14 -0800313 <li><a href="#Requirements">System Requirements</a></li>
smain@google.comd0c79c42014-12-05 20:29:42 -0800314 <li><a href="#Other">Other Download Options</a></li>
smain@google.comc07d57d2014-12-05 20:29:42 -0800315 <li><a href="{@docRoot}sdk/installing/migrate.html">Migrating to Android Studio</a></li>
smain@google.comd48168b2014-12-08 09:31:01 -0800316 <li><a href="https://docs.google.com/a/google.com/forms/d/1mjsyfzv3HAnDY-_Kfj-3QJKdpuksyMFs9e73CRwmT6Q/viewform"
317target="_blank">Take a Survey</a></li>
smain@google.com29e13c52014-12-05 09:38:14 -0800318</ul>
Scott Main50e990c2012-06-21 17:14:39 -0700319
Rich Slogarfdeb27f2014-11-03 14:56:06 -0800320</div>
321
Rich Slogarfdeb27f2014-11-03 14:56:06 -0800322
smain@google.comd3c9f2b2014-12-05 16:43:15 -0800323
324
325<h2 class="feature norule" >Intelligent code editor</h2>
326
327<div class="col-9" style="margin:0 20px 0 0">
328 <img src="{@docRoot}images/tools/studio-hero-code.png"
329srcset="{@docRoot}images/tools/studio-hero-code_2x.png 2x, {@docRoot}images/tools/studio-hero-code.png 1x" width="520" />
330</div><!-- end col-9 (left column) -->
331
332<div class="col-4 feature-blurb">
333 <p>At the core of Android Studio is an intelligent code editor capable of advanced
334 code completion, refactoring, and code analysis.</p>
335 <p>The powerful code editor helps you be a more productive Android app developer.</p>
336</div>
337
338
339
340
smain@google.com048eeb02014-12-07 22:38:33 -0800341
342<h2 class="feature norule">Code templates and GitHub integration</h2>
smain@google.com29e13c52014-12-05 09:38:14 -0800343
344<div class="col-9" style="margin:0 20px 0 0">
smain@google.com048eeb02014-12-07 22:38:33 -0800345 <img src="{@docRoot}images/tools/studio-hero-import.png"
346srcset="{@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 -0800347</div><!-- end col-9 (left column) -->
348
349<div class="col-4 feature-blurb">
smain@google.com048eeb02014-12-07 22:38:33 -0800350 <p>New project wizards make it easier than ever to start a new project.</p>
351
352 <p>Start projects using template code for patterns such as navigation drawer and view pagers,
353 and even import Google code samples from GitHub.</p>
smain@google.com29e13c52014-12-05 09:38:14 -0800354</div>
Scott Main50e990c2012-06-21 17:14:39 -0700355
356
smain@google.comd3c9f2b2014-12-05 16:43:15 -0800357
358
359<h2 class="feature norule">Multi-screen app development</h2>
Scott Main50e990c2012-06-21 17:14:39 -0700360
smain@google.com29e13c52014-12-05 09:38:14 -0800361<div class="col-9" style="margin:0 20px 0 0">
362 <img src="{@docRoot}images/tools/studio-hero-screens.png"
363srcset="{@docRoot}images/tools/studio-hero-screens_2x.png 2x, {@docRoot}images/tools/studio-hero-screens.png 1x" width="520" />
364</div><!-- end col-9 (left column) -->
Rich Slogarfdeb27f2014-11-03 14:56:06 -0800365
smain@google.com29e13c52014-12-05 09:38:14 -0800366<div class="col-4 feature-blurb">
367 <p>Build apps for Android phones, tablets, Android Wear,
368 Android TV, Android Auto and Google Glass.</p>
369 <p>With the new Android Project View and module support in Android Studio, it's easier
370 to manage app projects and resources.
371</div>
372
373
smain@google.comd3c9f2b2014-12-05 16:43:15 -0800374
375
376<h2 class="feature norule">Virtual devices for all shapes and sizes</h2>
smain@google.com29e13c52014-12-05 09:38:14 -0800377
378<div class="col-9" style="margin:0 20px 0 0">
379 <img src="{@docRoot}images/tools/studio-hero-avds.png"
380srcset="{@docRoot}images/tools/studio-hero-avds_2x.png 2x, {@docRoot}images/tools/studio-hero-avds.png 1x" width="520" />
381</div><!-- end col-9 (left column) -->
382
383<div class="col-4 feature-blurb">
384 <p>Android Studio comes pre-configured with an optimized emulator image.</p>
385 <p>The updated and streamlined Virtual Device Manager provides
386 pre-defined device profiles for common Android devices.</p>
387</div>
smain@google.com78219f02014-06-13 11:39:35 -0700388
389
Scott Main50e990c2012-06-21 17:14:39 -0700390
smain@google.comd3c9f2b2014-12-05 16:43:15 -0800391
smain@google.com048eeb02014-12-07 22:38:33 -0800392<h2 class="feature norule">
393Android builds evolved, with Gradle</h2>
Scott Main441e8b92013-04-19 17:42:08 -0700394
smain@google.com29e13c52014-12-05 09:38:14 -0800395<div class="col-9" style="margin:0 20px 0 0">
smain@google.com048eeb02014-12-07 22:38:33 -0800396 <img src="{@docRoot}images/tools/studio-hero-gradle.png"
397srcset="{@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 -0800398</div><!-- end col-9 (left column) -->
Scott Main6453dfb2012-10-23 14:14:18 -0700399
smain@google.com29e13c52014-12-05 09:38:14 -0800400<div class="col-4 feature-blurb">
smain@google.com048eeb02014-12-07 22:38:33 -0800401 <p>Create multiple APKs for your Android app with different features using the same project.</p>
402 <p>Manage app dependencies with Maven.</p>
403 <p>Build APKs from Android Studio or the command line.</p>
Scott Main6453dfb2012-10-23 14:14:18 -0700404</div>
405
406
407
408
smain@google.com29e13c52014-12-05 09:38:14 -0800409<h2 class="feature norule">More about Android Studio</h2>
410<div style="background:#424242;padding:30px; color:#fff;margin:0 0 15px;">
Scott Main6453dfb2012-10-23 14:14:18 -0700411
smain@google.com29e13c52014-12-05 09:38:14 -0800412<a class="online landing-button green download-bundle-button"
413style="margin:0 0 40px 60px;float:right"
414href="" >Download Android Studio</a>
415
416 <ul>
smain@google.comd3c9f2b2014-12-05 16:43:15 -0800417 <li>Built on IntelliJ IDEA Community Edition, the popular Java IDE by JetBrains.</li>
smain@google.com29e13c52014-12-05 09:38:14 -0800418 <li>Flexible Gradle-based build system.</li>
419 <li>Build variants and multiple APK generation.</li>
420 <li>Expanded template support for Google Services and various device types.</li>
421 <li>Rich layout editor with support for theme editing.</li>
422 <li>Lint tools to catch performance, usability, version compatibility, and other problems.</li>
423 <li>ProGuard and app-signing capabilities.</li>
Rich Slogar15a11662015-01-02 17:45:16 -0800424 <li>Built-in support for Google Cloud Platform, making it easy to integrate Google Cloud
425 Messaging and App Engine.</li>
smain@google.com29e13c52014-12-05 09:38:14 -0800426 </ul>
427
428<p style="margin:0">
429For more details about features available in Android Studio,
Rich Slogare4dc5092015-04-03 15:44:12 -0700430read the overview at <a href="{@docRoot}tools/studio/index.html">Android Studio</a>.</p>
smain@google.com29e13c52014-12-05 09:38:14 -0800431</div>
432
433
Joe Fernandezf4814b82014-12-08 12:52:32 -0800434<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 -0800435for Android, so you should migrate to Android Studio to receive all the
Joe Fernandezf4814b82014-12-08 12:52:32 -0800436latest IDE updates. For help moving projects,
smain@google.com29e13c52014-12-05 09:38:14 -0800437see <a href="{@docRoot}sdk/installing/migrate.html">Migrating to Android
438Studio</a>.</p>
439
440
441
442
443
444
445
446<h2 id="Requirements">System Requirements</h2>
447
448<h3>Windows</h3>
449
Scott Main50e990c2012-06-21 17:14:39 -0700450<ul>
smain@google.com29e13c52014-12-05 09:38:14 -0800451<li>Microsoft&reg; Windows&reg; 8/7/Vista/2003 (32 or 64-bit)</li>
452<li>2 GB RAM minimum, 4 GB RAM recommended</li>
Rich Slogar15a11662015-01-02 17:45:16 -0800453<li>400 MB hard disk space</li>
454<li>At least 1 GB for Android SDK, emulator system images, and caches</li>
smain@google.com29e13c52014-12-05 09:38:14 -0800455<li>1280 x 800 minimum screen resolution</li>
456<li>Java Development Kit (JDK) 7 </li>
457<li>Optional for accelerated emulator: Intel® processor with support for Intel® VT-x, Intel® EM64T
458(Intel® 64), and Execute Disable (XD) Bit functionality</li>
Rich Slogarfdeb27f2014-11-03 14:56:06 -0800459</ul>
460
smain@google.com29e13c52014-12-05 09:38:14 -0800461
462<h3>Mac OS X</h3>
463
Rich Slogarfdeb27f2014-11-03 14:56:06 -0800464<ul>
smain@google.com29e13c52014-12-05 09:38:14 -0800465<li>Mac&reg; OS X&reg; 10.8.5 or higher, up to 10.9 (Mavericks)</li>
466<li>2 GB RAM minimum, 4 GB RAM recommended</li>
467<li>400 MB hard disk space</li>
468<li>At least 1 GB for Android SDK, emulator system images, and caches</li>
469<li>1280 x 800 minimum screen resolution</li>
470<li>Java Runtime Environment (JRE) 6</li>
471<li>Java Development Kit (JDK) 7</li>
472<li>Optional for accelerated emulator: Intel® processor with support for Intel® VT-x, Intel® EM64T
473(Intel® 64), and Execute Disable (XD) Bit functionality</li>
Rich Slogarfdeb27f2014-11-03 14:56:06 -0800474</ul>
smain@google.com29e13c52014-12-05 09:38:14 -0800475
476<p>On Mac OS, run Android Studio with Java Runtime Environment (JRE) 6 for optimized font
477rendering. You can then configure your project to use Java Development Kit (JDK) 6 or JDK 7.</p>
Scott Main50e990c2012-06-21 17:14:39 -0700478
Vince Harron1c9cff22014-10-15 10:57:19 -0700479
Scott Main50e990c2012-06-21 17:14:39 -0700480
smain@google.com29e13c52014-12-05 09:38:14 -0800481<h3>Linux</h3>
Scott Main50e990c2012-06-21 17:14:39 -0700482
smain@google.com29e13c52014-12-05 09:38:14 -0800483<ul>
484<li>GNOME or KDE desktop</li>
Rich Slogard7ffcad2015-01-21 15:34:54 -0800485<li>GNU C Library (glibc) 2.15 or later</li>
smain@google.com29e13c52014-12-05 09:38:14 -0800486<li>2 GB RAM minimum, 4 GB RAM recommended</li>
487<li>400 MB hard disk space</li>
488<li>At least 1 GB for Android SDK, emulator system images, and caches</li>
489<li>1280 x 800 minimum screen resolution</li>
490<li>Oracle&reg; Java Development Kit (JDK) 7 </li>
491</ul>
Rich Slogard7ffcad2015-01-21 15:34:54 -0800492<p>Tested on Ubuntu&reg; 14.04, Trusty Tahr (64-bit distribution capable of running
Rich Slogar626128b2015-01-05 16:23:55 -080049332-bit applications).</p>
smain@google.com29e13c52014-12-05 09:38:14 -0800494
495
496
497
smain@google.comd3c9f2b2014-12-05 16:43:15 -0800498<h2 id="Other" style="clear:left">Other Download Options</h2>
smain@google.com29e13c52014-12-05 09:38:14 -0800499
500<!-- alternative SDK options follows -->