android studio 1.0(135.1629389) 下载安装及问题解决
这篇文章是写给被墙的开发者,能看到的可以绕道了。
一、所有资源下载链接如下:链接到了我的百度网盘,欢迎大家下载
SDK Tools 下载路径(百度云网盘)
平台 | 包 | 大小 | MD5 校验 |
---|---|---|---|
Windows | installer_r24-windows.exe(Recommended) | 92179689 bytes | 71ec3d91a4239b44128bf43add888bc357776be9 |
android-sdk_r24-windows.zip | 140738187 bytes | 8d20f800cbace1b92873ebba1e16ff134a2b062b | |
|
android-sdk_r24-macosx.zip | 88535806 bytes | 89b256c82e6ab432881fa7d726bdd0541c656616 |
Linux | android-sdk_r24-linux.tgz | 141308131 bytes | 3cc1fcec302a8478e240e42b94dd2de73b9d0cc9 |
Android Studio 包下载链接(百度云网盘)
为你的开发平台选择一种合适的 Android Studio包.
Platform | Package | Size | SHA Sum |
---|---|---|---|
Windows |
android-studio-bundle-135.1629389.exe (Recommended) |
852499624 bytes | 0c8a3b45385a698b43a47757fdd6a83ca837abd2 |
android-studio-ide-135.1629389.exe (No SDK tools included) |
262099808 bytes | bfc6e9397f72969bcb3db80c9abe3a205540c8ab | |
android-studio-ide-135.1629389-windows.zip | 246241434 bytes | 6951e678a41b94b6172276727537db8590be7270 | |
|
android-studio-ide-135.1629389.dmg | 245757810 bytes | 0d9e0e230ece9f2e696b1b076c36ee1e73edcf3c |
Linux | android-studio-ide-135.1629389-linux.zip | 243909934 bytes | 601a302f10cf8a22ba4216e0884a035bdfec38b3 |
三、Android Studio安装以及Fetching android sdk component information超时的解决方案
安装完成后,如果直接启动,Android Studio会去获取 android sdk 组件信息,这个过程相当慢,还经常加载失败,导致Android Studio启动不起开。解决办法就是不去获取android sdk 组件信息。方法如下:
1)进入刚安装的Android Studio目录下的bin目录。找到idea.properties文件,用文本编辑器打开。
2)在idea.properties文件末尾添加一行: disable.android.first.run=true ,然后保存文件。
3)关闭Android Studio后重新启动,便可进入界面。
四、看看英文原文,至于翻译就不翻译了,英语很烂。。。
————————————————————————————————————————————————————————————————————
Android Studio
The official Android IDE
- Android Studio IDE
- Android SDK tools
- Android 5.0 (Lollipop) Platform
- Android 5.0 emulator system image with Google APIs
for Windows
Intelligent code editor
At the core of Android Studio is an intelligent code editor capable of advanced code completion, refactoring, and code analysis.The
powerful code editor helps you be a more productive Android app developer.
Code templates and GitHub integration
New project wizards make it easier than ever to start a new project.
Start projects using template code for patterns such as navigation drawer and view pagers, and even import Google code samples from GitHub.
Multi-screen app development
Build apps for Android phones, tablets, Android Wear, Android TV, Android Auto and Google Glass.
With the new Android Project View and module support in Android Studio, it‘s easier to manage app projects and resources.
Virtual devices for all shapes and sizes
Android Studio comes pre-configured with an optimized emulator image.
The updated and streamlined Virtual Device Manager provides pre-defined device profiles for common Android devices.
Android builds evolved, with Gradle
Create multiple APKs for your Android app with different features using the same project.
Manage app dependencies with Maven.
Build APKs from Android Studio or the command line.
More about Android Studio
for Windows
- Built on IntelliJ IDEA Community Edition, the popular Java IDE by JetBrains.
- Flexible Gradle-based build system.
- Build variants and multiple APK generation.
- Expanded template support for Google Services and various device types.
- Rich layout editor with support for theme editing.
- Lint tools to catch performance, usability, version compatibility, and other problems.
- ProGuard and app-signing capabilities.
- Built-in support for Google Cloud Platform, making it easy to integrate Google Cloud Messaging and App Engine.
For more details about features available in Android Studio, read the guide to Android Studio Basics.
If you have been using Eclipse with ADT, be aware that Android Studio is now the official IDE for Android, so you should migrate to Android Studio to receive all the latest IDE updates. For help moving projects, see Migrating to Android Studio.
System Requirements
Windows
- Microsoft? Windows? 8/7/Vista/2003 (32 or 64-bit)
- 2 GB RAM minimum, 4 GB RAM recommended
- 400 MB hard disk space + at least 1 G for Android SDK, emulator system images, and caches
- 1280 x 800 minimum screen resolution
- Java Development Kit (JDK) 7
- Optional for accelerated emulator: Intel? processor with support for Intel? VT-x, Intel? EM64T (Intel? 64), and Execute Disable (XD) Bit functionality
Mac OS X
- Mac? OS X? 10.8.5 or higher, up to 10.9 (Mavericks)
- 2 GB RAM minimum, 4 GB RAM recommended
- 400 MB hard disk space
- At least 1 GB for Android SDK, emulator system images, and caches
- 1280 x 800 minimum screen resolution
- Java Runtime Environment (JRE) 6
- Java Development Kit (JDK) 7
- Optional for accelerated emulator: Intel? processor with support for Intel? VT-x, Intel? EM64T (Intel? 64), and Execute Disable (XD) Bit functionality
On Mac OS, run Android Studio with Java Runtime Environment (JRE) 6 for optimized font rendering. You can then configure your project to use Java Development Kit (JDK) 6 or JDK 7.
Linux
- GNOME or KDE desktop
- GNU C Library (glibc) 2.11 or later
- 2 GB RAM minimum, 4 GB RAM recommended
- 400 MB hard disk space
- At least 1 GB for Android SDK, emulator system images, and caches
- 1280 x 800 minimum screen resolution
- Oracle? Java Development Kit (JDK) 7
Tested on Ubuntu? 12.04, Precise Pangolin (64-bit distribution capable of running 32-bit applications.
Other Download Options
SDK Tools Only
If you prefer to use a different IDE or run the tools from the command line or with build scripts, you can instead download the stand-alone Android SDK Tools. These packages provide the basic SDK tools for app development, without an IDE. Also see the SDK tools release notes.
Platform | Package | Size | MD5 Checksum |
---|---|---|---|
Windows | installer_r24-windows.exe(Recommended) | 92179689 bytes | 71ec3d91a4239b44128bf43add888bc357776be9 |
android-sdk_r24-windows.zip | 140738187 bytes | 8d20f800cbace1b92873ebba1e16ff134a2b062b | |
|
android-sdk_r24-macosx.zip | 88535806 bytes | 89b256c82e6ab432881fa7d726bdd0541c656616 |
Linux | android-sdk_r24-linux.tgz | 141308131 bytes | 3cc1fcec302a8478e240e42b94dd2de73b9d0cc9 |
All Android Studio Packages
Select a specific Android Studio package for your platform. Also see the Android Studio release notes.
Platform | Package | Size | SHA Sum |
---|---|---|---|
Windows |
android-studio-bundle-135.1629389.exe (Recommended) |
852499624 bytes | 0c8a3b45385a698b43a47757fdd6a83ca837abd2 |
android-studio-ide-135.1629389.exe (No SDK tools included) |
262099808 bytes | bfc6e9397f72969bcb3db80c9abe3a205540c8ab | |
android-studio-ide-135.1629389-windows.zip | 246241434 bytes | 6951e678a41b94b6172276727537db8590be7270 | |
|
android-studio-ide-135.1629389.dmg | 245757810 bytes | 0d9e0e230ece9f2e696b1b076c36ee1e73edcf3c |
Linux | android-studio-ide-135.1629389-linux.zip | 243909934 bytes | 601a302f10cf8a22ba4216e0884a035bdfec38b3 |
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。