I\'m getting this error executing my Android app (I cleaned it and then built it, but the error is still present)
Mine got solved by enabling multiDex for debug builds.
defaultConfig { multiDexEnabled true }