Help with BUILD FAILED Android Ionic

Hi Sujan, just to share the solution, to solve the error I entered the build.gradle inside the platform / and inserted in

defaultConfig {
 multiDexEnabled true
}

After that it worked normally.

Thanks!

6 Likes