Closed anil1712 closed 5 years ago
We are working under mac OS so I'm not sure if it's an environement issue or not.
Could you try to change on https://github.com/ueno-llc/react-native-starter/blob/master/android/build.gradle the following lines and run again:
buildscript {
repositories {
+ google()
jcenter()
mavenLocal()
mavenCentral()
- google()
}
allprojects {
repositories {
+ google()
mavenLocal()
mavenCentral()
jcenter()
maven {
Also this is Android studio, right? Make sure you have updated all the SDKs and what not
Describe the bug A clear and concise description of what the bug is. The project is not running in windows with android
To Reproduce Steps to reproduce the behavior:
Expected behavior Should run the app properly
Environment
Additional context
Here is the exception that I am getting in android studio
Please suggest me some solution for this