您的位置:首页 > 移动开发 > Android开发

Android ubuntu 开发环境安装

2011-01-09 06:21 375 查看
Setup android ubuntu develope enviroment

1. Prepare

1.1 Hardware environment prepare:

I suggest that the computer has:

CPU: Intel core2 E serials / AMD Phenom II X2 serials

Memory: 2GB

HardDisk: 50G

If you install the operating system with an virtual machine, I suggest the computer should have:

CPU: Intel core2 Q serials / AMD Phenom II X4 serials

Memory: 4GB

HardDisk: 200GB

Then the virtual machine should have:

CPU: Dual-core processors

Memory: 2GB

HardDisk: 50GB

Make sure you computer connect with internet.

1.2 Download:

Ubuntu operating system:

You can switch which version you like by this link:
http://mirror.mcs.anl.gov/pub/ubuntu-iso/DVDs/ubuntu/
Notice:

a. Google suggest you use version 8.04, so your choosed version should newer than 8.04.

b. I preferred use 9.04.

1.3 Burn CD/DVD

Burn the ubuntu operating system.

2. Install

2.1 Setup ubuntu system:

Insert the prepared CD/DVD. Setup ubuntu follow the setup steps.

2.2 Setup user environment:

a. confirm the network.

open a terminal, type:

$ ifconfig

Make sure your machine has been allocated a address. Otherwise, you should allocate the address

by yourself. Type in the terminal:

$ sudo gedit /etc/network/interfaces

If your NIC is eth0, static IP address style is:

auto eth0

iface eth0 inet static

address 10.0.1.100

netmask 255.255.255.0

gateway 10.0.1.1

If your NIC is eth0, dynamic IP address style is:

auto eth0

iface eth0 inet dhcp

Save the file and exit, then type in the terminal:

$ sudo /etc/init.d/networking restart

If you use a network agent, you have to modify the bash file, type in the terminal:

$ sudo gedit /etc/bash.bashrc

Append these text to this file:

export http_proxy="http://10.0.0.1:1000@username:password"

Save the file and exit, then restart the computer.

b. update the source list.

open a terminal, type:

$ sudo gedit /etc/apt/sources.list

You should modify the content in the file. Usually, it needs more source.

Search your need under, and paste them to your source list file. If your ubuntu version is higher than 9.04, you should add

9.04 source list to your source list also. Because 9.04 or lower version has jdk 5 source.

Then save it, type in the terminal:

$ sudo apt-get update

This process will cost some time, you can a rest.

For version 8.04:

deb http://archive.ubuntu.com/ubuntu hardy main restricted universe multiverse

deb http://archive.ubuntu.com/ubuntu hardy-security main restricted universe multiverse

deb http://archive.ubuntu.com/ubuntu hardy-updates main restricted universe multiverse

deb http://archive.ubuntu.com/ubuntu hardy-backports main restricted universe multiverse

deb http://archive.ubuntu.com/ubuntu hardy-proposed main restricted universe multiverse

deb-src http://archive.ubuntu.com/ubuntu hardy main restricted universe multiverse

deb-src http://archive.ubuntu.com/ubuntu hardy-security main restricted universe multiverse

deb-src http://archive.ubuntu.com/ubuntu hardy-updates main restricted universe multiverse

deb-src http://archive.ubuntu.com/ubuntu hardy-backports main restricted universe multiverse

deb-src http://archive.ubuntu.com/ubuntu hardy-proposed main restricted universe multiverse

deb http://cn.archive.ubuntu.com/ubuntu hardy main restricted universe multiverse

deb http://cn.archive.ubuntu.com/ubuntu hardy-security main restricted universe multiverse

deb http://cn.archive.ubuntu.com/ubuntu hardy-updates main restricted universe multiverse

deb http://cn.archive.ubuntu.com/ubuntu hardy-backports main restricted universe multiverse

deb http://cn.archive.ubuntu.com/ubuntu hardy-proposed main restricted universe multiverse

deb-src http://cn.archive.ubuntu.com/ubuntu hardy main restricted universe multiverse

deb-src http://cn.archive.ubuntu.com/ubuntu hardy-security main restricted universe multiverse

deb-src http://cn.archive.ubuntu.com/ubuntu hardy-updates main restricted universe multiverse

deb-src http://cn.archive.ubuntu.com/ubuntu hardy-backports main restricted universe multiverse

deb-src http://cn.archive.ubuntu.com/ubuntu hardy-proposed main restricted universe multiverse

deb http://ftp.sjtu.edu.cn/ubuntu/ hardy main multiverse restricted universe

deb http://ftp.sjtu.edu.cn/ubuntu/ hardy-backports main multiverse restricted universe

deb http://ftp.sjtu.edu.cn/ubuntu/ hardy-proposed main multiverse restricted universe

deb http://ftp.sjtu.edu.cn/ubuntu/ hardy-security main multiverse restricted universe

deb http://ftp.sjtu.edu.cn/ubuntu/ hardy-updates main multiverse restricted universe

deb-src http://ftp.sjtu.edu.cn/ubuntu/ hardy main multiverse restricted universe

deb-src http://ftp.sjtu.edu.cn/ubuntu/ hardy-backports main multiverse restricted universe

deb-src http://ftp.sjtu.edu.cn/ubuntu/ hardy-proposed main multiverse restricted universe

deb-src http://ftp.sjtu.edu.cn/ubuntu/ hardy-security main multiverse restricted universe

deb-src http://ftp.sjtu.edu.cn/ubuntu/ hardy-updates main multiverse restricted universe

deb http://debian.ustc.edu.cn/ubuntu/ hardy main multiverse restricted universe

deb http://debian.ustc.edu.cn/ubuntu/ hardy-backports main multiverse restricted universe

deb http://debian.ustc.edu.cn/ubuntu/ hardy-proposed main multiverse restricted universe

deb http://debian.ustc.edu.cn/ubuntu/ hardy-security main multiverse restricted universe

deb http://debian.ustc.edu.cn/ubuntu/ hardy-updates main multiverse restricted universe

deb-src http://debian.ustc.edu.cn/ubuntu/ hardy main multiverse restricted universe

deb-src http://debian.ustc.edu.cn/ubuntu/ hardy-backports main multiverse restricted universe

deb-src http://debian.ustc.edu.cn/ubuntu/ hardy-proposed main multiverse restricted universe

deb-src http://debian.ustc.edu.cn/ubuntu/ hardy-security main multiverse restricted universe

deb-src http://debian.ustc.edu.cn/ubuntu/ hardy-updates main multiverse restricted universe

For version 8.10:

deb http://archive.ubuntu.com/ubuntu/ intrepid main restricted universe multiverse

deb http://archive.ubuntu.com/ubuntu/ intrepid-security main restricted universe multiverse

deb http://archive.ubuntu.com/ubuntu/ intrepid-updates main restricted universe multiverse

deb http://archive.ubuntu.com/ubuntu/ intrepid-proposed main restricted universe multiverse

deb http://archive.ubuntu.com/ubuntu/ intrepid-backports main restricted universe multiverse

deb-src http://archive.ubuntu.com/ubuntu/ intrepid main restricted universe multiverse

deb-src http://archive.ubuntu.com/ubuntu/ intrepid-security main restricted universe multiverse

deb-src http://archive.ubuntu.com/ubuntu/ intrepid-updates main restricted universe multiverse

deb-src http://archive.ubuntu.com/ubuntu/ intrepid-proposed main restricted universe multiverse

deb-src http://archive.ubuntu.com/ubuntu/ intrepid-backports main restricted universe multiverse

deb http://ubuntu.cn99.com/ubuntu/ intrepid main restricted universe multiverse

deb http://ubuntu.cn99.com/ubuntu/ intrepid-security main restricted universe multiverse

deb http://ubuntu.cn99.com/ubuntu/ intrepid-updates main restricted universe multiverse

deb http://ubuntu.cn99.com/ubuntu/ intrepid-proposed main restricted universe multiverse

deb http://ubuntu.cn99.com/ubuntu/ intrepid-backports main restricted universe multiverse

deb-src http://ubuntu.cn99.com/ubuntu/ intrepid main restricted universe multiverse

deb-src http://ubuntu.cn99.com/ubuntu/ intrepid-security main restricted universe multiverse

deb-src http://ubuntu.cn99.com/ubuntu/ intrepid-updates main restricted universe multiverse

deb-src http://ubuntu.cn99.com/ubuntu/ intrepid-proposed main restricted universe multiverse

deb-src http://ubuntu.cn99.com/ubuntu/ intrepid-backports main restricted universe multiverse

deb http://mirrors.163.com/ubuntu/ intrepid main restricted universe multiverse

deb http://mirrors.163.com/ubuntu/ intrepid-security main restricted universe multiverse

deb http://mirrors.163.com/ubuntu/ intrepid-updates main restricted universe multiverse

deb http://mirrors.163.com/ubuntu/ intrepid-proposed main restricted universe multiverse

deb http://mirrors.163.com/ubuntu/ intrepid-backports main restricted universe multiverse

deb-src http://mirrors.163.com/ubuntu/ intrepid main restricted universe multiverse

deb-src http://mirrors.163.com/ubuntu/ intrepid-security main restricted universe multiverse

