I\'ve tried gradlew clean and every other solution available here and on GitHub but the error doesn\'t match and solution doesn\'t work
Error on cmd A
I have the same issue. So to make it 'clearer', I did these:
multidexEnabled=true
in the same section as no (1) above(Optional) - I had another issue where Gradle couldn't find the play-services version properly: I modified the project build.gradle
to search the google maven first before the jcenter()
maven {
url 'https://maven.google.com/'
name 'Google'
}
mavenLocal()
jcenter()