Apr 14, 2012

Wirte android apps with Eclipse 使用 Eclipse 開發 android app

To build up android  develop environment need Google SDK and a good IDE.
This guide shows how to build such environment with Windows 7 64-bit.

建立 Android 開發環境需要 Google SDK 與一個好的撰寫工具,
本教學將示範在 Windows 7 64位元下的環境建置。

Environment  環境:
Windows 7 x64
JDK 1.6.31
Ecplise 3.7.2
Android SDK 2.3.3







[Install JDK 安裝 JDK]

Step 1. Go to http://www.oracle.com/technetwork/java/javase/downloads/index.html and  click "Java SE 6 Update 31" JDK Download link.
步驟一. 連結至 http://www.oracle.com/technetwork/java/javase/downloads/index.html 點選 "Java SE 6 Update 31" JDK 的 Download 連結。





Step 2. select "Accept License Agreement" and click jdk-6u31-windows-x64.exe to download 64-bit JDK.
步驟二. 選擇 "Accept License Agreement" 然後按 jdk-6u31-windows-x64.exe 連結下載 64 位元的 JDK。




Step 3. Execute jdk-6u31-windows-x64.exe to install JDK.
步驟三.  執行 jdk-6u31-windows-x64.exe 安裝 JDK


[Install Eclipse 安裝 Eclipse]

Step 1. Go to Eclipse website http://www.eclipse.org/downloads/ and click "Eclipse IDE for Java Developers" link "Windows 64 bit"
步驟一. 連結至 Eclipse 網站  http://www.eclipse.org/downloads/,點選 "Eclipse IDE for Java Developers" 下的 "Windows 64 bit" 連結。



Step 2. Click download link to download Eclipse.
步驟二. 點擊下載的連結以下載 Eclipse。




Step3.  unzip eclipse-java-indigo-SR2-win32-x86_64.zip to d:\eclipse and execute eclipse.exe.
步驟三. 解壓縮 eclipse-java-indigo-SR2-win32-x86_64.zip 到 d:\eclipse 後,執行 eclipse.exe。



Step 4. set Workspace directory path. All Eclipse projects are saved in this directory.
步驟四. 設定 Workspace 路徑,這裡將會儲存 Eclipse 的所有poject。



Step 5. set JAVA Path for Eclipse. Click Window -> Preferences.
步驟五. 設定 Eclipse 的 JAVA 路徑。點選 Window -> Preferences。




Step 6. select  Java -> Installed  JREs. then click "Add..." button.
步驟六. 選擇 Java -> Installed  JREs.然後點擊 "Add..."按鈕。



Step 7. select "Standard JVM" then click Next button.
步驟七.  選擇 "Standard JVM" 然後點擊 Next 按鈕。



Step 8. click "Directory" and choose JDK directory path then click Finish button.
步驟八. 點擊  "Directory" 指向 JDK  的目錄後按下 Finish 按鈕。


Step 9. Check jdk1.6_0_31 and click OK button to finish JAVA path setting.
步驟九. 勾選 jdk1.6_0_31 後點擊 OK 按鈕完成 JAVA 路徑設定。


[Install ADT 安裝 ADT]

Step 1.click Help -> Install New Software.
步驟一. 點選 Help -> Install New Software。

*

Step 2. click ADD button.
步驟二. 點擊 ADD 按鈕。



Step 3.  input ADT in Name column and https://dl-ssl.google.com/android/eclipse/ in Location column then click OK button.
步驟三.  在 Name 欄位中輸入 ADT, Location 欄位中輸入 https://dl-ssl.google.com/android/eclipse/ 後按下 OK 按鈕。



Step 4. check "Developer Tools" and click Next button.
步驟四.  勾選 "Developer Tools" 後按下 Next 按鈕。



Step 5. click Next button.
步驟五. 點擊 Next 按鈕。



Step 6. select "I accept the terms of the license agreements" and click Finish button.
步驟六. 選擇 "I accept the terms of the license agreements"後點擊 Finish 按鈕。



Step 7. click OK button to ignore warning.
步驟七. 點擊 OK 按鈕以忽略警告訊息。



Step 8. click "Restart Now" to finish ADT installation.
步驟八. 點擊 "Restart Now" 完成 ADT 安裝。




[Install Android SDK 安裝 Android SDK]


 
Step 1.. Click Window -> Android SDK Manager.
 步驟一. 點選 Help -> Android SDK Manager。


p.s. manual download android sdk if eclipse cannot prompt find cannot find the path
http://dl.google.com/android/android-sdk_r21.1-windows.zip 

如果提示找不到路徑的話,手動下載 android sdk



Step 2. check android version you want to use, like Android 2.3.3 then click Install.
p.s. Please make sure Google APIs with the version you choose is checked.


步驟二. 勾選要開發的 android 版本,然後再按下 Install 。
註. 請確認選擇的版本下的 Google APIs 有被勾選到。



Step 3. check "Accept All" and click Install to finish Android SDK installation.
步驟三. 勾選 "Accept All" 後點選 Install 完成 Android SDK 安裝。


 [Demo with android virtual device 使用 Android 虛擬裝置跑範例]

Step 1. click Window -> AVD manger.
步驟一. 點擊 Window -> AVD manger。



Step 2. click New button.
步驟二. 點擊 New 按鈕。



Step 3. set the device version you want to test.
For android 2.3.3 version, input Android 233 for the Name and select "Google APIs (Google Inc.) - API Level 10" for the  target.

步驟三. 設定要測試的裝置版本,如 Android 2.3.3 版本的話,在 Name 輸入 Android 233,並在 Target 選擇 "Google APIs (Google Inc.) - API Level 10"。



Step 4. You can see a android virtual device in the list. Click X to exit AVD manager at top right corner.
步驟四. 在清單中可以看到 Android 的模擬器。按下右上角的 X 離開 AVD manager。




Step 5 click icon to open a wizard to help create a new Android project.
步驟五. 點擊 open a wizard to help create a new Android project 的圖示。



Step 6. input project Name "HelloWorld".
步驟六. 輸入 project 名稱 "HelloWorld" 。



Step 7. select the SDK version "Google APIs" or you cannot use many functions that Google provides.
步驟 7. 選擇 SDK 版本  "Google APIs"。否則的話會無法使用 Google 的產品功能。



Step 8. input Package name "test.heloworld". This should be your app's unique id.
步驟八. 輸入 Package 名稱 " "test.heloworld"。這應該也要是 app 唯一的識別碼。



Step 9. Right click on HelloWorld project and click "Run as" -> "Android application".
步驟九. 在 HelloWorld project  按下右鍵選擇 "Run as" -> "Android application"。



Step 10. If nothing goes wrong, You can see "HellowWorld" in Android Virtual Devce!
步驟十. 如果順利的話,在 Android 虛擬裝置上就可以看到 "HelloWorld" 的字樣了!


No comments:

Post a Comment