deb-src http://mirrors.163.com/ubuntu/ intrepid-updates main restricted universe multiverse

deb-src http://mirrors.163.com/ubuntu/ intrepid-proposed main restricted universe multiverse

deb-src http://mirrors.163.com/ubuntu/ intrepid-backports main restricted universe multiverse

deb http://cn.archive.ubuntu.com/ubuntu intrepid main restricted universe multiverse

deb http://cn.archive.ubuntu.com/ubuntu intrepid-security main restricted universe multiverse

deb http://cn.archive.ubuntu.com/ubuntu intrepid-updates main restricted universe multiverse

deb http://cn.archive.ubuntu.com/ubuntu intrepid-backports main restricted universe multiverse

deb http://cn.archive.ubuntu.com/ubuntu intrepid-proposed main restricted universe multiverse

deb-src http://cn.archive.ubuntu.com/ubuntu intrepid main restricted universe multiverse

deb-src http://cn.archive.ubuntu.com/ubuntu intrepid-security main restricted universe multiverse

deb-src http://cn.archive.ubuntu.com/ubuntu intrepid-updates main restricted universe multiverse

deb-src http://cn.archive.ubuntu.com/ubuntu intrepid-backports main restricted universe multiverse

deb-src http://cn.archive.ubuntu.com/ubuntu intrepid-proposed main restricted universe multiverse

deb http://mirror.lupaworld.com/ubuntu intrepid main restricted universe multiverse

deb http://mirror.lupaworld.com/ubuntu intrepid-security main restricted universe multiverse

deb http://mirror.lupaworld.com/ubuntu intrepid-updates main restricted universe multiverse

deb http://mirror.lupaworld.com/ubuntu intrepid-backports main restricted universe multiverse

deb http://mirror.lupaworld.com/ubuntu intrepid-proposed main restricted universe multiverse

deb-src http://mirror.lupaworld.com/ubuntu intrepid main restricted universe multiverse

deb-src http://mirror.lupaworld.com/ubuntu intrepid-security main restricted universe multiverse

deb-src http://mirror.lupaworld.com/ubuntu intrepid-updates main restricted universe multiverse

deb-src http://mirror.lupaworld.com/ubuntu intrepid-backports main restricted universe multiverse

deb-src http://mirror.lupaworld.com/ubuntu intrepid-proposed main restricted universe multiverse

deb ftp://ubuntu.realss.cn/ubuntu/ intrepid main restricted universe multiverse

deb ftp://ubuntu.realss.cn/ubuntu/ intrepid-backports restricted universe multiverse

deb ftp://ubuntu.realss.cn/ubuntu/ intrepid-proposed main restricted universe multiverse

deb ftp://ubuntu.realss.cn/ubuntu/ intrepid-security main restricted universe multiverse

deb ftp://ubuntu.realss.cn/ubuntu/ intrepid-updates main restricted universe multiverse

deb-src ftp://ubuntu.realss.cn/ubuntu/ intrepid main restricted universe multiverse

deb-src ftp://ubuntu.realss.cn/ubuntu/ intrepid-backports main restricted universe multiverse

deb-src ftp://ubuntu.realss.cn/ubuntu/ intrepid-proposed main restricted universe multiverse

deb-src ftp://ubuntu.realss.cn/ubuntu/ intrepid-security main restricted universe multiverse

deb-src ftp://ubuntu.realss.cn/ubuntu/ intrepid-updates main restricted universe multiverse

deb http://ubuntu.uestc.edu.cn/ubuntu/ intrepid main multiverse restricted universe

deb http://ubuntu.uestc.edu.cn/ubuntu/ intrepid-backports main multiverse restricted universe

deb http://ubuntu.uestc.edu.cn/ubuntu/ intrepid-proposed main multiverse restricted universe

deb http://ubuntu.uestc.edu.cn/ubuntu/ intrepid-security main multiverse restricted universe

deb http://ubuntu.uestc.edu.cn/ubuntu/ intrepid-updates main multiverse restricted universe

deb-src http://ubuntu.uestc.edu.cn/ubuntu/ intrepid main multiverse restricted universe

deb-src http://ubuntu.uestc.edu.cn/ubuntu/ intrepid-backports main multiverse restricted universe

deb-src http://ubuntu.uestc.edu.cn/ubuntu/ intrepid-proposed main multiverse restricted universe

deb-src http://ubuntu.uestc.edu.cn/ubuntu/ intrepid-security main multiverse restricted universe

deb-src http://ubuntu.uestc.edu.cn/ubuntu/ intrepid-updates main multiverse restricted universe

deb http://ubuntu.dormforce.net/ubuntu/ intrepid main multiverse restricted universe

deb http://ubuntu.dormforce.net/ubuntu/ intrepid-backports main multiverse restricted universe

deb http://ubuntu.dormforce.net/ubuntu/ intrepid-proposed main multiverse restricted universe

deb http://ubuntu.dormforce.net/ubuntu/ intrepid-security main multiverse restricted universe

deb http://ubuntu.dormforce.net/ubuntu/ intrepid-updates main multiverse restricted universe

deb-src http://ubuntu.dormforce.net/ubuntu/ intrepid main multiverse restricted universe

deb-src http://ubuntu.dormforce.net/ubuntu/ intrepid-backports main multiverse restricted universe

deb-src http://ubuntu.dormforce.net/ubuntu/ intrepid-proposed main multiverse restricted universe

deb-src http://ubuntu.dormforce.net/ubuntu/ intrepid-security main multiverse restricted universe

deb-src http://ubuntu.dormforce.net/ubuntu/ intrepid-updates main multiverse restricted universe

deb http://ftp.sjtu.edu.cn/ubuntu/ intrepid main multiverse restricted universe

deb http://ftp.sjtu.edu.cn/ubuntu/ intrepid-backports main multiverse restricted universe

deb http://ftp.sjtu.edu.cn/ubuntu/ intrepid-proposed main multiverse restricted universe

deb http://ftp.sjtu.edu.cn/ubuntu/ intrepid-security main multiverse restricted universe

deb http://ftp.sjtu.edu.cn/ubuntu/ intrepid-updates main multiverse restricted universe

deb-src http://ftp.sjtu.edu.cn/ubuntu/ intrepid main multiverse restricted universe

deb-src http://ftp.sjtu.edu.cn/ubuntu/ intrepid-backports main multiverse restricted universe

deb-src http://ftp.sjtu.edu.cn/ubuntu/ intrepid-proposed main multiverse restricted universe

deb-src http://ftp.sjtu.edu.cn/ubuntu/ intrepid-security main multiverse restricted universe

deb-src http://ftp.sjtu.edu.cn/ubuntu/ intrepid-updates main multiverse restricted universe

deb http://debian.ustc.edu.cn/ubuntu/ intrepid main multiverse restricted universe

deb http://debian.ustc.edu.cn/ubuntu/ intrepid-backports main multiverse restricted universe

deb http://debian.ustc.edu.cn/ubuntu/ intrepid-proposed main multiverse restricted universe

deb http://debian.ustc.edu.cn/ubuntu/ intrepid-security main multiverse restricted universe

deb http://debian.ustc.edu.cn/ubuntu/ intrepid-updates main multiverse restricted universe

deb-src http://debian.ustc.edu.cn/ubuntu/ intrepid main multiverse restricted universe

deb-src http://debian.ustc.edu.cn/ubuntu/ intrepid-backports main multiverse restricted universe

deb-src http://debian.ustc.edu.cn/ubuntu/ intrepid-proposed main multiverse restricted universe

deb-src http://debian.ustc.edu.cn/ubuntu/ intrepid-security main multiverse restricted universe

deb-src http://debian.ustc.edu.cn/ubuntu/ intrepid-updates main multiverse restricted universe

deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ intrepid main restricted universe multiverse

deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ intrepid main restricted universe multiverse

deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ intrepid-updates main restricted universe multiverse

deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ intrepid-updates main restricted universe multiverse

deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ intrepid-backports main restricted universe multiverse

deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ intrepid-backports main restricted universe multiverse

deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ intrepid-security main restricted universe multiverse

deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ intrepid-security main restricted universe multiverse

deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ intrepid-proposed main multiverse restricted universe

deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ intrepid-proposed main restricted universe multiverse

deb http://mirror.rootguide.org/ubuntu/ intrepid main restricted universe multiverse

deb-src http://mirror.rootguide.org/ubuntu/ intrepid main restricted universe multiverse

deb http://mirror.rootguide.org/ubuntu/ intrepid-updates main restricted universe multiverse

deb-src http://mirror.rootguide.org/ubuntu/ intrepid-updates main restricted universe multiverse

deb http://mirror.rootguide.org/ubuntu/ intrepid-backports main restricted universe multiverse

deb-src http://mirror.rootguide.org/ubuntu/ intrepid-backports main restricted universe multiverse

deb http://mirror.rootguide.org/ubuntu/ intrepid-security main restricted universe multiverse

deb-src http://mirror.rootguide.org/ubuntu/ intrepid-security main restricted universe multiverse

deb http://mirror.rootguide.org/ubuntu/ intrepid-proposed main multiverse restricted universe

