Chinaunix首页 | 论坛 | 博客
  • 博客访问: 376192
  • 博文数量: 214
  • 博客积分: 770
  • 博客等级: 军士长
  • 技术积分: 1969
  • 用 户 组: 普通用户
  • 注册时间: 2012-04-08 01:22
文章分类

全部博文(214)

文章存档

2013年(110)

2012年(104)

我的朋友

分类: Android平台

2013-07-23 15:46:46

android中的一个应用程序可以单独编译,编译后要重新生成system.img

在源码目录下执行
  . 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.
可以加—help查看用法


使用mmm来编译指定目录的模块,如编译联系人:
  mmm packages/apps/Contacts

编完之后生成两个文件:
  out/target/product/generic/data/app/ContactsTests.apk
  out/target/product/generic/system/app/ Contacts.apk

使用make snod重新生成system.img
再运行模拟器

阅读(619) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~