Skip to content Skip to sidebar Skip to footer

Gradle Error: Unexpected Inputs: Android.gms:play-services

In RunTime show error in Gradle the error: Error:Execution failed for task ':app:transformClassesWithInstantRunForDebug'. Unexpected inputs: ImmutableJarInput{name=com.google.andr

Solution 1:

It seems you have enable Instant Run in Android Studio.

1) Disable Instant Run from File -> Settings -> Instant Run
2) Clean Your Project
3) Run Your App


Solution 2:

Personally, Build => Clean Project and then rebuilding fixed it for me.


Solution 3:


Solution 4:

When I Add this line the problem solved:

        MobileAds.initialize(getApplicationContext(), "ca-app-pub-xxxxxxxxxxxxx");

Thanks for all who response.


Post a Comment for "Gradle Error: Unexpected Inputs: Android.gms:play-services"