Looks like you have a library project where you didn't update your build
script to match the new DSL.
If you have
android {
debug {
}
release {
}
}
you need to change it to the same format as app project:
android {
buildTypes {
debug {
}
release {
}
}
}
On Wed, Mar 5, 2014 at 2:12 PM, Ihor Kushnirenko <[email protected]
> wrote:
> I have this problem in IDEA 13.0.2^
> "Build script error, unsupported Gradle DSL method found: 'release()'!"
>
> --
> 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/groups/opt_out.
>
--
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/groups/opt_out.