Indeed, you can read this Gradle 1.9 requirement on http://tools.android.com/tech-docs/new-build-system At the moment Android plugins for Gradle are locked to specific version of Gradle. I hope this restriction will be lifted at some point but we are not there yet.
-Radim 2013/12/21 Rainer Burgstaller <[email protected]> > I upgraded to plugin version 0.7.1 and Gradle 1.10 and get the following > error: > > A problem occurred evaluating root project 'YourProject'. > > Could not create plugin of type 'AppPlugin'. > > * Try: > Run with --stacktrace option to get the stack trace. Run with --debug > option to get more log output. > > > On gradle 1.9 it seems to work (apart from the duplicate file problem). > > -- > 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. > -- 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.
