Android教程網
  1. 首頁
  2. Android 技術
  3. Android 手機
  4. Android 系統教程
  5. Android 游戲
 Android教程網 >> Android技術 >> Android開發實例 >> Android SDK 2.3與Eclipse最新版開發環境搭建(一)

Android SDK 2.3與Eclipse最新版開發環境搭建(一)

編輯:Android開發實例

一、 背景和准備

1. Android簡介

Android是Google於2007年11月5日宣布的基於Linux平台的開源手機操作系統的名稱,該平台由操作系統、中間件、用戶界面和應用軟件組成,號稱是首個為移動終端打造的真正開放和完整的移動軟件。可以把它簡單理解成Linux上套了一個JAVA的殼。

Android 的平台基本上是免費的,雖然有部份原生鏈接庫會要求費用,但大部份是免權利金。Android 的程序可以采用JAVA開發,因為它的虛擬機(Virtual Machine) Dalvik,只是它將JAVA的bytecode 轉成自己的格式,回避掉需要付給SUN 有關JAVA 的授權費用。因此,Android 開發環境是需要JDK的。

2. Android 網絡資源

Android的網站是:http://www.android.com/,目前還可以登陸,比較悲劇的是:其Partners部分:http://source.android.com/和Developers部分:http://developer.android.com/,大陸地區已經無法訪問。

Android的系統要求請參考:http://androidappdocs.appspot.com/sdk/requirements.html

當前最新版本的Android SDK下載器(真正的SDK還是需要另外下載的),小生是無法直接到官網http://developer.android.com/sdk/index.html 下載的,於是另外找了一個地址http://androidappdocs.appspot.com/sdk/index.html,下載鏈接和說明如下:

Android SDK for Windows
android-sdk_r08-windows.zip
http://dl.google.com/android/android-sdk_r08-windows.zip
installer_r08-windows.exe (Recommended)
http://dl.google.com/android/installer_r08-windows.exe
Android SDK for Mac OS X (intel)
android-sdk_r08-mac_86.zip
http://dl.google.com/android/android-sdk_r08-mac_86.zip
Android SDK for Linux (i386)
android-sdk_r08-linux_86.tgz
http://dl.google.com/android/android-sdk_r08-linux_86.tgz
Here's an overview of the steps you must follow to set up the Android SDK:
   1. Prepare your development computer and ensure it meets the system requirements.
   2. Install the SDK starter package from the table above. (If you're on Windows, download the installer for help with the initial setup.)
   3. Install the ADT Plugin for Eclipse (if you'll be developing in Eclipse).
   4. Add Android platforms and other components to your SDK.
   5. Explore the contents of the Android SDK (optional).

3. 軟件包下載

a. JDK 1.6

下載網址: http://www.oracle.com/technetwork/java/javase/downloads/index.html

當前最新版本為Java SE 6 Update 23

小生機器上安裝的是:jdk1.6.0_21,也一樣用,其實只要你是JDK1.5以上就可以了。

b. Android SDK下載器

下載地址上面已經給出了,可以根據你的系統選擇不同的安裝包。小生是windows 2003 server,因此下載了http://dl.google.com/android/android-sdk_r08-windows.zip,之後直接解壓縮即可。

c. Eclipse IDE

Eclipse 3.4 (Ganymede)以後版本均可。小生下載了最新版本的Helios (3.6)

二、 JAVA環境

Windows上配置JAVA環境變量如下:

JAVA_HOME

Path:

  1. 上一頁:
  2. 下一頁:
熱門文章
閱讀排行版
Copyright © Android教程網 All Rights Reserved