Android 開發環境下載地址 -- 百度網盤 adt-bundle android-studio sdk adt 下載

原文:http://blog.csdn.net/shulianghan/article/details/38023959php

 

最近 Google 被牆了, 上傳一下本身收集的 Android 開發環境, 下面給出的官網連接也能夠下載;html

 

1. 百度網盤下載地址

 

Android集成環境 NDK JDK 總連接 : http://pan.baidu.com/s/1bnjaDKb;linux

 

Android Studio Linux版 : http://pan.baidu.com/s/1eQjA6MA ;android

Adt Bundle windows 64位版 : http://pan.baidu.com/s/1bnvlVnL;macos

Adt Bundle Linux 32位版 : http://pan.baidu.com/s/1jG41dI2;ubuntu

Adt Bundle Linux 64位版  : http://pan.baidu.com/s/1dDxjHXv;windows

 

NDK Linux 32位 : http://pan.baidu.com/s/1eQtJVe6;android-studio

NDK Linux 64位 : http://pan.baidu.com/s/1bnvRRJL;緩存

NDK Windows 32位 : http://pan.baidu.com/s/1eQzj9iq;服務器

 

 

2. Android開發環境的官網下載地址 能夠直接下載

 

(1)Adt Bundle 

 

Platform Package Size MD5 Checksum
Windows 32-bit adt-bundle-windows-x86-20140702.zip 370612741 bytes 9d2cf3770edbb49461788164af2331f3
Windows 64-bit adt-bundle-windows-x86_64-20140702.zip 370763706 bytes bfc3472a12173422ba044182ac466c13
Mac OS X 64-bit adt-bundle-mac-x86_64-20140702.zip 320593642 bytes 24c51a1ad96c5f6d43821d978bf9866d
Linux 32-bit adt-bundle-linux-x86-20140702.zip 371950735 bytes 5901c898bae4fe95476463a951b68404
Linux 64-bit adt-bundle-linux-x86_64-20140702.zip 372259418 bytes 18a7c5778f96c0823349d465f58a0a36

 

(2) SDK Tools Only

 

 

Platform Package Size MD5 Checksum
Windows
32 & 64-bit
android-sdk_r23.0.2-windows.zip 141435413 bytes 89f0576abf3f362a700767bdc2735c8a
installer_r23.0.2-windows.exe(Recommended) 93015376 bytes 7be4b9c230341e1fb57c0f84a8df3994
Mac OS X
32 & 64-bit
android-sdk_r23.0.2-macosx.zip 90996733 bytes 322787b0e6c629d926c28690c79ac0d8
Linux
32 & 64-bit
android-sdk_r23.0.2-linux.tgz 140827643 bytes 94a8c62086a7398cc0e73e1c8e65f71e

 

 

(3) Android Studio 

 

 

 

 

Platform Package Size MD5 Checksum
Windows android-studio-bundle-135.1245622-windows.exe 380000036 bytes 5720baef7d492f2df7398a38dae2fa92
Mac OS X android-studio-bundle-135.1245622-mac.dmg 368451923 bytes fa9da3625db44687576c5c4e8f96280e
Linux android-studio-bundle-135.1245622-linux.tgz 417756987 bytes c70dd2e4035484b84f0ad0046a34f136

 

 

http://tools.android-studio.org/index.php/sdk

 

 

http://dl.google.com/android/ADT-16.0.1.zip

 

 

1 下載並安裝JDK,而且設置環境變量

2 下載安裝 installer_r24.3.4-windows.exe (Android SDK Manager)

3 使用 Android SDK Manager 安裝各類包

4 設置 Path 環境變量,把如下加入:

     C:\Program Files (x86)\Android\android-sdk\platform-tools;C:\Program Files (x86)\Android\android-sdk\tools

5 安裝ADT插件

6 安裝AVD

7 配置Myeclipse

 

軟件網站:

國內:http://www.androiddevtools.cn/

官方:http://developer.android.com/sdk/index.html

 

 android 4.3 sdk:  

http://pan.baidu.com/s/1o65bfV8  (android 4.3 sdk.rar  53M)

這是Android開發所需的sdk,下載並解壓後,將解壓出的整個文件夾複製或者移動到 your sdk 路徑/platforms文件夾,而後打開SDK Manager,打開Tools(工具)菜單選擇 Options(選項)菜單項打開Android SDK Manager Setting對話框,點擊 Clear Cache(清除緩存)按鈕,而後重啓Eclipse(或Android Studio)和SDK Manager。

 

build-tools

21.1.1  http://pan.baidu.com/s/1mgzFXW0  (21.1.1.zip  31M)

這是Android開發所需的Build-Tools,下載並解壓後,將解壓出的整個文件夾複製或者移動到 your sdk 路徑/build-tools 文件夾便可。

 

SDK Platform-Tools 

platform-tools_r22-windows.zip  http://pan.baidu.com/s/1sj4ZfTb  (platform-tools_r22-windows.zip 1.8M )

