-------------------------------------------------------원문----------------------------------------------------------

Choose a Target

Choose which target to build with lunch. The exact configuration can be passed as an argument, e.g.

$ lunch full-eng

The example above refers to a complete build for the emulator, with all debugging enabled.

If run with no arguments lunch will prompt you to choose a target from the menu.

All build targets take the form DEVICE-BUILDTYPE, where the DEVICE is a codename referring to the particular hardware:




--------------------------------------------------------해석----------------------------------------------------------



Choose a Target


lunch로 대상을 빌드지정하고, argument를 넘겨 정확히 환경설정을 할수 있다.


)

$lunch full-eng


위 예제를 참조하면 에뮬레이터를 위한 완벽한 build와 모든 debugging을 사용한다.

argument lunch로 실행 메뉴에서 대상을 선택할 경우 메세지를 출력한다.

DEVICE-BUILDTYPE은 모든 build 양식을 참조 받는다. 어느한 DEVICE는 특정한 하드웨어의

코드네임을 참조한다.


궁금한 점 )


1. $ lunch가 무엇을 뜻하는지 모르겠습니다.

 

2. $ lunch full-eng가 성공하면 해석처럼 모든 모든 디버깅이 활용되나요?/


3. $ lunch는 어느 운영체제에서 나오는 명령어 인가요?




출저  : http://source.android.com/source/building.html 해석 : 제가;;