I am getting the exception below when I am trying to run the application using Android Studio:
Error:Execution failed for task \':app:transformClasses
Add the following line:
multiDexEnabled true
Inside the defaultConfig of build.gradle
defaultConfig
build.gradle
Like this:
defaultConfig{ multiDexEnabled true }