deb-src http://mirror.rootguide.org/ubuntu/ intrepid-proposed main restricted universe multiverse

deb http://tw.archive.ubuntu.com/ubuntu intrepid main restricted universe multiverse

deb http://tw.archive.ubuntu.com/ubuntu intrepid-security main restricted universe multiverse

deb http://tw.archive.ubuntu.com/ubuntu intrepid-updates main restricted universe multiverse

deb http://tw.archive.ubuntu.com/ubuntu intrepid-backports main restricted universe multiverse

deb http://tw.archive.ubuntu.com/ubuntu intrepid-proposed main restricted universe multiverse

deb-src http://tw.archive.ubuntu.com/ubuntu intrepid main restricted universe multiverse

deb-src http://tw.archive.ubuntu.com/ubuntu intrepid-security main restricted universe multiverse

deb-src http://tw.archive.ubuntu.com/ubuntu intrepid-updates main restricted universe multiverse

deb-src http://tw.archive.ubuntu.com/ubuntu intrepid-backports main restricted universe multiverse

deb-src http://tw.archive.ubuntu.com/ubuntu intrepid-proposed main restricted universe multiverse

For version 9.04:

deb http://archive.ubuntu.com/ubuntu/ jaunty main restricted universe multiverse

deb http://archive.ubuntu.com/ubuntu/ jaunty-security main restricted universe multiverse

deb http://archive.ubuntu.com/ubuntu/ jaunty-updates main restricted universe multiverse

deb http://archive.ubuntu.com/ubuntu/ jaunty-proposed main restricted universe multiverse

deb http://archive.ubuntu.com/ubuntu/ jaunty-backports main restricted universe multiverse

deb-src http://archive.ubuntu.com/ubuntu/ jaunty main restricted universe multiverse

deb-src http://archive.ubuntu.com/ubuntu/ jaunty-security main restricted universe multiverse

deb-src http://archive.ubuntu.com/ubuntu/ jaunty-updates main restricted universe multiverse

deb-src http://archive.ubuntu.com/ubuntu/ jaunty-proposed main restricted universe multiverse

deb-src http://archive.ubuntu.com/ubuntu/ jaunty-backports main restricted universe multiverse

deb http://mirrors.163.com/ubuntu/ jaunty main restricted universe multiverse

deb http://mirrors.163.com/ubuntu/ jaunty-security main restricted universe multiverse

deb http://mirrors.163.com/ubuntu/ jaunty-updates main restricted universe multiverse

deb http://mirrors.163.com/ubuntu/ jaunty-proposed main restricted universe multiverse

deb http://mirrors.163.com/ubuntu/ jaunty-backports main restricted universe multiverse

deb-src http://mirrors.163.com/ubuntu/ jaunty main restricted universe multiverse

deb-src http://mirrors.163.com/ubuntu/ jaunty-security main restricted universe multiverse

deb-src http://mirrors.163.com/ubuntu/ jaunty-updates main restricted universe multiverse

deb-src http://mirrors.163.com/ubuntu/ jaunty-proposed main restricted universe multiverse

deb-src http://mirrors.163.com/ubuntu/ jaunty-backports main restricted universe multiverse

deb http://cn.archive.ubuntu.com/ubuntu jaunty main restricted universe multiverse

deb http://cn.archive.ubuntu.com/ubuntu jaunty-security main restricted universe multiverse

deb http://cn.archive.ubuntu.com/ubuntu jaunty-updates main restricted universe multiverse

deb http://cn.archive.ubuntu.com/ubuntu jaunty-backports main restricted universe multiverse

deb http://cn.archive.ubuntu.com/ubuntu jaunty-proposed main restricted universe multiverse

deb-src http://cn.archive.ubuntu.com/ubuntu jaunty main restricted universe multiverse

deb-src http://cn.archive.ubuntu.com/ubuntu jaunty-security main restricted universe multiverse

deb-src http://cn.archive.ubuntu.com/ubuntu jaunty-updates main restricted universe multiverse

deb-src http://cn.archive.ubuntu.com/ubuntu jaunty-backports main restricted universe multiverse

deb-src http://cn.archive.ubuntu.com/ubuntu jaunty-proposed main restricted universe multiverse

deb http://mirror.lupaworld.com/ubuntu jaunty main restricted universe multiverse

deb http://mirror.lupaworld.com/ubuntu jaunty-security main restricted universe multiverse

deb http://mirror.lupaworld.com/ubuntu jaunty-updates main restricted universe multiverse

deb http://mirror.lupaworld.com/ubuntu jaunty-backports main restricted universe multiverse

deb http://mirror.lupaworld.com/ubuntu jaunty-proposed main restricted universe multiverse

deb-src http://mirror.lupaworld.com/ubuntu jaunty main restricted universe multiverse

deb-src http://mirror.lupaworld.com/ubuntu jaunty-security main restricted universe multiverse

deb-src http://mirror.lupaworld.com/ubuntu jaunty-updates main restricted universe multiverse

deb-src http://mirror.lupaworld.com/ubuntu jaunty-backports main restricted universe multiverse

deb-src http://mirror.lupaworld.com/ubuntu jaunty-proposed main restricted universe multiverse

deb ftp://ubuntu.realss.cn/ubuntu/ jaunty main restricted universe multiverse

deb ftp://ubuntu.realss.cn/ubuntu/ jaunty-backports restricted universe multiverse

deb ftp://ubuntu.realss.cn/ubuntu/ jaunty-proposed main restricted universe multiverse

deb ftp://ubuntu.realss.cn/ubuntu/ jaunty-security main restricted universe multiverse

deb ftp://ubuntu.realss.cn/ubuntu/ jaunty-updates main restricted universe multiverse

deb-src ftp://ubuntu.realss.cn/ubuntu/ jaunty main restricted universe multiverse

deb-src ftp://ubuntu.realss.cn/ubuntu/ jaunty-backports main restricted universe multiverse

deb-src ftp://ubuntu.realss.cn/ubuntu/ jaunty-proposed main restricted universe multiverse

deb-src ftp://ubuntu.realss.cn/ubuntu/ jaunty-security main restricted universe multiverse

deb-src ftp://ubuntu.realss.cn/ubuntu/ jaunty-updates main restricted universe multiverse

deb http://ubuntu.uestc.edu.cn/ubuntu/ jaunty main multiverse restricted universe

deb http://ubuntu.uestc.edu.cn/ubuntu/ jaunty-backports main multiverse restricted universe

deb http://ubuntu.uestc.edu.cn/ubuntu/ jaunty-proposed main multiverse restricted universe

deb http://ubuntu.uestc.edu.cn/ubuntu/ jaunty-security main multiverse restricted universe

deb http://ubuntu.uestc.edu.cn/ubuntu/ jaunty-updates main multiverse restricted universe

deb-src http://ubuntu.uestc.edu.cn/ubuntu/ jaunty main multiverse restricted universe

deb-src http://ubuntu.uestc.edu.cn/ubuntu/ jaunty-backports main multiverse restricted universe

deb-src http://ubuntu.uestc.edu.cn/ubuntu/ jaunty-proposed main multiverse restricted universe

deb-src http://ubuntu.uestc.edu.cn/ubuntu/ jaunty-security main multiverse restricted universe

deb-src http://ubuntu.uestc.edu.cn/ubuntu/ jaunty-updates main multiverse restricted universe

deb http://ubuntu.dormforce.net/ubuntu/ jaunty main multiverse restricted universe

deb http://ubuntu.dormforce.net/ubuntu/ jaunty-backports main multiverse restricted universe

deb http://ubuntu.dormforce.net/ubuntu/ jaunty-proposed main multiverse restricted universe

deb http://ubuntu.dormforce.net/ubuntu/ jaunty-security main multiverse restricted universe

deb http://ubuntu.dormforce.net/ubuntu/ jaunty-updates main multiverse restricted universe

deb-src http://ubuntu.dormforce.net/ubuntu/ jaunty main multiverse restricted universe

deb-src http://ubuntu.dormforce.net/ubuntu/ jaunty-backports main multiverse restricted universe

deb-src http://ubuntu.dormforce.net/ubuntu/ jaunty-proposed main multiverse restricted universe

deb-src http://ubuntu.dormforce.net/ubuntu/ jaunty-security main multiverse restricted universe

deb-src http://ubuntu.dormforce.net/ubuntu/ jaunty-updates main multiverse restricted universe

deb http://ftp.sjtu.edu.cn/ubuntu/ jaunty main multiverse restricted universe

deb http://ftp.sjtu.edu.cn/ubuntu/ jaunty-backports main multiverse restricted universe

deb http://ftp.sjtu.edu.cn/ubuntu/ jaunty-proposed main multiverse restricted universe

deb http://ftp.sjtu.edu.cn/ubuntu/ jaunty-security main multiverse restricted universe

deb http://ftp.sjtu.edu.cn/ubuntu/ jaunty-updates main multiverse restricted universe

deb-src http://ftp.sjtu.edu.cn/ubuntu/ jaunty main multiverse restricted universe

deb-src http://ftp.sjtu.edu.cn/ubuntu/ jaunty-backports main multiverse restricted universe

deb-src http://ftp.sjtu.edu.cn/ubuntu/ jaunty-proposed main multiverse restricted universe

deb-src http://ftp.sjtu.edu.cn/ubuntu/ jaunty-security main multiverse restricted universe

deb-src http://ftp.sjtu.edu.cn/ubuntu/ jaunty-updates main multiverse restricted universe

deb http://debian.ustc.edu.cn/ubuntu/ jaunty main multiverse restricted universe

deb http://debian.ustc.edu.cn/ubuntu/ jaunty-backports main multiverse restricted universe

deb http://debian.ustc.edu.cn/ubuntu/ jaunty-proposed main multiverse restricted universe

deb http://debian.ustc.edu.cn/ubuntu/ jaunty-security main multiverse restricted universe

deb http://debian.ustc.edu.cn/ubuntu/ jaunty-updates main multiverse restricted universe

deb-src http://debian.ustc.edu.cn/ubuntu/ jaunty main multiverse restricted universe

deb-src http://debian.ustc.edu.cn/ubuntu/ jaunty-backports main multiverse restricted universe

deb-src http://debian.ustc.edu.cn/ubuntu/ jaunty-proposed main multiverse restricted universe

deb-src http://debian.ustc.edu.cn/ubuntu/ jaunty-security main multiverse restricted universe

deb-src http://debian.ustc.edu.cn/ubuntu/ jaunty-updates main multiverse restricted universe

deb http://www.tofree.org/ubuntu/ jaunty main restricted universe multiverse

deb http://www.tofree.org/ubuntu/ jaunty-security main restricted universe multiverse

deb http://www.tofree.org/ubuntu/ jaunty-updates main restricted universe multiverse

deb http://www.tofree.org/ubuntu/ jaunty-proposed main restricted universe multiverse

deb http://www.tofree.org/ubuntu/ jaunty-backports main restricted universe multiverse

deb-src http://www.tofree.org/ubuntu/ jaunty main restricted universe multiverse

deb-src http://www.tofree.org/ubuntu/ jaunty-security main restricted universe multiverse

deb-src http://www.tofree.org/ubuntu/ jaunty-updates main restricted universe multiverse

deb-src http://www.tofree.org/ubuntu/ jaunty-proposed main restricted universe multiverse

deb-src http://www.tofree.org/ubuntu/ jaunty-backports main restricted universe multiverse

deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ jaunty main restricted universe multiverse

deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ jaunty main restricted universe multiverse

deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ jaunty-updates main restricted universe multiverse

deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ jaunty-updates main restricted universe multiverse

deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ jaunty-backports main restricted universe multiverse

deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ jaunty-backports main restricted universe multiverse

deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ jaunty-security main restricted universe multiverse

deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ jaunty-security main restricted universe multiverse

deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ jaunty-proposed main multiverse restricted universe

deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ jaunty-proposed main restricted universe multiverse

deb http://mirror.rootguide.org/ubuntu/ jaunty main restricted universe multiverse

deb-src http://mirror.rootguide.org/ubuntu/ jaunty main restricted universe multiverse

deb http://mirror.rootguide.org/ubuntu/ jaunty-updates main restricted universe multiverse

deb-src http://mirror.rootguide.org/ubuntu/ jaunty-updates main restricted universe multiverse

deb http://mirror.rootguide.org/ubuntu/ jaunty-backports main restricted universe multiverse

deb-src http://mirror.rootguide.org/ubuntu/ jaunty-backports main restricted universe multiverse

deb http://mirror.rootguide.org/ubuntu/ jaunty-security main restricted universe multiverse

deb-src http://mirror.rootguide.org/ubuntu/ jaunty-security main restricted universe multiverse

deb http://mirror.rootguide.org/ubuntu/ jaunty-proposed main multiverse restricted universe

deb-src http://mirror.rootguide.org/ubuntu/ jaunty-proposed main restricted universe multiverse

deb http://tw.archive.ubuntu.com/ubuntu jaunty main restricted universe multiverse

deb http://tw.archive.ubuntu.com/ubuntu jaunty-security main restricted universe multiverse

deb http://tw.archive.ubuntu.com/ubuntu jaunty-updates main restricted universe multiverse

deb http://tw.archive.ubuntu.com/ubuntu jaunty-backports main restricted universe multiverse

deb http://tw.archive.ubuntu.com/ubuntu jaunty-proposed main restricted universe multiverse

deb-src http://tw.archive.ubuntu.com/ubuntu jaunty main restricted universe multiverse

deb-src http://tw.archive.ubuntu.com/ubuntu jaunty-security main restricted universe multiverse

deb-src http://tw.archive.ubuntu.com/ubuntu jaunty-updates main restricted universe multiverse

deb-src http://tw.archive.ubuntu.com/ubuntu jaunty-backports main restricted universe multiverse

deb-src http://tw.archive.ubuntu.com/ubuntu jaunty-proposed main restricted universe multiverse

deb http://mirror.switch.ch/ftp/ubuntu/ jaunty main multiverse restricted universe

deb http://mirror.switch.ch/ftp/ubuntu/ jaunty-backports main multiverse restricted universe

deb http://mirror.switch.ch/ftp/ubuntu/ jaunty-proposed main multiverse restricted universe

deb http://mirror.switch.ch/ftp/ubuntu/ jaunty-security main multiverse restricted universe

deb http://mirror.switch.ch/ftp/ubuntu/ jaunty-updates main multiverse restricted universe

deb http://ftp.heanet.ie/mirrors/ubuntu/ jaunty main multiverse restricted universe

deb http://ftp.heanet.ie/mirrors/ubuntu/ jaunty-backports main multiverse restricted universe

deb http://ftp.heanet.ie/mirrors/ubuntu/ jaunty-proposed main multiverse restricted universe

deb http://ftp.heanet.ie/mirrors/ubuntu/ jaunty-security main multiverse restricted universe

deb http://ftp.heanet.ie/mirrors/ubuntu/ jaunty-updates main multiverse restricted universe

deb http://ftp.kddlabs.co.jp/020/Linux/packages/ubuntu/archive/ jaunty main multiverse restricted universe

deb http://ftp.kddlabs.co.jp/020/Linux/packages/ubuntu/archive/ jaunty-backports main multiverse restricted universe

deb http://ftp.kddlabs.co.jp/020/Linux/packages/ubuntu/archive/ jaunty-proposed main multiverse restricted universe

deb http://ftp.kddlabs.co.jp/020/Linux/packages/ubuntu/archive/ jaunty-security main multiverse restricted universe

deb http://ftp.kddlabs.co.jp/020/Linux/packages/ubuntu/archive/ jaunty-updates main multiverse restricted universe

For version 9.10:

deb http://archive.ubuntu.com/ubuntu/ karmic main restricted universe multiverse

deb http://archive.ubuntu.com/ubuntu/ karmic-security main restricted universe multiverse

deb http://archive.ubuntu.com/ubuntu/ karmic-updates main restricted universe multiverse

deb http://archive.ubuntu.com/ubuntu/ karmic-proposed main restricted universe multiverse

deb http://archive.ubuntu.com/ubuntu/ karmic-backports main restricted universe multiverse

deb-src http://archive.ubuntu.com/ubuntu/ karmic main restricted universe multiverse

deb-src http://archive.ubuntu.com/ubuntu/ karmic-security main restricted universe multiverse

deb-src http://archive.ubuntu.com/ubuntu/ karmic-updates main restricted universe multiverse

deb-src http://archive.ubuntu.com/ubuntu/ karmic-proposed main restricted universe multiverse

deb-src http://archive.ubuntu.com/ubuntu/ karmic-backports main restricted universe multiverse

deb http://ubuntu.srt.cn/ubuntu/ karmic main restricted universe multiverse

deb http://ubuntu.srt.cn/ubuntu/ karmic-security main restricted universe multiverse

deb http://ubuntu.srt.cn/ubuntu/ karmic-updates main restricted universe multiverse

deb http://ubuntu.srt.cn/ubuntu/ karmic-proposed main restricted universe multiverse

deb http://ubuntu.srt.cn/ubuntu/ karmic-backports main restricted universe multiverse

deb-src http://ubuntu.srt.cn/ubuntu/ karmic main restricted universe multiverse

deb-src http://ubuntu.srt.cn/ubuntu/ karmic-security main restricted universe multiverse

deb-src http://ubuntu.srt.cn/ubuntu/ karmic-updates main restricted universe multiverse

deb-src http://ubuntu.srt.cn/ubuntu/ karmic-proposed main restricted universe multiverse

deb-src http://ubuntu.srt.cn/ubuntu/ karmic-backports main restricted universe multiverse

deb http://mirror.lupaworld.com/ubuntu/ubuntu-cn karmic main restricted universe multiverse

deb http://mirrors.163.com/ubuntu/ karmic main restricted universe multiverse

deb http://mirrors.163.com/ubuntu/ karmic-security main restricted universe multiverse

deb http://mirrors.163.com/ubuntu/ karmic-updates main restricted universe multiverse

deb http://mirrors.163.com/ubuntu/ karmic-proposed main restricted universe multiverse

deb http://mirrors.163.com/ubuntu/ karmic-backports main restricted universe multiverse

deb-src http://mirrors.163.com/ubuntu/ karmic main restricted universe multiverse

deb-src http://mirrors.163.com/ubuntu/ karmic-security main restricted universe multiverse

deb-src http://mirrors.163.com/ubuntu/ karmic-updates main restricted universe multiverse

deb-src http://mirrors.163.com/ubuntu/ karmic-proposed main restricted universe multiverse

deb-src http://mirrors.163.com/ubuntu/ karmic-backports main restricted universe multiverse

deb http://mirrors.sohu.com/ubuntu/ karmic main restricted universe multiverse

deb http://mirrors.sohu.com/ubuntu/ karmic-security main restricted universe multiverse

deb http://mirrors.sohu.com/ubuntu/ karmic-updates main restricted universe multiverse

deb http://mirrors.sohu.com/ubuntu/ karmic-proposed main restricted universe multiverse

deb http://mirrors.sohu.com/ubuntu/ karmic-backports main restricted universe multiverse

deb-src http://mirrors.sohu.com/ubuntu/ karmic main restricted universe multiverse

deb-src http://mirrors.sohu.com/ubuntu/ karmic-security main restricted universe multiverse

deb-src http://mirrors.sohu.com/ubuntu/ karmic-updates main restricted universe multiverse

deb-src http://mirrors.sohu.com/ubuntu/ karmic-proposed main restricted universe multiverse

deb-src http://mirrors.sohu.com/ubuntu/ karmic-backports main restricted universe multiverse

deb http://cn.archive.ubuntu.com/ubuntu karmic main restricted universe multiverse

deb http://cn.archive.ubuntu.com/ubuntu karmic-security main restricted universe multiverse

deb http://cn.archive.ubuntu.com/ubuntu karmic-updates main restricted universe multiverse

deb http://cn.archive.ubuntu.com/ubuntu karmic-backports main restricted universe multiverse

deb http://cn.archive.ubuntu.com/ubuntu karmic-proposed main restricted universe multiverse

deb-src http://cn.archive.ubuntu.com/ubuntu karmic main restricted universe multiverse

deb-src http://cn.archive.ubuntu.com/ubuntu karmic-security main restricted universe multiverse

deb-src http://cn.archive.ubuntu.com/ubuntu karmic-updates main restricted universe multiverse

deb-src http://cn.archive.ubuntu.com/ubuntu karmic-backports main restricted universe multiverse

deb-src http://cn.archive.ubuntu.com/ubuntu karmic-proposed main restricted universe multiverse

deb http://mirror.lupaworld.com/ubuntu karmic main restricted universe multiverse

deb http://mirror.lupaworld.com/ubuntu karmic-security main restricted universe multiverse

deb http://mirror.lupaworld.com/ubuntu karmic-updates main restricted universe multiverse

deb http://mirror.lupaworld.com/ubuntu karmic-backports main restricted universe multiverse

deb http://mirror.lupaworld.com/ubuntu karmic-proposed main restricted universe multiverse

deb-src http://mirror.lupaworld.com/ubuntu karmic main restricted universe multiverse

deb-src http://mirror.lupaworld.com/ubuntu karmic-security main restricted universe multiverse

deb-src http://mirror.lupaworld.com/ubuntu karmic-updates main restricted universe multiverse

deb-src http://mirror.lupaworld.com/ubuntu karmic-backports main restricted universe multiverse

deb-src http://mirror.lupaworld.com/ubuntu karmic-proposed main restricted universe multiverse

deb ftp://ubuntu.realss.cn/ubuntu/ karmic main restricted universe multiverse

deb ftp://ubuntu.realss.cn/ubuntu/ karmic-backports restricted universe multiverse

deb ftp://ubuntu.realss.cn/ubuntu/ karmic-proposed main restricted universe multiverse

deb ftp://ubuntu.realss.cn/ubuntu/ karmic-security main restricted universe multiverse

deb ftp://ubuntu.realss.cn/ubuntu/ karmic-updates main restricted universe multiverse

deb-src ftp://ubuntu.realss.cn/ubuntu/ karmic main restricted universe multiverse

deb-src ftp://ubuntu.realss.cn/ubuntu/ karmic-backports main restricted universe multiverse

deb-src ftp://ubuntu.realss.cn/ubuntu/ karmic-proposed main restricted universe multiverse

deb-src ftp://ubuntu.realss.cn/ubuntu/ karmic-security main restricted universe multiverse

deb-src ftp://ubuntu.realss.cn/ubuntu/ karmic-updates main restricted universe multiverse

deb http://ubuntu.uestc.edu.cn/ubuntu/ karmic main multiverse restricted universe

deb http://ubuntu.uestc.edu.cn/ubuntu/ karmic-backports main multiverse restricted universe

deb http://ubuntu.uestc.edu.cn/ubuntu/ karmic-proposed main multiverse restricted universe

deb http://ubuntu.uestc.edu.cn/ubuntu/ karmic-security main multiverse restricted universe

deb http://ubuntu.uestc.edu.cn/ubuntu/ karmic-updates main multiverse restricted universe

deb-src http://ubuntu.uestc.edu.cn/ubuntu/ karmic main multiverse restricted universe

deb-src http://ubuntu.uestc.edu.cn/ubuntu/ karmic-backports main multiverse restricted universe

deb-src http://ubuntu.uestc.edu.cn/ubuntu/ karmic-proposed main multiverse restricted universe

deb-src http://ubuntu.uestc.edu.cn/ubuntu/ karmic-security main multiverse restricted universe

deb-src http://ubuntu.uestc.edu.cn/ubuntu/ karmic-updates main multiverse restricted universe

deb http://ubuntu.dormforce.net/ubuntu/ karmic main multiverse restricted universe

deb http://ubuntu.dormforce.net/ubuntu/ karmic-backports main multiverse restricted universe

deb http://ubuntu.dormforce.net/ubuntu/ karmic-proposed main multiverse restricted universe

deb http://ubuntu.dormforce.net/ubuntu/ karmic-security main multiverse restricted universe

deb http://ubuntu.dormforce.net/ubuntu/ karmic-updates main multiverse restricted universe

deb-src http://ubuntu.dormforce.net/ubuntu/ karmic main multiverse restricted universe

deb-src http://ubuntu.dormforce.net/ubuntu/ karmic-backports main multiverse restricted universe

deb-src http://ubuntu.dormforce.net/ubuntu/ karmic-proposed main multiverse restricted universe

deb-src http://ubuntu.dormforce.net/ubuntu/ karmic-security main multiverse restricted universe

deb-src http://ubuntu.dormforce.net/ubuntu/ karmic-updates main multiverse restricted universe

deb http://ftp.sjtu.edu.cn/ubuntu/ karmic main multiverse restricted universe

deb http://ftp.sjtu.edu.cn/ubuntu/ karmic-backports main multiverse restricted universe

deb http://ftp.sjtu.edu.cn/ubuntu/ karmic-proposed main multiverse restricted universe

deb http://ftp.sjtu.edu.cn/ubuntu/ karmic-security main multiverse restricted universe

deb http://ftp.sjtu.edu.cn/ubuntu/ karmic-updates main multiverse restricted universe

deb-src http://ftp.sjtu.edu.cn/ubuntu/ karmic main multiverse restricted universe

deb-src http://ftp.sjtu.edu.cn/ubuntu/ karmic-backports main multiverse restricted universe

deb-src http://ftp.sjtu.edu.cn/ubuntu/ karmic-proposed main multiverse restricted universe

deb-src http://ftp.sjtu.edu.cn/ubuntu/ karmic-security main multiverse restricted universe

deb-src http://ftp.sjtu.edu.cn/ubuntu/ karmic-updates main multiverse restricted universe

deb http://debian.ustc.edu.cn/ubuntu/ karmic main multiverse restricted universe

deb http://debian.ustc.edu.cn/ubuntu/ karmic-backports main multiverse restricted universe

deb http://debian.ustc.edu.cn/ubuntu/ karmic-proposed main multiverse restricted universe

deb http://debian.ustc.edu.cn/ubuntu/ karmic-security main multiverse restricted universe

deb http://debian.ustc.edu.cn/ubuntu/ karmic-updates main multiverse restricted universe

deb-src http://debian.ustc.edu.cn/ubuntu/ karmic main multiverse restricted universe

deb-src http://debian.ustc.edu.cn/ubuntu/ karmic-backports main multiverse restricted universe

deb-src http://debian.ustc.edu.cn/ubuntu/ karmic-proposed main multiverse restricted universe

deb-src http://debian.ustc.edu.cn/ubuntu/ karmic-security main multiverse restricted universe

deb-src http://debian.ustc.edu.cn/ubuntu/ karmic-updates main multiverse restricted universe

deb http://www.tofree.org/ubuntu/ karmic main restricted universe multiverse

deb http://www.tofree.org/ubuntu/ karmic-security main restricted universe multiverse

deb http://www.tofree.org/ubuntu/ karmic-updates main restricted universe multiverse

deb http://www.tofree.org/ubuntu/ karmic-proposed main restricted universe multiverse

deb http://www.tofree.org/ubuntu/ karmic-backports main restricted universe multiverse

deb-src http://www.tofree.org/ubuntu/ karmic main restricted universe multiverse

