首页 > 代码库 > Android 经常使用工作命令mmm,mm,m,croot,cgrep,jgrep,resgrep,godir
Android 经常使用工作命令mmm,mm,m,croot,cgrep,jgrep,resgrep,godir
官方定义:
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
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。