开发者

Building the Android Eclipse ADT from source

开发者 https://www.devze.com 2023-03-13 02:56 出处:网络
Since the Android source code is open, I want to build theADT 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

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

精彩评论

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

关注公众号