I\'m getting this error executing my Android app (I cleaned it and then built it, but the error is still present)
There are two alternatives that'll work for sure:
If the above method didn't worked, try the next.
Add the following to build.gradle file at app level
defaultConfig { multiDexEnabled true }