开发者

Building the Android Eclipse ADT from source

Since the Android source code is open, I want to build the ADT 11.0.0 from source using Eclipse SDK. Is there any instruction to build the 开发者_JAVA百科code from source ?


http://s.android.com/ is the website for people looking to build the Android development tools from source.

Setup is described here: http://s.android.com/source/initializing.html

once you've setup your build environment with the right libs and downloaded the source (http://s.android.com/source/downloading.html) you can do the following on the command line in the directory you downloaded the code to:

. build/envsetup.sh
lunch sdk-eng
make sdk

This will make an SDK package including the ADT plugin in the out/host// directory under your source directory.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