【转:】http://www.cnblogs.com/cnhome/archive/2009/12/06/1618233.html
编译模块

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
再运行模拟器

更多相关文章

  1. Android系统源码极速搜索引擎(OpenGrok)
  2. 将Android封装库通过gradle部署到maven私服并依赖使用
  3. Android(安卓)service 实现过程
  4. Android(安卓)Rom签名文件的生成与签名
  5. FAQ00366]如何使Android应用程序获取系统权限
  6. android安装包apk文件反编译代码
  7. Android(安卓)增量更新实例(Smart App Updates)
  8. android的文件系统结构及其引导过程的初步理解
  9. android系统中运行jar文件

随机推荐

  1. Android(安卓)Studio 与 Tomcat 交互案例
  2. android 状态栏沉浸
  3. Android 打开关闭硬件加速
  4. Android实现边框圆角
  5. 【Android】应用启动画面
  6. Android控制后台音乐播放器暂停,播放
  7. 将Android项目导入到Eclipse开发环境
  8. 如何快速学习一门新技术
  9. 解决 Android(安卓)Studio 乱码问题
  10. Android(安卓)Studio SVN配置忽略文件 1.