android 的开发环境配置还是建议看 http://developer.android.com/sdk/index.html
这里面写的很详细,而且英文的读起来没有歧义,而且具体,在我看来比中文的容易理解。
1 . download the android SDK
上次面试的时候,那个人问我SDK安装的是什么版本的,不懂什么意思,官网上就一个啊,没有什么版本号啊,后来问我模拟器用的是什么版本的,这才明白2.1的我说。
当然这个还要安装JDK 和eclipse.我还是把版本号记下吧,省的问我的时候又茫然了
我用的jdk1.6.0_14,也就是常说的JDK1.6吧。eclipse的版本也有很多,现在才搞清楚,有helios,indigo,galieo的,分别对应的版本号不知道啦。老外喜欢有版本号然后再起个好听的名字,搞的我头都晕了。就像HTC手机一样。
2.Installing the ADT Plugin for Eclipse
在这个地方下载https://dl-ssl.google.com/android/eclipse/
配置ADT(Android Development Tools (ADT) is a plugin for the Eclipse IDE ) 找到SDK的位置
Select Window > Preferences... to open the Preferences panel (Mac OS X: Eclipse > Preferences).
- Select Android from the left panel.
You may see a dialog asking whether you want to send usage statistics to Google. If so, make your choice and click Proceed. You cannot continue with this procedure until you click Proceed.
- For the SDK Location in the main panel, click Browse... and locate your downloaded SDK directory.
- Click Apply, then OK.
3 Adding Platforms and Other Components
安装可用的package,From within Eclipse, select Window > Android SDK and AVD Manager
好了,可以了
接下来就可以新建项目了。