I get the error com.android.dex.DexException: Multiple dex files define Lcom/google/android/gms/internal/zzau; when i run my app The gradle files are
com.android.dex.DexException: Multiple dex files define Lcom/google/android/gms/internal/zzau;
ap
If anyone else comes across this issue in Ionic removing and re-adding the platform worked for me:
> ionic cordova rm platform android > ionic cordova add platform android