When I make the command \"react-native run-android\" then it happened:
FAILURE: Build failed with an exception.
I added google() and mavenlocal() to the buildscript
google()
mavenlocal()
buildscript
buildscript { repositories { google() mavenLocal() jcenter() } .... }