在android源码的根目录下执行:

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

更多相关文章

  1. Android(安卓)Retrofit 源码系列(二)~ 自定义 CallAdapter
  2. 从Android模拟器sdcard中导出文件
  3. MAC和Windows Android(安卓)Studio获取SHA1值
  4. Volley源码解析
  5. 用git 下载android x86出错(syntax error near unexpected token
  6. Android(安卓)MVVM+DataBinding结合Dagger2进行开发
  7. Android实用技巧之adb命令:ADB命令大全
  8. Track change of IInterface::asBinder from instance method to
  9. 解决android studio国内开发者Gradle下载慢问题

随机推荐

  1. android判断是否加载SD卡
  2. android Webview加载网络图片
  3. UBUNTU 10.10 编译Android(安卓)2.3.1源
  4. android中利用GPS获取位置信息的源码分析
  5. 如何在Android中点击overlay弹出带尾巴的
  6. android:Handler整理总结
  7. android ListView中给Item的每个控件设置
  8. Android(安卓)ExpandableListView的使用
  9. 关于android工程下不能运行java main程序
  10. 【3】Android新建Activity (Eclipse)