I imported an Android project from Eclipse to Andriod Studio, but when I compile, I get these errors. What do they mean?
Gradle: : org.gradle.api.plugins.Pl
I was having the same problem. Turned out it was because I had Gradle v1.4 installed. Once I upgraded to v1.6 (download and change path), these problems went away.