buiding android sdk
how to build sdk from 开发者_开发问答source code
Have a look there.
To build the Android source files, you will need to use Linux or Mac OS. Building under Windows is not currently supported.
The command for building the sdk is make sdk
.
The steps to build the SDK are described in http://tools.android.com/build including the steps to build the Windows SDK (which is done under Linux.)
精彩评论