编译模块

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 内核源代码交叉编译(创建自己的模拟器内核,哈哈终于搞定
  2. Mac修改环境变量路径中带空格的处理
  3. :Android模拟器的基本操作
  4. 开发Android第二步,安装 java , apache ant, Eclipse 及在模拟器
  5. 安装APK文件到Android模拟器
  6. 如何同时启动两个Android模拟器

随机推荐

  1. Android(安卓)Gson类型转换错误解决 com.
  2. Android(安卓)Root SuperUser su相关资源
  3. android数据库操作
  4. ubuntu下Android源码下载编译运行,单独编
  5. android:duplicateParentState="true"
  6. android 创建快捷图标demo
  7. #Android(安卓)Ticks#Mount a filesystem
  8. android 数据保存与提取
  9. Android(安卓)ProgressBar 进度条
  10. android 全屏 去掉标题栏