标签:fetching android sdk android studio 1.0 百度网盘 解决方案
这篇文章是写给被墙的开发者,能看到的可以绕道了。
一、所有资源下载链接如下:链接到了我的百度网盘,欢迎大家下载
平台 | 包 | 大小 | 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包.
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后重新启动,便可进入界面。
四、看看英文原文,至于翻译就不翻译了,英语很烂。。。
————————————————————————————————————————————————————————————————————
The official Android IDE
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.
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.
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.
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.
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.
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.
Tested on Ubuntu? 12.04, Precise Pangolin (64-bit distribution capable of running 32-bit applications.
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 |
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 |
android studio 1.0(135.1629389) 下载安装及问题解决
标签:fetching android sdk android studio 1.0 百度网盘 解决方案
原文地址:http://blog.csdn.net/hlgyjg/article/details/41844531