2009年5月24日 星期日

一起加入Android的世界吧

最近一兩個月開始真正的投入Android懷抱中,其實Android不太難涉入,老實說比學一個Flex還要快呢!想學的人可以聽聽我的建議嚕
1.首先呢你必須先將Android開發環境裝好,其實在這裡部分我想第一次安裝就會遇上問題,所以我這邊的建議呢,建議你直接新安裝Ecplise 3.4版本
Ecplise 3.4下載
接著就去下載最新版的Android 1.5 SDK
Window 版
Linux 版
都下載且解壓縮完後接著就是安裝ADT(Android Developer Tool),接著按照官方的做法加入ADT

  1. Start Eclipse, then select Help > Software Updates....
  2. In the dialog that appears, click the Available Software tab.
  3. Click Add Site...
  4. Enter the Location:
    https://dl-ssl.google.com/android/eclipse/

    If you have trouble aqcuiring the plugin, try using "http" in the Location URL, instead of "https" (https is preferred for security reasons).

    Click OK.

  5. Back in the Available Software view, you should see the plugin listed by the URL, with "Developer Tools" nested within it. Select the checkbox next to Developer Tools and click Install...
  6. On the subsequent Install window, "Android DDMS" and "Android Development Tools" should both be checked. Click Next.
  7. Read and accept the license agreement, then click Finish.
  8. Restart Eclipse.
以上都弄完後,記得你的java JDK 一定要1.6版本以上喔!!,Ecplise內complier一定也要選1.6以上喔!!

這樣你就算把基本環境架設完嚕