您的位置:首页 > 移动开发 > Android开发

Android中的一些英文缩写

2012-08-07 14:26 302 查看

Choose a Target

Choose which target to build with
lunch
. The exact configuration can be passed asan 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 BUILD-BUILDTYPE, where the BUILD is a codenamereferring to the particular feature combination:

Build nameDeviceNotes
fullemulatorfully configured with all languages, apps, input methods
full_maguromaguro
full
build running on Galaxy Nexus GSM/HSPA+ ("maguro")
full_pandapanda
full
build running on PandaBoard ("panda")
and the BUILDTYPE is one of the following:

BuildtypeUse
userlimited access; suited for production
userdebuglike "user" but with root access and debuggability; preferred for debugging
engdevelopment configuration with additional debugging tools
For more information about building for and running on actual hardware, seeBuilding for devices
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: