lfjigu 发表于 2016-1-3 07:38:45

android 环境搭建

  最近 Google 被墙了, 上传一下自己收集的 Android 开发环境, 下面给出的官网链接也可以下载;
1. 百度网盘下载地址
  Android集成环境 NDK JDK 总链接 : http://pan.baidu.com/s/1bnjaDKb;
  Android Studio Linux版 : http://pan.baidu.com/s/1eQjA6MA ;
  Adt Bundle windows 64位版 : http://pan.baidu.com/s/1bnvlVnL;
  Adt Bundle Linux 32位版 : http://pan.baidu.com/s/1jG41dI2;
  Adt Bundle Linux 64位版: http://pan.baidu.com/s/1dDxjHXv;
  
  NDK Linux 32位 : http://pan.baidu.com/s/1eQtJVe6;
  NDK Linux 64位 : http://pan.baidu.com/s/1bnvRRJL;
  NDK Windows 32位 : http://pan.baidu.com/s/1eQzj9iq;
2. Android开发环境的官网下载地址 可以直接下载
(1)Adt Bundle
PlatformPackageSizeMD5 ChecksumWindows 32-bitadt-bundle-windows-x86-20140702.zip370612741 bytes9d2cf3770edbb49461788164af2331f3Windows 64-bitadt-bundle-windows-x86_64-20140702.zip370763706 bytesbfc3472a12173422ba044182ac466c13Mac OS X 64-bitadt-bundle-mac-x86_64-20140702.zip320593642 bytes24c51a1ad96c5f6d43821d978bf9866dLinux 32-bitadt-bundle-linux-x86-20140702.zip371950735 bytes5901c898bae4fe95476463a951b68404Linux 64-bitadt-bundle-linux-x86_64-20140702.zip372259418 bytes18a7c5778f96c0823349d465f58a0a36  
(2) SDK Tools Only
PlatformPackageSizeMD5 ChecksumWindows 32 & 64-bitandroid-sdk_r23.0.2-windows.zip141435413 bytes89f0576abf3f362a700767bdc2735c8ainstaller_r23.0.2-windows.exe(Recommended)93015376 bytes7be4b9c230341e1fb57c0f84a8df3994Mac OS X 32 & 64-bitandroid-sdk_r23.0.2-macosx.zip90996733 bytes322787b0e6c629d926c28690c79ac0d8Linux 32 & 64-bitandroid-sdk_r23.0.2-linux.tgz140827643 bytes94a8c62086a7398cc0e73e1c8e65f71e  
(3) Android Studio
PlatformPackageSizeMD5 ChecksumWindowsandroid-studio-bundle-135.1245622-windows.exe380000036 bytes5720baef7d492f2df7398a38dae2fa92Mac OS Xandroid-studio-bundle-135.1245622-mac.dmg368451923 bytesfa9da3625db44687576c5c4e8f96280eLinuxandroid-studio-bundle-135.1245622-linux.tgz417756987 bytesc70dd2e4035484b84f0ad0046a34f136  
  虚拟机:
  http://www.genymotion.net/

[*]In Eclipse, go to Help > Install new software and click Add.
[*]Fill in the fields with Genymotion name and http://plugins.genymotion.com/eclipse/ location.
[*]Under Genymobile, check Genymotion and Genymotion Eclipse Tools and follow the steps indicated by Eclipse.
  原型:
  https://xn--ebr05n.com/playground#playground
页: [1]
查看完整版本: android 环境搭建