首先看看Android开发的系统要求:

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 GB 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.15 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® 14.04, Trusty Tahr (64-bit distribution capable of running 32-bit applications).

开发工具选择IntelliJ IDEA

安装过程(略)

下载并安装Android SDK Tools

google访问工具

http://pan.baidu.com/s/1sjuQhUP

Tools

http://dl.google.com/android/android-sdk_r24.1.2-windows.zip
http://dl-ssl.google.com/android/repository/platform-tools_r22-windows.zip
http://dl-ssl.google.com/android/repository/build-tools_r22.0.1-windows.zip
http://dl-ssl.google.com/android/repository/build-tools_r21.1.2-windows.zip
http://dl-ssl.google.com/android/repository/build-tools_r20-windows.zip
http://dl-ssl.google.com/android/repository/build-tools_r19.1-windows.zip

Extras

http://dl-ssl.google.com/android/repository/android_m2repository_r12.zip
http://dl-ssl.google.com/android/repository/support_r22.0.0.zip
http://dl-ssl.google.com/android/repository/google_play_services_7095000_r23.zip
https://dl-ssl.google.com/android/repository/google_m2repository_r16.zip
http://dl-ssl.google.com/android/repository/market_apk_expansion-r03.zip
http://dl-ssl.google.com/android/repository/play_billing_r05.zip
http://dl-ssl.google.com/android/repository/market_licensing-r02.zip
http://dl-ssl.google.com/android/repository/simulator_r01.zip
http://dl-ssl.google.com/android/repository/usb_driver_r11-windows.zip
http://dl-ssl.google.com/android/repository/webdriver_r02.zip
https://software.intel.com/sites/default/files/managed/b3/7b/haxm-windows_r05.zip

 SDK Platform

Android 2.2

http://dl-ssl.google.com/android/repository/android-2.2_r03-linux.zip

Android 2.3.3

http://dl-ssl.google.com/android/repository/android-2.3.3_r02-linux.zip
http://dl-ssl.google.com/android/repository/sys-img/x86/sysimg_x86-10_r02.zip

Android 4.0.3

http://dl-ssl.google.com/android/repository/android-15_r05.zip
http://dl-ssl.google.com/android/repository/sys-img/x86/sysimg_x86-15_r01.zip
https://dl-ssl.google.com/android/repository/sys-img/android/sysimg_armv7a-15_r02.zip

Android 4.1.2

http://dl-ssl.google.com/android/repository/android-16_r05.zip
http://dl-ssl.google.com/android/repository/sys-img/x86/sysimg_x86-16_r01.zip
https://dl-ssl.google.com/android/repository/sys-img/android/sysimg_armv7a-16_r03.zip

Android 4.2.2

http://dl-ssl.google.com/android/repository/android-17_r03.zip
http://dl-ssl.google.com/android/repository/sys-img/x86/sysimg_x86-17_r01.zip
https://dl-ssl.google.com/android/repository/sys-img/android/sysimg_armv7a-17_r02.zip

Android 4.3.1

http://dl-ssl.google.com/android/repository/android-18_r03.zip
http://dl-ssl.google.com/android/repository/sys-img/x86/sysimg_x86-18_r01.zip
https://dl-ssl.google.com/android/repository/sys-img/android/sysimg_armv7a-18_r02.zip

Android 4.4.2

http://dl-ssl.google.com/android/repository/android-19_r04.zip
http://dl-ssl.google.com/android/repository/sys-img/x86/sysimg_x86-19_r02.zip
https://dl-ssl.google.com/android/repository/sys-img/android/sysimg_armv7a-19_r02.zip

Android 5.0.1

http://dl-ssl.google.com/android/repository/android-21_r02.zip
http://dl.google.com/android/repository/sys-img/google_apis/sysimg_x86-21_r01.zip
http://dl.google.com/android/repository/sys-img/google_apis/sysimg_arm-21_r01.zip

Android 5.1.1

http://dl-ssl.google.com/android/repository/android-22_r02.zip
http://dl.google.com/android/repository/sys-img/google_apis/sysimg_x86-22_r01.zip
http://dl.google.com/android/repository/sys-img/google_apis/sysimg_arm-22_r01.zip

posted on 2015-03-31 14:56  leehope  阅读(293)  评论(0)    收藏  举报