Android – Error:Execution failed for task ':app:mergeDebugResources'

Issue please help me! here is error says: Error:Execution failed for task ‘:app:mergeDebugResources’. Error: java.util.concurrent.ExecutionException: com.android.ide.common.process.ProcessException: my app gradle is : apply plugin: ‘com.android.application’ android { compileSdkVersion 25 buildToolsVersion “25.0.1” packagingOptions { exclude ‘META-INF/NOTICE’ // will not include NOTICE file

Continue reading

Plugin com.google.gms.google-services version 4.4.0 apply: false was not found in any of the following sources

Issue My error message: Build file ‘C:\Users\kcebu\StudioProjects\fitness_app\android\build.gradle’ line: 16 Plugin [id: ‘com.google.gms.google-services’, version: ‘4.4.0’, apply: false] was not found in any of the following sources: I have my google-services.json under fitness_app\android\app\google-services.json (there is no app folder under fitness_app project folder)

Continue reading