记录技术旅程
分类: Android平台
2014-03-04 15:01:30
$ source build/envsetup.sh
$ lunch aosp_arm-eng
All build targets take the form BUILD-BUILDTYPE, where the BUILD is a codename referring to the particular feature combination. Here's a partial list:
Build name | Device | Notes |
---|---|---|
aosp_arm | ARM emulator | AOSP, fully configured with all languages, apps, input methods |
aosp_maguro | maguro | AOSP, running on Galaxy Nexus GSM/HSPA+ ("maguro") |
aosp_panda | panda | AOSP, running on PandaBoard ("panda") |
and the BUILDTYPE is one of the following:
Buildtype | Use |
---|---|
user | limited access; suited for production |
userdebug | like "user" but with root access and debuggability; preferred for debugging |
eng |
development configuration with additional debugging tools |
1. 基于前面编译源文件的环境配置,重新加载编译目标。make sdk
lunch sdk-eng
2. 打包SDK。
Download the ADT Plugin
https://dl-ssl.google.com/android/eclipse/
If you have trouble acquiring the plugin, try using "http" in the Location URL, instead of "https" (https is preferred for security reasons).
If you get a security warning saying that the authenticity or validity of the software can't be established, click OK.
Configure the ADT Plugin
Once Eclipse restarts, you must specify the location of your Android SDK directory: