Im completely new to android studio
I have these configurations :
In gradle-wrapper.properties file:
In build.gradle file:
But when I press Sync Project With Gradle files button . Bellow error occurred :
2
mostly network Issue but for making sure check the link below for compatibility between build version.
https://developer.android.com/build/releases/gradle-plugin
if that was not your issue, it will be network issue. use VPN that tunnel your device, I mean whole your device. good example is V2rayNg or any other VPN that tunnel device.
You try to use versions that don’t exist (it seems, you mixed up versions for two plugins). The correct setup is:
classpath "com.google.gms:google-services:4.4.0" classpath "com.android.tools.build:gradle:8.0.0"
Click here to cancel reply.
2
Answers
mostly network Issue but for making sure check the link below for compatibility between build version.
https://developer.android.com/build/releases/gradle-plugin
if that was not your issue, it will be network issue.
use VPN that tunnel your device, I mean whole your device.
good example is V2rayNg or any other VPN that tunnel device.
You try to use versions that don’t exist (it seems, you mixed up versions for
two plugins). The correct setup is: