赞
踩
上面位查看自己的ubuntu的版本号:12.04
1、先是系统查看是32位的还是64位
2、安装jdk1.6
方案一,可能会出现错误
The Sun JDK is no longer in Ubuntu's main package repository. In order to download it, you need to add the appropriate repository and indicate to the system which JDK should be used.
Java 6: for Gingerbread and newer
- $ sudo add-apt-repository "deb http://archive.canonical.com/ lucid partner"
- $ sudo apt-get update
- $ sudo apt-get install sun-java6-jdk
上面可能出现如下错误;
方案二 建议采用下面这个方法,我12.04的ubuntu版本,64位的用官方网站用的第一种方法没有成功
Building on Ubuntu 12.04 is currently only experimentally supported and is notguaranteed to work on branches other than master.
- $ sudo apt-get install git gnupg flex bison gperf build-essential \
- zip curl libc6-dev libncurses5-dev:i386 x11proto-core-dev \
- libx11-dev:i386 libreadline6-dev:i386 libgl1-mesa-glx:i386 \
- libgl1-mesa-dev g++-multilib mingw32 tofrodos \
- python-markdown libxml2-utils xsltproc zlib1g-dev:i386
- $ sudo ln -s /usr/lib/i386-linux-gnu/mesa/libGL.so.1 /usr/lib/i386-linux-gnu/libGL.so
3、安装git
4、
Make sure you have a bin/ directory in your home directory and that it is included in your path:
- $ mkdir ~/bin
- $ PATH=~/bin:$PATH
Download the Repo tool and ensure that it is executable:
$ curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo $ chmod a+x ~/bin/repo
其中
下面为两种解决办法,任何一种都可以
一、
chmod a+x ~/bin/repo
遇到如下问题:
解决方法,官网说明,和网上统一口径,如下:
如果遇到下面问题
接着搞:
好吧,接下来最后一步了
其中还遇到如下问题,经常提示如下信息,网上有朋友建议:
早上起来发现代码下载好了,happy下!
下载完后,你可以查看最新所有的分子,下载你想要的比如最新的android source,比如4.3的代码
接下来我们下载4.3最新代码,其中遇到“cannot make .repo directory: Permission denied”看我怎么解决的,如果你是root用户不会有这个问题,就是权限问题
执行脚本:./repo_sync.sh 就ok了,下面就是下载了,等待吧,呵呵
这个看上去好舒服
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。