天天看点

MAC OSX上搭建Android开发环境

     参考博文:http://bbs.51cto.com/thread-884424-1.html

     Android Develop Tools(ADT)下载于官网:http://developer.android.com/sdk/ 

     在该参考博文中提到搭建Android集成开发环境需要三步:

          1. 下载 Eclipse IDE 开发工具

          2. 下载 JAVA SDK

          3. 下载 Android SDK

     我也按照这个步骤下载并安装了Eclipse,JAVA SDK系统已经自带,就剩最后一步下载SDK了,但从前面给出的官网下载了ADT发现这个446M的大包貌似已经把一切都准备好了,在http://developer.android.com/sdk/installing/bundle.html中说的很清楚:

With a single download, the ADT Bundle includes everything you need to begin developing apps:

Eclipse + ADT plugin

Android SDK Tools

Android Platform-tools

The latest Android platform

The latest Android system image for the emulator

Install the SDK and Eclipse IDE

Unpack the ZIP file (named adt-bundle-<os_platform>.zip) and save it to an appropriate location, such as a "Development" directory in your home directory.

Open the adt-bundle-<os_platform>/eclipse/ directory and launch eclipse.

That's it! The IDE is already loaded with the Android Developer Tools plugin and the SDK is ready to go. To start developing, read Building Your First App.

前辈们洋洋洒洒很长一篇介绍如何搭建环境的博文让google都给做了,真是太棒了!

     另外,学习android其实最好的资源应该就是Android官网:http://developer.android.com/training/basics/firstapp/index.html,从第一个helloworld到高级特性的学习都有详尽的文本甚至视频资源,与其买一本本厚厚的翻译于此的教程书,不如直接从这里学起。