When installing \'react-native init AwesomeProject\' I get this error when I run react-native run-android:
react-native run-android
Could not determine
I have the same issue. the problem in my code was a double declaration on another Gradle file in build.gradle
build.gradle
apply from: otherFile.gradle ... build. gradle code... apply from: otherFile.gradle //Again