Edit the file (YourAppName -> android -> app -> build.gradle) enter the line below on the defaultConfig field
multiDexEnabled true
defaultConfig {
multiDexEnabled true //this is the line you need to enter
applicationId "xxxxxx"
minSdkVersion xxxxx
targetSdkVersion xxxxx
versionCode xx
versionName "xx"
}