Skip to content Skip to sidebar Skip to footer

React Native: Error While Building Project

Initially, everything was working fine, I was trying to update the build:gradle and SDK versions I am getting the following while building the project Gradle sync failed: More th

Solution 1:

There seems to be an issue with google-services 3.3.0

Change it to classpath 'com.google.gms:google-services:3.2.1' and it should work fine.

Post a Comment for "React Native: Error While Building Project"