宝剑锋从磨砺出,梅花香自苦寒来。这篇文章主要讲述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 经常使用工作命令mmm,mm,m,croot,cgrep,jgrep,resgrep,godir】
即在已经下载好android源代码android文件夹以下运行:. build/envsetup.sh 或source
build/envsetup.sh,就可以開始使用上面命令
推荐阅读
- Android 获取手机SIM卡运营商
- Android应用开发相关下载资源(致己)
- LogCat查看Android运行日志
- AndroidStudio自动导入包
- Xcode导出App一般问题及其解决方法(开发者协议变更及Bundle Id过期问题)
- android微信开放平台,申请移动应用的应用签名怎样获取
- OPENCV----在APP性能测试中的应用
- android Fragment与Activity交互,互相发数据(附图具体解释)
- (源代码分析)Android-Universal-Image-Loader (图片异步载入缓存库)的使用配置