Short question: Are the gradlew scripts supposed to included in the tools repos? If not, how do I install them?
Longer version: I'm new to both the Android tools source and the gradle build system, so this is probably a trivial question. I'm trying to build the Eclipse-based tools for a personal project, but I'm stumbling with gradle. I followed the instructions in the tools page: repo init, then repo sync. Then brought the tools/base.git and the tools/swt.git projects into the local repository, as indicated in sdk/README. But then every step uses a gradlew script somewhere, e.g. in the root or in tools/base. However, I cannot see any gradlew, nor any gradle.build with a "wrapper" task, in those locations. I'm I missing something? Should I create a build.gradle with a "wrapper" task and bootstrap with another version of gradle? Thanks, Alberto -- 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.
