These instructions are not complete. Look inside tools/buildSrc/server/ you'll find a script to build all the SDK tools on our build server and you can see the steps to build.
We'll have to document them and make it more obvious what needs to happen when running make(Win)Sdk On Fri, Jul 18, 2014 at 9:24 AM, Rob Ratcliff <[email protected]> wrote: > Hi, > > I am trying to build the SDK for Windows and am running into problems with > the Gradle build process. I followed the instructions here: > > http://tools.android.com/build > > for checking out the source. > > I set JAVA_HOME to my JDK 1.6 location and then: > > cd tools > > ./gradlew makeWinSdk > (I'm assuming this is correct since the instructions here are obsolete: > http://tools.android.com/build#TOC-Building-the-Windows-SDK) > > got this error: > Cannot expand ZIP > '/media/TeraTekLinux/android/ub-tools-dev/out/host/maven/bundles-23.0.2-SNAPSHOT/products/monitorproduct-win32.win32.x86.zip' > as it does not exist. > > ./gradlew makeSdk > > got this error: > Cannot expand ZIP > '/media/TeraTekLinux/android/ub-tools-dev/out/host/maven/bundles-23.0.2-SNAPSHOT/products/monitorproduct-linux.gtk.x86.zip' > as it does not exist. > > Any ideas why monitorproduct isn't getting copied to the out directory? > > (I also tried doing "./gradlew prepareRepo publishLocal assemble" as well > based on some other recent posts here, but that didn't help.( > > I'm assuming that makeWinSdk should execute all dependent steps, is that > a correct assumption? > > Thanks! > > -- > You received this message because you are subscribed to the Google Groups > "adt-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Xavier Ducrohet Android SDK Tech Lead Google Inc. http://developer.android.com | http://tools.android.com Please do not send me questions directly. Thanks! -- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
