首页 > 移动平台 > 详细

Android 常用工作命令mmm,mm,m,croot,cgrep,jgrep,resgrep,godir

时间:2015-03-12 17:12:47      阅读:1931      评论:0      收藏:0      [点我收藏+]

官方定义:

Invoke “. build/envsetup.sh” from your shell to add the following functions to your environment:

– 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.


即在已经下载好Android源码android目录下面执行:. build/envsetup.sh 或source build/envsetup.sh,即可开始使用上面命令

Android 常用工作命令mmm,mm,m,croot,cgrep,jgrep,resgrep,godir

原文:http://blog.csdn.net/yelangjueqi/article/details/44222855

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!