2011年10月12日
摘要: Building the SystemThe basic sequence of build commands is as follows:InitializeInitialize the environment with the envsetup.sh script. Note that replacing "source" with a single dot saves a few characters, and the short form is more commonly used in documentation.$ source build/envsetup.s 阅读全文
posted @ 2011-10-12 22:50 liudeen 阅读(557) 评论(0) 推荐(0)
摘要: Downloading the Source TreeInstalling RepoRepo is a tool that makes it easier to work with Git in the context of Android. For more information about Repo, see Version Control.To install, initialize, and configure Repo, follow these steps:Make sure you have a bin/ directory in your home directory, an 阅读全文
posted @ 2011-10-12 22:49 liudeen 阅读(518) 评论(0) 推荐(0)
摘要: 网址:http://source.android.com/source/initializing.htmlInitializing a Build EnvironmentThe "Getting Started" section describes how to set up your local work environment, how to use Repo to get the Android files, and how to build the files on your machine. To build the Android source files, y 阅读全文
posted @ 2011-10-12 22:41 liudeen 阅读(738) 评论(0) 推荐(0)
摘要: 原文地址:http://www.cnblogs.com/softman11/archive/2011/06/22/2086793.html1.安装JDK 首先到oracle的官网上下载linux版本的JDK,网址为:http://www.oracle.com/technetwork/java/javase/downloads/jdk-6u26-download-400750.html 我选择的是 Linux x86 - Self Extracting Installer,大约81.2M。 下载回来之后,当然是直接运行安装即可.先把这个文件cp到你的安装目录下,然后在你的安装目录直接执行: ./ 阅读全文
posted @ 2011-10-12 22:35 liudeen 阅读(393) 评论(0) 推荐(0)
摘要: 原文地址:http://blog.chinaunix.net/space.php?uid=25885064&do=blog&id=27478021.安装kde环境支持: 在ubuntn11.04下,不能直接安装kscope1.6.2,先要安装kde环境支持,如下步骤:apt-get install kdelibs (解决kde-config not found)sudo apt-get install xorg-dev (解决error:can't find X includes?)sudo apt-get install kdelibs4-dev kdelibs4c2 阅读全文
posted @ 2011-10-12 22:24 liudeen 阅读(1012) 评论(0) 推荐(0)