Ionic native admobpro Multiple dex files define Lcom/google/android/gms/iid/zzc;

When I add AdmobPro ionic native plugin and I build or run to device its give me error Multiple dex files define Lcom/google/android/gms/iid/zzc;

This is the error I got when I build or run project after adding ionic native AdmobPro plugin.

:transformClassesWithDexForArmv7Debug
 FAILED

FAILURE: Build failed with an exception.


* What went wrong:
Execution failed for task ':transformClassesWithDexForArmv7Debug'.

BUILD FAILED

Total time: 4 mins 9.847 secs
> com.android.build.api.transform.TransformException: com.android.ide.common.process.ProcessException: java.util.concurrent.ExecutionException: com.android.dex.DexException: Multiple dex files define Lcom/google/android/gms/iid/zzc;

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Error: cmd: Command failed with exit code 1 Error output:
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':transformClassesWithDexForArmv7Debug'.
> com.android.build.api.transform.TransformException: com.android.ide.common.process.ProcessException: java.util.concurrent.ExecutionException: com.android.dex.DexException: Multiple dex files define Lcom/google/android/gms/iid/zzc;

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.


[ERROR] Cordova encountered an error.
        You may get more insight by running the Cordova command above directly.

[ERROR] An error occurred while running cordova run android (exit code 1).

Did you?
Run the cordova command with --stacktrace --debug at the end.
Run the ionic cordova command with --verbose at the end.