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.
