Cannot resolve MavenDeployment character on gradle

I have an application and a library supporting the application, everything is fine (I can compile the application with a library dependency

And the build.gradle file build.gradle always with this error:

 Cannot resolve symbol MavenDeployment on gradle 

enter image description here

Any ideas?

+8
android android-studio android-gradle maven-plugin gradle
source share
1 answer

I no longer have this problem since Android Studio 2.0

+3
source share

All Articles