1)下载eclipse 地址:http://www.eclipse.org/downloads/ 2)安装adt 打开eclipse,菜单:help->install new software 然后就按部就班安装就行了,时间长短,看你的网速如何 3)下载android sdk 地址:http://developer.android.com/sdk/index.html 我只是选择了sdk,未选择adt-bundle for mac 下载后解压,我的解压路径是: /Users/xueguolian
Mac 配置 vim 安装 vim 7.4 cd ~ hg clone https://code.google.com/p/vim/ cd vim ./configure --with-features=huge \ --enable-multibyte \ --enable-rubyinterp \ --enable-pythoninterp \ --with-python-config-dir=/usr/lib/python2.7/config \ --enable-perlinterp \