安装android3.0 编译环境需要的sources.list

我们常常出现安装android 3.0 的编译环境的时候出现无法更新下载的过程,解决方法就是,

sudo cp /etc/apt/sources.list sources.list.bak

sodu vim /etc/apt/sources.list

复制下面的内容到sources.list

保存退出。

sudo apt-get upgrade

sudo apt-get update

sudo apt-get install ....

 

 deb http://ubuntu.cn99.com/ubuntu/ lucid main multiverse restricted universe
deb http://ubuntu.cn99.com/ubuntu/ lucid-backports main multiverse restricted universe
deb http://ubuntu.cn99.com/ubuntu/ lucid-proposed main multiverse restricted universe
deb http://ubuntu.cn99.com/ubuntu/ lucid-security main multiverse restricted universe
deb http://ubuntu.cn99.com/ubuntu/ lucid-updates main multiverse restricted universe
deb-src http://ubuntu.cn99.com/ubuntu/ lucid main multiverse restricted universe
deb-src http://ubuntu.cn99.com/ubuntu/ lucid-backports main multiverse restricted universe
deb-src http://ubuntu.cn99.com/ubuntu/ lucid-proposed main multiverse restricted universe
deb-src http://ubuntu.cn99.com/ubuntu/ lucid-security main multiverse restricted universe
deb-src http://ubuntu.cn99.com/ubuntu/ lucid-updates main multiverse restricted universe

你可能感兴趣的:(android,vim)