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:
Solution 3:
Remove Build Folder from Project->app->build and run your project.
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"