這是 adb, fastboot 等工具包。把解壓出來的 platform-tools 文件夾放在 android sdk 根目錄下,並把 adb所在的目錄添加到系統 PATH 路徑裏,便可在命令行裏直接訪問了 adb, fastboot 等工具。

 

SDK Tools

Android SDK Manager 須要訪問 https://dl.google.com/android/repository/ 。管理各類版本sdk的工具。

installer_r24.3.4-windows.exe  http://pan.baidu.com/s/1eQppdPC  (133M) Android SDK Tools Setup,  PATH: C:\Program Files (x86)\Android\android-sdk, 

android-sdk_r24.3.4-windows.zip  http://pan.baidu.com/s/1mg08f2K  (179M)

 

SDK System images

android 4.3 http://pan.baidu.com/s/1guLaQ  (236M)

這是在建立模擬器時須要的system image,也就是在建立模擬器時 CPU/ABI項須要選擇的,下載並解壓後,將解壓出的整個文件夾複製或者移動到your sdk 路徑/system-images文件夾下便可, 若是沒有 system-images目錄就先建立此文件夾,而後打開SDK Manager,打開 Tools(工具)菜單選擇Options(選項)菜單項打開Android SDK Manager Setting對話框,點擊 Clear Cache(清除緩存)按鈕,而後重啓Eclipse(或Android Studio)和SDK Manager。

 

android studio: (300--400M)

http://developer.android.com/sdk/index.html#top

https://dl.google.com/dl/android/studio/install/1.5.1.0/android-studio-bundle-141.2456560-windows.exe

 

Android Tools

Android SDK在線更新鏡像服務器

  1. 中國科學院開源協會鏡像站地址:

    • IPV4/IPV6: http://mirrors.opencas.cn 端口:80

    • IPV4/IPV6: http://mirrors.opencas.org 端口:80

    • IPV4/IPV6: http://mirrors.opencas.ac.cn 端口:80

  2. 上海GDG鏡像服務器地址:

    http://sdk.gdgshanghai.com 端口:8000

  3. 北京化工大學鏡像服務器地址:

    • IPv4: http://ubuntu.buct.edu.cn/ 端口:80

    • IPv4: http://ubuntu.buct.cn/ 端口:80

    • IPv6: http://ubuntu.buct6.edu.cn/ 端口:80

  4. 大連東軟信息學院鏡像服務器地址:

    http://mirrors.neusoft.edu.cn 端口:80

  5. 騰訊Bugly 鏡像:

    http://android-mirror.bugly.qq.com 端口:8080

    騰訊鏡像使用方法:http://android-mirror.bugly.qq.com:8080/include/usage.html

使用方法

  1. 啓動 Android SDK Manager ,打開主界面,依次選擇『Tools』、『Options...』,彈出『Android SDK Manager - Settings』窗口;

  2. 在『Android SDK Manager - Settings』窗口中,在『HTTP Proxy Server』和『HTTP Proxy Port』輸入框內填入上面鏡像服務器地址(不包含http://,以下圖)和端口,而且選中『Force https://... sources to be fetched using http://...』複選框。設置完成後單擊『Close』按鈕關閉『Android SDK Manager - Settings』窗口返回到主界面;

 

 爲MyEclipse, Eclipse安裝ADT插件

ADT Plugin

http://pan.baidu.com/s/1hqtivf2  (ADT-23.0.6.zip, 98M)

  解壓後把features和plugins這兩個文件夾Copy到 MyEclipse 10的dropins目錄下, 而後再把MyEclipse 10的configuration文件夾下的org.eclipse.update文件夾刪除, 重啓MyEclipse 10。

  重啓MyEclipse 10以後,ADT已經安裝,可是並無在工具欄中看到Android的小圖標,這時能夠經過Window->Customize Perspective,選擇Command Groups Avalibility,選中左邊欄中關於Android的全部選項。

http://dl8.cr173.com/soft1/ADT-21.1.0.zip 

 

ADT Bundle

64位:http://pan.baidu.com/s/1nt0XUI1 (jre1.6, adt-bundle-windows-x86_64-20140702.zip   353M)

32位:http://pan.baidu.com/s/1dDGM8oD (jre1.6, adt-bundle-windows-x86-20140702.zip  353M)

固然官網提供ADT Bundle包括了開發全部開發所需的工具,包括Eclipse+ADTplugin,Android SDK Tools,Android Platform-tools (不包含: system image for the emulator)。你能夠直接運行其中的eclipse.exe來進行android開發。

 

 

REF:

http://www.cnblogs.com/zoupeiyang/p/4034517.html

http://blog.csdn.net/renminzdb/article/details/42422111

http://blog.csdn.net/happyflyingave/article/details/23252507

http://developer.android.com/sdk/installing/index.html

http://www.androiddevtools.cn/

http://tools.android-studio.org/index.php

 

 

https://jingyan.baidu.com/article/5553fa82eae0ce65a2393406.html

相關文章
相關標籤/搜索