Home | History | Annotate | Download | only in docs

Lines Matching full:windows

25   3- Building an SDK for Windows
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
145 Note that this will build both a Linux SDK then a Windows SDK. The result is located at
146 out/host/windows/sdk/android-sdk_eng.${USER}_windows/
151 4- Partial SDK Windows Tools
154 As explained above, you can only build a *full* SDK for Windows using Linux.
183 C- Building the Windows Tools
197 The result will be somewhere in out/host/windows-x86/bin/. Just look at
202 $ gdb --args out/host/windows-x86/bin/adb.exe <adb arguments>
207 So you can build a lot of little parts of the SDK on Windows, one tool
210 nor "layoutlib.jar" under Windows. For this you want Linux.
214 D- Building the Windows Tools on Linux
217 You can also build isolated windows tools directly on Linux.
221 Then to build an isolated Windows binary, you'd do something like this:
229 the clue to switch the make logic to cross-compiling to Windows under