Chinaunix首页 | 论坛 | 博客
  • 博客访问: 419886
  • 博文数量: 75
  • 博客积分: 2020
  • 博客等级: 大尉
  • 技术积分: 663
  • 用 户 组: 普通用户
  • 注册时间: 2009-02-04 16:56
文章分类

全部博文(75)

文章存档

2010年(10)

2009年(65)

分类:

2010-04-13 16:22:48

1.在源码目录下执行
. build/envsetup.sh
注意:.和build/envsetup.sh中间有空格
然后我们就可以使用以下命令了:
croot:   Changes directory to the top of the tree.
m:       Makes from the top of the tree.
mm:      Builds all of the modules in the current directory.
mmm:     Builds all of the modules in the supplied directories.
cgrep:   Greps on all local C/C++ files.
jgrep:   Greps on all local Java files.
resgrep: Greps on all local res/*.xml files.
godir:   Go to the directory containing a file.

2.接下来我们就使用mmm来编译指定目录的模块,如编译日历:
mmm packages/apps/Calendar
编完之后生成两个文件:
Install: out/target/product/generic/data/app/CalendarTests.apk
Install: out/target/product/generic/system/app/Calendar.apk
阅读(3270) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~