We updated those instructions a while ago. Try the new instructions: $ mkdir -p out/dist $ ./tools/buildSrc/servers/build_tools.sh `pwd`/out `pwd`/out/dist 1234
On Fri, Jul 18, 2014 at 9:36 AM, Rob Ratcliff <[email protected]> wrote: > Hi, > > I would like to build the Android SDK for Windows. > > I followed the instructions here: > > http://tools.android.com/build > > to checkout the distribution and then performed the following steps: > > export JAVA_HOME=/opt/jdk1.6 > cd tools > > ./gradlew makeLinuxSdk > > 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. > > I then tried ./gradlew makeWinSdk (which I assume is correct since these > instructions are obsolete: > http://tools.android.com/build#TOC-Building-the-Windows-SDK) > > ./gradlew makeWinSdk > > but 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. > > Any ideas why monitorproduct wouldn't exist? > > Thanks, > > Rob > > > > -- > 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. > -- 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.
