Lines Matching refs:SDK
16 Subject: How to build an Android SDK & ADT Eclipse plugin.
24 2- Building an SDK for MacOS and Linux
25 3- Building an SDK for Windows
55 This document explains how to build the Android SDK and the ADT Eclipse plugin.
65 2- Building an SDK for MacOS and Linux
80 Then once you have all the source, simply build the SDK using:
90 Package SDK: out/host/darwin-x86/sdk/android-sdk_eng.<build-id>_mac-x86.zip
110 3- Building an SDK for Windows
113 Full Windows SDK builds are now only supported on Linux -- most of the framework is
114 not designed to be built on Windows so technically the Windows SDK is build on top
115 of a Linux SDK where a few binaries are replaced. So it cannot be built on Windows,
120 To build the Android SDK for Windows, you need to use a *Linux* box.
125 Before you can even think of building the Android SDK for Windows, you need to
126 perform the steps from section "2- Building an SDK for MacOS and Linux" above:
127 setup and build a regular Linux SDK. Once this working, please continue here.
145 Note that this will build both a Linux SDK then a Windows SDK. The result is located at
151 4- Partial SDK Windows Tools
154 As explained above, you can only build a *full* SDK for Windows using Linux.
188 that come in an installed SDK/tools or SDK/platform-tools folder!
207 So you can build a lot of little parts of the SDK on Windows, one tool
219 setup like described above to build an SDK.
348 This completes the howto guide on building your own SDK and ADT plugin.
352 If you are upgrading from a pre-cupcake to a cupcake or later SDK please read