1 / 19

Android 前言

Android 前言. 安裝 Android 環境及相關開發工具. 安裝環境. 開發環 境 JDK 6.0 以上 Android SDK Eclipse 3.5. 安裝步驟 (1). 檢查一下 Path 環境變數,看 <JDK_Home> / bin 是否放置在最前面,避免 Android Emulator 執行時,使用到舊版本的 JDK 而發生錯誤 . 執行 <Android_Home> / SDK Setup.exe. 切換到 Settings 選項 , 輸入相關可上網資訊 :.

sammy
Download Presentation

Android 前言

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Android前言 安裝Android環境及相關開發工具

  2. 安裝環境 • 開發環境 • JDK 6.0 以上 • Android SDK • Eclipse 3.5

  3. 安裝步驟(1) • 檢查一下Path環境變數,看<JDK_Home> / bin是否放置在最前面,避免 Android Emulator執行時,使用到舊版本的 JDK而發生錯誤. • 執行 <Android_Home> / SDK Setup.exe.

  4. 切換到 Settings 選項, 輸入相關可上網資訊 :

  5. 切換到 Installed Packages 選項, 按 "Update All..." 鈕, 進行 Android SDK 下載 :

  6. 選擇 "Accept All", 然後按 "Install Accepted" 鈕, 開始安裝 :

  7. 安裝中 ...

  8. 安裝完成, 呈現出有哪些 Android SDK 版本已安裝 :

  9. 將 <Android_Home> / tools 加入到 Path 環境變數中.

  10. 查詢 Android Virtual Device 列表 : 在 Dos Command, 執行 "android list".

  11. 建立 Android Virtual Device : 在 Dos Command, 執行 "android create avd -n avdName -t avdID".

  12. 執行 Android Emulator : 在 Dos Command, 執行 "emulator -avd avdName" 即可 出現下面畫面, 表示開機中, 而非當機 ... 耐心等候, 在上面兩個畫面消失後, 就會看到標準的 Android 畫面了.

  13. 安裝步驟(2) • 開啟 Eclipse, 點選 Menu: Help / Install New Software, 進行 Eclipse Plugin: ADT 安裝 :

  14. 選擇Add • 將圖中的Location請輸入 "http://dl-ssl.google.com/android/eclipse" : • Name隨便輸入就好(建議不要輸入中文)

  15. 將Developer Tools全部打勾,按Next

  16. 將Android DDMS和Development Tools打勾,選擇I Accept,然後Finish的按鈕才能可用(底下這張圖是因為我已經安裝過,所以無法再次出現),接著系統會開始安裝一堆東西...需要一段時間(約五~十分鐘)

  17. 將Android SDK加入Eclipse中 • 選擇Window→Preferences

  18. 選擇左邊的Android,按Browse將android路徑加進來,按下OK,此時就已經完成選擇左邊的Android,按Browse將android路徑加進來,按下OK,此時就已經完成

  19. 在Eclipse的Menu: Window / Android SDK and AVD Manager中, 查看AVD是否已存在, 或沒有, 則請利用"android create avd ..." 指令建立之 :

More Related