I'd suggest you to read this manual carefully http://tools.android.com/build and this http://source.android.com/source/downloading.html
You need to get "repo" tool and follow the instructions from previous link, you can check out *gradle_0.13.0*, then you need to do "*repo init -u https://android.googlesource.com/platform/manifest <https://android.googlesource.com/platform/manifest> -b gradle_0.13.0*" and then "*repo sync*" 2014-09-24 20:45 GMT+04:00 Tomáš Procházka <[email protected]>: > And git clone > https://android.googlesource.com/platform/prebuilts/gradle-plugin > > is right codebase with source for "com.android.tools.build:gradle:0.13.+"? > > It looks like not :-( > > > Dne středa, 24. září 2014 18:27:41 UTC+2 Tomáš Procházka napsal(a): >> >> One small questuion. Where should be your code defined? I tried to put in >> to the android { }, but variant is not defined here. >> I really miss DSL documentation like http://www.gradle.org/docs/2. >> 0/dsl/index.html for android plugin objects, exist it somewhere? Or can >> I generate it from the source code? >> >>> >>> -- > 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. > -- ------------------ Best regards, Artem Zinnatullin Sent from my bed. -- 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.