deb-src http://www.tofree.org/ubuntu/ karmic-security main restricted universe multiverse

deb-src http://www.tofree.org/ubuntu/ karmic-updates main restricted universe multiverse

deb-src http://www.tofree.org/ubuntu/ karmic-proposed main restricted universe multiverse

deb-src http://www.tofree.org/ubuntu/ karmic-backports main restricted universe multiverse

deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ karmic main restricted universe multiverse

deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ karmic main restricted universe multiverse

deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ karmic-updates main restricted universe multiverse

deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ karmic-updates main restricted universe multiverse

deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ karmic-backports main restricted universe multiverse

deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ karmic-backports main restricted universe multiverse

deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ karmic-security main restricted universe multiverse

deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ karmic-security main restricted universe multiverse

deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ karmic-proposed main multiverse restricted universe

deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ karmic-proposed main restricted universe multiverse

deb http://mirror.rootguide.org/ubuntu/ karmic main restricted universe multiverse

deb-src http://mirror.rootguide.org/ubuntu/ karmic main restricted universe multiverse

deb http://mirror.rootguide.org/ubuntu/ karmic-updates main restricted universe multiverse

deb-src http://mirror.rootguide.org/ubuntu/ karmic-updates main restricted universe multiverse

deb http://mirror.rootguide.org/ubuntu/ karmic-backports main restricted universe multiverse

deb-src http://mirror.rootguide.org/ubuntu/ karmic-backports main restricted universe multiverse

deb http://mirror.rootguide.org/ubuntu/ karmic-security main restricted universe multiverse

deb-src http://mirror.rootguide.org/ubuntu/ karmic-security main restricted universe multiverse

deb http://mirror.rootguide.org/ubuntu/ karmic-proposed main multiverse restricted universe

deb-src http://mirror.rootguide.org/ubuntu/ karmic-proposed main restricted universe multiverse

deb http://tw.archive.ubuntu.com/ubuntu karmic main restricted universe multiverse

deb http://tw.archive.ubuntu.com/ubuntu karmic-security main restricted universe multiverse

deb http://tw.archive.ubuntu.com/ubuntu karmic-updates main restricted universe multiverse

deb http://tw.archive.ubuntu.com/ubuntu karmic-backports main restricted universe multiverse

deb http://tw.archive.ubuntu.com/ubuntu karmic-proposed main restricted universe multiverse

deb-src http://tw.archive.ubuntu.com/ubuntu karmic main restricted universe multiverse

deb-src http://tw.archive.ubuntu.com/ubuntu karmic-security main restricted universe multiverse

deb-src http://tw.archive.ubuntu.com/ubuntu karmic-updates main restricted universe multiverse

deb-src http://tw.archive.ubuntu.com/ubuntu karmic-backports main restricted universe multiverse

deb-src http://tw.archive.ubuntu.com/ubuntu karmic-proposed main restricted universe multiverse

deb http://mirror.switch.ch/ftp/ubuntu/ karmic main multiverse restricted universe

deb http://mirror.switch.ch/ftp/ubuntu/ karmic-backports main multiverse restricted universe

deb http://mirror.switch.ch/ftp/ubuntu/ karmic-proposed main multiverse restricted universe

deb http://mirror.switch.ch/ftp/ubuntu/ karmic-security main multiverse restricted universe

deb http://mirror.switch.ch/ftp/ubuntu/ karmic-updates main multiverse restricted universe

deb http://ftp.heanet.ie/mirrors/ubuntu/ karmic main multiverse restricted universe

deb http://ftp.heanet.ie/mirrors/ubuntu/ karmic-backports main multiverse restricted universe

deb http://ftp.heanet.ie/mirrors/ubuntu/ karmic-proposed main multiverse restricted universe

deb http://ftp.heanet.ie/mirrors/ubuntu/ karmic-security main multiverse restricted universe

deb http://ftp.heanet.ie/mirrors/ubuntu/ karmic-updates main multiverse restricted universe

deb http://ftp.kddlabs.co.jp/020/Linux/packages/ubuntu/archive/ karmic main multiverse restricted universe

deb http://ftp.kddlabs.co.jp/020/Linux/packages/ubuntu/archive/ karmic-backports main multiverse restricted universe

deb http://ftp.kddlabs.co.jp/020/Linux/packages/ubuntu/archive/ karmic-proposed main multiverse restricted universe

deb http://ftp.kddlabs.co.jp/020/Linux/packages/ubuntu/archive/ karmic-security main multiverse restricted universe

deb http://ftp.kddlabs.co.jp/020/Linux/packages/ubuntu/archive/ karmic-updates main multiverse restricted universe

For version 10.04:

deb http://archive.ubuntu.com/ubuntu/ lucid main restricted universe multiverse

deb http://archive.ubuntu.com/ubuntu/ lucid-security main restricted universe multiverse

deb http://archive.ubuntu.com/ubuntu/ lucid-updates main restricted universe multiverse

deb http://archive.ubuntu.com/ubuntu/ lucid-proposed main restricted universe multiverse

deb http://archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse

deb-src http://archive.ubuntu.com/ubuntu/ lucid main restricted universe multiverse

deb-src http://archive.ubuntu.com/ubuntu/ lucid-security main restricted universe multiverse

deb-src http://archive.ubuntu.com/ubuntu/ lucid-updates main restricted universe multiverse

deb-src http://archive.ubuntu.com/ubuntu/ lucid-proposed main restricted universe multiverse

deb-src http://archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse

deb http://ubuntu.srt.cn/ubuntu/ lucid main restricted universe multiverse

deb http://ubuntu.srt.cn/ubuntu/ lucid-security main restricted universe multiverse

deb http://ubuntu.srt.cn/ubuntu/ lucid-updates main restricted universe multiverse

deb http://ubuntu.srt.cn/ubuntu/ lucid-proposed main restricted universe multiverse

deb http://ubuntu.srt.cn/ubuntu/ lucid-backports main restricted universe multiverse

deb-src http://ubuntu.srt.cn/ubuntu/ lucid main restricted universe multiverse

deb-src http://ubuntu.srt.cn/ubuntu/ lucid-security main restricted universe multiverse

deb-src http://ubuntu.srt.cn/ubuntu/ lucid-updates main restricted universe multiverse

deb-src http://ubuntu.srt.cn/ubuntu/ lucid-proposed main restricted universe multiverse

deb-src http://ubuntu.srt.cn/ubuntu/ lucid-backports main restricted universe multiverse

deb http://mirrors.163.com/ubuntu/ lucid main restricted universe multiverse

deb http://mirrors.163.com/ubuntu/ lucid-security main restricted universe multiverse

deb http://mirrors.163.com/ubuntu/ lucid-updates main restricted universe multiverse

deb http://mirrors.163.com/ubuntu/ lucid-proposed main restricted universe multiverse

deb http://mirrors.163.com/ubuntu/ lucid-backports main restricted universe multiverse

deb-src http://mirrors.163.com/ubuntu/ lucid main restricted universe multiverse

deb-src http://mirrors.163.com/ubuntu/ lucid-security main restricted universe multiverse

deb-src http://mirrors.163.com/ubuntu/ lucid-updates main restricted universe multiverse

deb-src http://mirrors.163.com/ubuntu/ lucid-proposed main restricted universe multiverse

deb-src http://mirrors.163.com/ubuntu/ lucid-backports main restricted universe multiverse

deb http://mirrors.sohu.com/ubuntu/ lucid main restricted universe multiverse

deb http://mirrors.sohu.com/ubuntu/ lucid-security main restricted universe multiverse

deb http://mirrors.sohu.com/ubuntu/ lucid-updates main restricted universe multiverse

deb http://mirrors.sohu.com/ubuntu/ lucid-proposed main restricted universe multiverse

deb http://mirrors.sohu.com/ubuntu/ lucid-backports main restricted universe multiverse

deb-src http://mirrors.sohu.com/ubuntu/ lucid main restricted universe multiverse

deb-src http://mirrors.sohu.com/ubuntu/ lucid-security main restricted universe multiverse

deb-src http://mirrors.sohu.com/ubuntu/ lucid-updates main restricted universe multiverse

deb-src http://mirrors.sohu.com/ubuntu/ lucid-proposed main restricted universe multiverse

deb-src http://mirrors.sohu.com/ubuntu/ lucid-backports main restricted universe multiverse

deb http://cn.archive.ubuntu.com/ubuntu lucid main restricted universe multiverse

deb http://cn.archive.ubuntu.com/ubuntu lucid-security main restricted universe multiverse

deb http://cn.archive.ubuntu.com/ubuntu lucid-updates main restricted universe multiverse

deb http://cn.archive.ubuntu.com/ubuntu lucid-backports main restricted universe multiverse

deb http://cn.archive.ubuntu.com/ubuntu lucid-proposed main restricted universe multiverse

deb-src http://cn.archive.ubuntu.com/ubuntu lucid main restricted universe multiverse

deb-src http://cn.archive.ubuntu.com/ubuntu lucid-security main restricted universe multiverse

deb-src http://cn.archive.ubuntu.com/ubuntu lucid-updates main restricted universe multiverse

