I'm getting this error when trying to build with a locally compiled version of the Android gradle plugin based on 3c93cfaee:
> Could not create plugin of type 'LibraryPlugin'. Caused by: java.lang.NoClassDefFoundError: org/codehaus/groovy/runtime/ typehandling/ShortTypeHandling at com.android.build.gradle.BasePlugin.getLocalVersion(BasePlugin.groovy: 2778) at com.android.build.gradle.BasePlugin.<init>(BasePlugin.groovy:242) at com.android.build.gradle.LibraryPlugin.<init>(LibraryPlugin.groovy:40) at org.gradle.api.internal.DependencyInjectingInstantiator.newInstance( DependencyInjectingInstantiator.java:62) at org.gradle.api.internal.plugins.DefaultPluginRegistry.loadPlugin( DefaultPluginRegistry.java:65) ... 90 more It looks like I need to update the version of groovy that I'm building with. What's the best way to address this? 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.
