Android 常用工作命令mmm,mm,m,croot,cgrep,jgrep,resgrep,godir
在大整个android 源代码的 java,xml,mk里面查找内容快速命令
官方定义:
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.
–
mgrep: Greps on all local .mk files. 在目录下所有.mk文件里面查找内容 mgrep android_ap
– jgrep: Greps on all local Java files. 在目录下所有.java文件里面查找内容 jgrep android_ap
– 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源代码中高效使用的命令集,包括快速构建模块、切换目录及搜索特定内容等功能。通过这些命令,开发者可以提高工作效率,简化日常开发任务。
1012

被折叠的 条评论
为什么被折叠?



