廣告聯播

2011年4月23日 星期六

Android 在 Eclipse 開發環境的設定

From: Polin Wei

Android 開發環境下載:

JDK:
http://www.oracle.com/technetwork/java/javase/downloads下載 Java SE 6 Update xx 的 JDK jdk-6uxx-windows-i586.exe,其中 xx 代表 JDK 在版本 6 的第 xx 的小版本

Eclipse:
http://www.eclipse.org/downloads/下載 Eclipse IDE for Java Developers 的 Java 整合開發平台,並解開壓縮檔在 D:\Progs\eclipse

Android SDK:
http://developer.android.com/sdk 下載 android-sdk_rxx-windows.zip ,檔案名的 xx 代表 SDK 的版本,並解開壓縮檔在 D:\Progs\android-sdk

Android 開發環境設定

Android:
1. 使用 D:\Progs\android-sdk\SDK Manager.exe 在 Available packages 裡有 Android Resposity 及 Third party Add-one 兩個目錄可供下載開發 Android 所需的 Package

Eclipse:
1. Downloading the ADT Plugin:

a. Help/Install New Software.../
b. Click Add, in the top-right corner.
c. In the Add Repository dialog that appears, enter "ADT Plugin"
Name:Android ADT Plugin
Location:https://dl-ssl.google.com/android/eclipse/
按 OK.
Note: 如果有安全顧忌,可以用 https 的 URL 來替代 http URL ( http://dl-ssl.google.com/android/eclipse/).

d. In the Available Software dialog, select the checkbox next to Developer Tools and click Next.
e. In the next window, you'll see a list of the tools to be downloaded. Click Next.
f. Read and accept the license agreements, then click Finish.
When the installation completes, restart Eclipse.


2. 選擇 Windows/Preferences/Android/SDK Location 設為 D:\Progs\android-sdk
3. 選擇 Windows/Android SDK and AVD Manager 建一個開發用的手機模擬器( Emulator)
Name:WVGA400
Target:Android 2.1-update1 - API level 7
SD Card: 256 MiB
Skin: Built-in : WQVGA400

這樣即完成開發 Android 手機程式的設定

Troubleshooting 疑難解答:

執行時發生錯誤訊息:emulator-5554 disconnected! Cancelling 'com.micro.AlertDemo activity launch'!
解決方法:
+ solution : before message like "emulator-5554 disconnected! Cancelling " go to Eclipse IDE/window/Show Views /device/view menu/reset adb

沒有留言:

張貼留言