In RunTime show error in Gradle the error:
Error:Execution failed for task \':app:transformClassesWithInstantRunForDebug\'.
Unexpected inputs: Imm
When I Add this line the problem solved:
MobileAds.initialize(getApplicationContext(), "ca-app-pub-xxxxxxxxxxxxx");
Thanks for all who response.