android studio 1.0(135.1629389) 下载安装及问题解决

来源:互联网 发布:淘宝怎样排名靠前 编辑:程序博客网 时间:2024/05/03 23:03

这篇文章是写给被墙的开发者,能看到的可以绕道了。

_____________________________

离这篇文章的编写已经快两年过去了,AndroidStudio也发布了最新的2.2preview,增加了许多令人兴奋的功能,我对Androidstudio的使用也逐渐替代了eclipse,考虑到这篇文章的时限性,我删除了所有的链接,希望大家能使用最新的AndroidStudio。如果还是下载不到,可以给我留言或者发送邮件,我会依旧帮大家下载好。


一、所有资源下载链接如下:链接到了我的百度网盘,欢迎大家下载


SDK Tools 下载路径(百度云网盘)


平台包大小MD5 校验Windowsinstaller_r24-windows.exe(Recommended)92179689 bytes71ec3d91a4239b44128bf43add888bc357776be9android-sdk_r24-windows.zip140738187 bytes8d20f800cbace1b92873ebba1e16ff134a2b062bMac OS Xandroid-sdk_r24-macosx.zip88535806 bytes89b256c82e6ab432881fa7d726bdd0541c656616Linuxandroid-sdk_r24-linux.tgz141308131 bytes3cc1fcec302a8478e240e42b94dd2de73b9d0cc9

Android Studio 包下载链接(百度云网盘)

为你的开发平台选择一种合适的 Android Studio包.

PlatformPackageSizeSHA SumWindowsandroid-studio-bundle-135.1629389.exe
(Recommended)852499624 bytes0c8a3b45385a698b43a47757fdd6a83ca837abd2android-studio-ide-135.1629389.exe
(No SDK tools included)262099808 bytesbfc6e9397f72969bcb3db80c9abe3a205540c8abandroid-studio-ide-135.1629389-windows.zip246241434 bytes6951e678a41b94b6172276727537db8590be7270Mac OS Xandroid-studio-ide-135.1629389.dmg245757810 bytes0d9e0e230ece9f2e696b1b076c36ee1e73edcf3cLinuxandroid-studio-ide-135.1629389-linux.zip243909934 bytes601a302f10cf8a22ba4216e0884a035bdfec38b3二、安装过程我就不说了,相信大家都会

三、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后重新启动,便可进入界面。

四、看看英文原文,至于翻译就不翻译了,英语很烂。。。

————————————————————————————————————————————————————————————————————


More about Android Studio

Download 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.

PlatformPackageSizeMD5 ChecksumWindowsinstaller_r24-windows.exe(Recommended)92179689 bytes71ec3d91a4239b44128bf43add888bc357776be9android-sdk_r24-windows.zip140738187 bytes8d20f800cbace1b92873ebba1e16ff134a2b062bMac OS Xandroid-sdk_r24-macosx.zip88535806 bytes89b256c82e6ab432881fa7d726bdd0541c656616Linuxandroid-sdk_r24-linux.tgz141308131 bytes3cc1fcec302a8478e240e42b94dd2de73b9d0cc9

All Android Studio Packages

Select a specific Android Studio package for your platform. Also see the Android Studio release notes.

PlatformPackageSizeSHA SumWindowsandroid-studio-bundle-135.1629389.exe
(Recommended)852499624 bytes0c8a3b45385a698b43a47757fdd6a83ca837abd2android-studio-ide-135.1629389.exe
(No SDK tools included)262099808 bytesbfc6e9397f72969bcb3db80c9abe3a205540c8abandroid-studio-ide-135.1629389-windows.zip246241434 bytes6951e678a41b94b6172276727537db8590be7270Mac OS Xandroid-studio-ide-135.1629389.dmg245757810 bytes0d9e0e230ece9f2e696b1b076c36ee1e73edcf3cLinuxandroid-studio-ide-135.1629389-linux.zip243909934 bytes601a302f10cf8a22ba4216e0884a035bdfec38b3

1 0