I'm trying to run react-native run-android
on a (kinda old) project of a friend. I'm getting this error:
Could not find com.android.tools.build:gradle:3.0.1.
Searched in the following locations:
https://jcenter.bintray.com/com/android/tools/build/gradle/3.0.1/gradle-3.0.1.pom
https://jcenter.bintray.com/com/android/tools/build/gradle/3.0.1/gradle-3.0.1.jar
Required by:
project :
I tried to enter the links, and they are returning a 404 error. Are this links placed in a configuration file? Where do I get valid links for those files? Which file to modify to get said files?