deb-src http://cn.archive.ubuntu.com/ubuntu lucid-backports main restricted universe multiverse

deb-src http://cn.archive.ubuntu.com/ubuntu lucid-proposed main restricted universe multiverse

deb http://mirror.lupaworld.com/ubuntu lucid main restricted universe multiverse

deb http://mirror.lupaworld.com/ubuntu lucid-security main restricted universe multiverse

deb http://mirror.lupaworld.com/ubuntu lucid-updates main restricted universe multiverse

deb http://mirror.lupaworld.com/ubuntu lucid-backports main restricted universe multiverse

deb http://mirror.lupaworld.com/ubuntu lucid-proposed main restricted universe multiverse

deb-src http://mirror.lupaworld.com/ubuntu lucid main restricted universe multiverse

deb-src http://mirror.lupaworld.com/ubuntu lucid-security main restricted universe multiverse

deb-src http://mirror.lupaworld.com/ubuntu lucid-updates main restricted universe multiverse

deb-src http://mirror.lupaworld.com/ubuntu lucid-backports main restricted universe multiverse

deb-src http://mirror.lupaworld.com/ubuntu lucid-proposed main restricted universe multiverse

deb ftp://ubuntu.realss.cn/ubuntu/ lucid main restricted universe multiverse

deb ftp://ubuntu.realss.cn/ubuntu/ lucid-backports restricted universe multiverse

deb ftp://ubuntu.realss.cn/ubuntu/ lucid-proposed main restricted universe multiverse

deb ftp://ubuntu.realss.cn/ubuntu/ lucid-security main restricted universe multiverse

deb ftp://ubuntu.realss.cn/ubuntu/ lucid-updates main restricted universe multiverse

deb-src ftp://ubuntu.realss.cn/ubuntu/ lucid main restricted universe multiverse

deb-src ftp://ubuntu.realss.cn/ubuntu/ lucid-backports main restricted universe multiverse

deb-src ftp://ubuntu.realss.cn/ubuntu/ lucid-proposed main restricted universe multiverse

deb-src ftp://ubuntu.realss.cn/ubuntu/ lucid-security main restricted universe multiverse

deb-src ftp://ubuntu.realss.cn/ubuntu/ lucid-updates main restricted universe multiverse

deb http://ubuntu.uestc.edu.cn/ubuntu/ lucid main multiverse restricted universe

deb http://ubuntu.uestc.edu.cn/ubuntu/ lucid-backports main multiverse restricted universe

deb http://ubuntu.uestc.edu.cn/ubuntu/ lucid-proposed main multiverse restricted universe

deb http://ubuntu.uestc.edu.cn/ubuntu/ lucid-security main multiverse restricted universe

deb http://ubuntu.uestc.edu.cn/ubuntu/ lucid-updates main multiverse restricted universe

deb-src http://ubuntu.uestc.edu.cn/ubuntu/ lucid main multiverse restricted universe

deb-src http://ubuntu.uestc.edu.cn/ubuntu/ lucid-backports main multiverse restricted universe

deb-src http://ubuntu.uestc.edu.cn/ubuntu/ lucid-proposed main multiverse restricted universe

deb-src http://ubuntu.uestc.edu.cn/ubuntu/ lucid-security main multiverse restricted universe

deb-src http://ubuntu.uestc.edu.cn/ubuntu/ lucid-updates main multiverse restricted universe

deb http://ubuntu.dormforce.net/ubuntu/ lucid main multiverse restricted universe

deb http://ubuntu.dormforce.net/ubuntu/ lucid-backports main multiverse restricted universe

deb http://ubuntu.dormforce.net/ubuntu/ lucid-proposed main multiverse restricted universe

deb http://ubuntu.dormforce.net/ubuntu/ lucid-security main multiverse restricted universe

deb http://ubuntu.dormforce.net/ubuntu/ lucid-updates main multiverse restricted universe

deb-src http://ubuntu.dormforce.net/ubuntu/ lucid main multiverse restricted universe

deb-src http://ubuntu.dormforce.net/ubuntu/ lucid-backports main multiverse restricted universe

deb-src http://ubuntu.dormforce.net/ubuntu/ lucid-proposed main multiverse restricted universe

deb-src http://ubuntu.dormforce.net/ubuntu/ lucid-security main multiverse restricted universe

deb-src http://ubuntu.dormforce.net/ubuntu/ lucid-updates main multiverse restricted universe

deb http://ftp.sjtu.edu.cn/ubuntu/ lucid main multiverse restricted universe

deb http://ftp.sjtu.edu.cn/ubuntu/ lucid-backports main multiverse restricted universe

deb http://ftp.sjtu.edu.cn/ubuntu/ lucid-proposed main multiverse restricted universe

deb http://ftp.sjtu.edu.cn/ubuntu/ lucid-security main multiverse restricted universe

deb http://ftp.sjtu.edu.cn/ubuntu/ lucid-updates main multiverse restricted universe

deb-src http://ftp.sjtu.edu.cn/ubuntu/ lucid main multiverse restricted universe

deb-src http://ftp.sjtu.edu.cn/ubuntu/ lucid-backports main multiverse restricted universe

deb-src http://ftp.sjtu.edu.cn/ubuntu/ lucid-proposed main multiverse restricted universe

deb-src http://ftp.sjtu.edu.cn/ubuntu/ lucid-security main multiverse restricted universe

deb-src http://ftp.sjtu.edu.cn/ubuntu/ lucid-updates main multiverse restricted universe

deb http://debian.ustc.edu.cn/ubuntu/ lucid main multiverse restricted universe

deb http://debian.ustc.edu.cn/ubuntu/ lucid-backports main multiverse restricted universe

deb http://debian.ustc.edu.cn/ubuntu/ lucid-proposed main multiverse restricted universe

deb http://debian.ustc.edu.cn/ubuntu/ lucid-security main multiverse restricted universe

deb http://debian.ustc.edu.cn/ubuntu/ lucid-updates main multiverse restricted universe

deb-src http://debian.ustc.edu.cn/ubuntu/ lucid main multiverse restricted universe

deb-src http://debian.ustc.edu.cn/ubuntu/ lucid-backports main multiverse restricted universe

deb-src http://debian.ustc.edu.cn/ubuntu/ lucid-proposed main multiverse restricted universe

deb-src http://debian.ustc.edu.cn/ubuntu/ lucid-security main multiverse restricted universe

deb-src http://debian.ustc.edu.cn/ubuntu/ lucid-updates main multiverse restricted universe

deb http://www.tofree.org/ubuntu/ lucid main restricted universe multiverse

deb http://www.tofree.org/ubuntu/ lucid-security main restricted universe multiverse

deb http://www.tofree.org/ubuntu/ lucid-updates main restricted universe multiverse

deb http://www.tofree.org/ubuntu/ lucid-proposed main restricted universe multiverse

deb http://www.tofree.org/ubuntu/ lucid-backports main restricted universe multiverse

deb-src http://www.tofree.org/ubuntu/ lucid main restricted universe multiverse

deb-src http://www.tofree.org/ubuntu/ lucid-security main restricted universe multiverse

deb-src http://www.tofree.org/ubuntu/ lucid-updates main restricted universe multiverse

deb-src http://www.tofree.org/ubuntu/ lucid-proposed main restricted universe multiverse

deb-src http://www.tofree.org/ubuntu/ lucid-backports main restricted universe multiverse

deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ lucid main restricted universe multiverse

deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ lucid main restricted universe multiverse

deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ lucid-updates main restricted universe multiverse

deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ lucid-updates main restricted universe multiverse

deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ lucid-backports main restricted universe multiverse

deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ lucid-backports main restricted universe multiverse

deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ lucid-security main restricted universe multiverse

deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ lucid-security main restricted universe multiverse

deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ lucid-proposed main multiverse restricted universe

deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ lucid-proposed main restricted universe multiverse

deb http://mirror.rootguide.org/ubuntu/ lucid main restricted universe multiverse

deb-src http://mirror.rootguide.org/ubuntu/ lucid main restricted universe multiverse

deb http://mirror.rootguide.org/ubuntu/ lucid-updates main restricted universe multiverse

deb-src http://mirror.rootguide.org/ubuntu/ lucid-updates main restricted universe multiverse

deb http://mirror.rootguide.org/ubuntu/ lucid-backports main restricted universe multiverse

deb-src http://mirror.rootguide.org/ubuntu/ lucid-backports main restricted universe multiverse

deb http://mirror.rootguide.org/ubuntu/ lucid-security main restricted universe multiverse

deb-src http://mirror.rootguide.org/ubuntu/ lucid-security main restricted universe multiverse

deb http://mirror.rootguide.org/ubuntu/ lucid-proposed main multiverse restricted universe

deb-src http://mirror.rootguide.org/ubuntu/ lucid-proposed main restricted universe multiverse

deb http://tw.archive.ubuntu.com/ubuntu lucid main restricted universe multiverse

deb http://tw.archive.ubuntu.com/ubuntu lucid-security main restricted universe multiverse

deb http://tw.archive.ubuntu.com/ubuntu lucid-updates main restricted universe multiverse

deb http://tw.archive.ubuntu.com/ubuntu lucid-backports main restricted universe multiverse

