编译模块

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(安卓)导入开发库transformDexArchiveWithExternalLibsDe
  2. Android(安卓)sensor hal 详解
  3. 如何编译MTK android模拟器
  4. AndoridStudio--Error:FAILURE: Build failed with an exception
  5. android String与HTML的相互转换
  6. [Android]Eclipse连不上模拟器的问题[emulator-5554 disconnecte
  7. Android(安卓)自定义像素AVD模拟器无键盘
  8. android 应用升级模块解析
  9. INSTALL_FAILED_NO_MATCHING_ABIS 的解决办法

随机推荐

  1. Android计算文件的MD5和SHA1
  2. Android------Button 添加声音效果(两种方
  3. Android(安卓)UI 之 SeekBar
  4. android堆栈打印
  5. Android(安卓)的 BroadcastReceiver
  6. 【转载】自定义圆形进度条ProgressBar的
  7. APPIUM Android(安卓)定位方式
  8. mac配置android和maven环境变量
  9. Android(安卓)- Fragment,View动画,组合动
  10. android给 TextView 加上效果和事件响应