上周五先分区整理出足够大对硬盘空间,大概有300+G,留给Ubunut,因为据说一个工程要占20G硬盘空间。这周我先学习熟悉一下吧,同时我申请了一块1T硬盘,最快要一周左右,到时候我会在新硬盘上再做一次。据IT部说可能没有1T的,那就买2T的吧。

       装完Ubuntu之后,就开始搭建开发环境了,做Android手机还是和开发Androi APP还是有些不一样的。下面是简要的过程,我到现在还没有装完,所以就不详述了:

1、修改软件源列表(在公司要申请网络权限)

执行命令:sudo gedit /etc/apt/sources.list
替换成如下内容:(natty是我用的Ubuntu系统的代号,在公司用的是1104版本)
deb http://ubuntu.cn99.com/ubuntu/ natty main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ natty-security main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ natty-updates main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ natty-proposed main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ natty-backports main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ natty main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ natty-security main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ natty-updates main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ natty-proposed main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ natty-backports main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu natty main multiverse
deb-src http://archive.ubuntu.com/ubuntu natty main multiverse
deb http://archive.canonical.com/ubuntu natty partner
deb-src http://archive.canonical.com/ubuntu natty partner

执行命令:sudo apt-get update
2、安装编译工具和依赖包

sudo apt-get install git-core gnupg flex bison gperf build-
essential \
zip curl zlib1g-dev libc6-dev lib32ncurses5-dev ia32-libs \
x11proto-core-dev libx11-dev lib32readline5-dev lib32z-dev \
libgl1-mesa-dev g++-multilib mingw32 tofrodos
3、安装JDK 

sudo apt-get install sun-java6-jdk
4、安装eclipse
5、安装ADT
6、安装 android SDK
7、 安装 beyond 比较工具
8、添加终端到鼠标右键,编译常用到
sudo apt-get install nautilus-open-terminal
9、配置 Evalution 邮件客户端,收邮件使用。
10、安装 VirtualBox(手机烧录软件还只能在windows平台)
11、手机设备驱动安装
12、安装arm eabi
13、安装信使,局域网通讯需要。

14、安装pidgin,至少我可以通过MSN和gtal与外界联系。QQ2008没法用。

15、安装Firefox的Falsh插件,这样我可以听歌。

16、修改hosts,翻墙需要。
17、在家里安装了VirtualBox,安装了一个Ubunut,感觉不错。