Android 常用工作命令

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,即可開始使用上面命令

發佈了204 篇原創文章 · 獲贊 89 · 訪問量 84萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章