deb http://tw.archive.ubuntu.com/ubuntu lucid-proposed main restricted universe multiverse

deb-src http://tw.archive.ubuntu.com/ubuntu lucid main restricted universe multiverse

deb-src http://tw.archive.ubuntu.com/ubuntu lucid-security main restricted universe multiverse

deb-src http://tw.archive.ubuntu.com/ubuntu lucid-updates main restricted universe multiverse

deb-src http://tw.archive.ubuntu.com/ubuntu lucid-backports main restricted universe multiverse

deb-src http://tw.archive.ubuntu.com/ubuntu lucid-proposed main restricted universe multiverse

deb http://mirror.switch.ch/ftp/ubuntu/ lucid main multiverse restricted universe

deb http://mirror.switch.ch/ftp/ubuntu/ lucid-backports main multiverse restricted universe

deb http://mirror.switch.ch/ftp/ubuntu/ lucid-proposed main multiverse restricted universe

deb http://mirror.switch.ch/ftp/ubuntu/ lucid-security main multiverse restricted universe

deb http://mirror.switch.ch/ftp/ubuntu/ lucid-updates main multiverse restricted universe

deb http://ftp.heanet.ie/mirrors/ubuntu/ lucid main multiverse restricted universe

deb http://ftp.heanet.ie/mirrors/ubuntu/ lucid-backports main multiverse restricted universe

deb http://ftp.heanet.ie/mirrors/ubuntu/ lucid-proposed main multiverse restricted universe

deb http://ftp.heanet.ie/mirrors/ubuntu/ lucid-security main multiverse restricted universe

deb http://ftp.heanet.ie/mirrors/ubuntu/ lucid-updates main multiverse restricted universe

deb http://ftp.kddlabs.co.jp/020/Linux/packages/ubuntu/archive/ lucid main multiverse restricted universe

deb http://ftp.kddlabs.co.jp/020/Linux/packages/ubuntu/archive/ lucid-backports main multiverse restricted universe

deb http://ftp.kddlabs.co.jp/020/Linux/packages/ubuntu/archive/ lucid-proposed main multiverse restricted universe

deb http://ftp.kddlabs.co.jp/020/Linux/packages/ubuntu/archive/ lucid-security main multiverse restricted universe

deb http://ftp.kddlabs.co.jp/020/Linux/packages/ubuntu/archive/ lucid-updates main multiverse restricted universe

For version 10.10:

deb http://ftp.heanet.ie/mirrors/ubuntu/ maverick main multiverse restricted universe

deb http://ftp.heanet.ie/mirrors/ubuntu/ maverick-backports main multiverse restricted universe

deb http://ftp.heanet.ie/mirrors/ubuntu/ maverick-proposed main multiverse restricted universe

deb http://ftp.heanet.ie/mirrors/ubuntu/ maverick-security main multiverse restricted universe

deb http://ftp.heanet.ie/mirrors/ubuntu/ maverick-updates main multiverse restricted universe

deb-src http://ftp.heanet.ie/mirrors/ubuntu/ maverick main multiverse restricted universe

deb-src http://ftp.heanet.ie/mirrors/ubuntu/ maverick-backports main multiverse restricted universe

deb-src http://ftp.heanet.ie/mirrors/ubuntu/ maverick-proposed main multiverse restricted universe

deb-src http://ftp.heanet.ie/mirrors/ubuntu/ maverick-security main multiverse restricted universe

deb-src http://ftp.heanet.ie/mirrors/ubuntu/ maverick-updates main multiverse restricted universe

deb ftp://ftp.belnet.be/mirror/ubuntu.com/ubuntu/ maverick main multiverse restricted universe

deb ftp://ftp.belnet.be/mirror/ubuntu.com/ubuntu/ maverick-backports main multiverse restricted universe

deb ftp://ftp.belnet.be/mirror/ubuntu.com/ubuntu/ maverick-proposed main multiverse restricted universe

deb ftp://ftp.belnet.be/mirror/ubuntu.com/ubuntu/ maverick-security main multiverse restricted universe

deb ftp://ftp.belnet.be/mirror/ubuntu.com/ubuntu/ maverick-updates main multiverse restricted universe

deb-src ftp://ftp.belnet.be/mirror/ubuntu.com/ubuntu/ maverick main multiverse restricted universe

deb-src ftp://ftp.belnet.be/mirror/ubuntu.com/ubuntu/ maverick-backports main multiverse restricted universe

deb-src ftp://ftp.belnet.be/mirror/ubuntu.com/ubuntu/ maverick-proposed main multiverse restricted universe

deb-src ftp://ftp.belnet.be/mirror/ubuntu.com/ubuntu/ maverick-security main multiverse restricted universe

deb-src ftp://ftp.belnet.be/mirror/ubuntu.com/ubuntu/ maverick-updates main multiverse restricted universe

deb http://mirror.switch.ch/ftp/ubuntu/ maverick main multiverse restricted universe

deb http://mirror.switch.ch/ftp/ubuntu/ maverick-backports main multiverse restricted universe

deb http://mirror.switch.ch/ftp/ubuntu/ maverick-proposed main multiverse restricted universe

deb http://mirror.switch.ch/ftp/ubuntu/ maverick-security main multiverse restricted universe

deb http://mirror.switch.ch/ftp/ubuntu/ maverick-updates main multiverse restricted universe

deb-src http://mirror.switch.ch/ftp/ubuntu/ maverick main multiverse restricted universe

deb-src http://mirror.switch.ch/ftp/ubuntu/ maverick-backports main multiverse restricted universe

deb-src http://mirror.switch.ch/ftp/ubuntu/ maverick-proposed main multiverse restricted universe

deb-src http://mirror.switch.ch/ftp/ubuntu/ maverick-security main multiverse restricted universe

deb-src http://mirror.switch.ch/ftp/ubuntu/ maverick-updates main multiverse restricted universe

deb http://mirrors.163.com/ubuntu/ maverick main universe restricted multiverse

deb-src http://mirrors.163.com/ubuntu/ maverick main universe restricted multiverse

deb http://mirrors.163.com/ubuntu/ maverick-security universe main multiverse restricted

deb-src http://mirrors.163.com/ubuntu/ maverick-security universe main multiverse restricted

deb http://mirrors.163.com/ubuntu/ maverick-updates universe main multiverse restricted

deb http://mirrors.163.com/ubuntu/ maverick-proposed universe main multiverse restricted

deb-src http://mirrors.163.com/ubuntu/ maverick-proposed universe main multiverse restricted

deb http://mirrors.163.com/ubuntu/ maverick-backports universe main multiverse restricted

deb-src http://mirrors.163.com/ubuntu/ maverick-backports universe main multiverse restricted

deb-src http://mirrors.163.com/ubuntu/ maverick-updates universe main multiverse restricted

c. setup android build environment

Type in the terminal, if you install 32-bit version:

$ sudo apt-get install git-core gnupg sun-java5-jdk flex bison gperf libsdl-dev libesd0-dev libwxgtk2.6-dev build-essential zip curl libncurses5-dev zlib1g-dev

$ sudo update-java-alternatives -s java-1.5.0-sun

if you install 64-bit version:

$ sudo apt-get install git-core gnupg flex bison gperf build-essential zip curl sun-java5-jdk zlib1g-dev gcc-multilib g++-multilib libc6-dev-i386 lib32ncurses5-dev ia32-libs x11proto-core-dev libx11-dev lib32readline5-dev lib32z-dev

$ sudo update-java-alternatives -s java-1.5.0-sun

$ sudo ln -s /usr/lib32/libX11.so.6 /usr/lib32/libX11.so

d. setup android application develope environment

Download the softwares:

Eclipse(32-bit): http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/R-3.6.1-201009090800/eclipse-SDK-3.6.1-linux-gtk.tar.gz
Eclipse(64-bit): http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/R-3.6.1-201009090800/eclipse-SDK-3.6.1-linux-gtk-x86_64.tar.gz
ADT: http://dl.google.com/android/ADT-8.0.1.zip
Android SDK for linux: http://dl.google.com/android/android-sdk_r08-linux_86.tgz
d1. Unpackage the ecplise and android sdk, then open the ecplise.

d2. Click Help->Install new softwares...->Add...->Archive...->select the adt path->press next until finish.

d3. Click Window->Preferrences->Android->Browser...->select the android sdk path->press apply->press ok.

d4. Click Window->Preferrences->Android SDK and AVD manager...->Avaliable packages->select Android Repository->select all->Install selected->press next until finish.

Notice:

If you use network agent, you should add this to eclipse.

Click Window->Preferrences->General->Network Connections->Add your agent here.

Referred:

1. http://blog.163.com/luopengqi2007/blog/static/30475125200851602032463/
2. http://blog.163.com/warking_xp/blog/static/10391032009217103724314/
3. http://hi.baidu.com/wangyantsing/blog/item/ed6cac517d8c4e878c543095.html
4. http://blog.csdn.net/unetman/archive/2009/11/03/4761136.aspx
5. http://blog.163.com/otrewyi191@126/blog/static/636821292010111611829942/
6. http://blog.163.com/elsila/blog/static/17319715820109220525604/
7. http://source.android.com/source/download.html
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: