The page http://tools.android.com/build/gradleplugin seems to be outdated (since January ?) :
Author: Xavier Ducrohet <[email protected]> 2014-01-15 19:58:13 Committer: Xavier Ducrohet <[email protected]> 2014-05-08 18:55:16 Update build files to build from tools/ and building the plugin from the "tools/build" directory (I'm guessing that this was invented to build the the plugin now) seems to be broken: ./gradlew assemble To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: http://gradle.org/docs/1.9/userguide/gradle_daemon.html. The groovy configuration has been deprecated and is scheduled to be removed in Gradle 2.0. Typically, usages of 'groovy' can simply be replaced with 'compile'. In some cases, it may be necessary to additionally configure the 'groovyClasspath' property of GroovyCompile and Groovydoc tasks. :builder-model:compileJava FAILURE: Build failed with an exception. * What went wrong: Could not resolve all dependencies for configuration ':builder-model:compile'. > Could not find com.android.tools:common:22.2.0-SNAPSHOT. Required by: com.android.tools.build:builder-model:0.7.0-SNAPSHOT * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. BUILD FAILED Does anyone know how to build the plugin? Could someone update the "Building the Android Gradle Plugin" page? Thanks On Wednesday, 30 April 2014 19:36:40 UTC+2, Xavier Ducrohet wrote: > > http://tools.android.com/tech-docs/new-build-system > > There's a matching git tag called "gradle_0.10.0" > > -- > 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.
