0
When creating a React project activate and I try to run it by the *React-Native run-android* command this error appears, no matter if it is direct on the physical device or AVD.
I have created several projects and always build fails
I have also tried to compile the app directly by *gradlew assembleDebug*, the error also appears.
I think it’s related to Gradle but I couldn’t solve
You’re trying to run on what? AVD, Genymotion, Physical device?
– Mateus
This project was already running and after vc install something gave this error, or just in creating the project this already presents the fault?
– Mateus
Have you ever run other projects on this machine before or is this the first attempt? If you run another project passes, or any project gives the error?
– Mateus
Improve that description there
– Mateus
@Matthew I have tried on AVD and direct on the physical device, the first time I try to run the newly created project the error appears, I have created several projects and always gives the same error
– Felipe Marra
@Felipemarra tests with the "npm start" command inside the project folder.
– Rhadamez Gindri Hercilio
@RhadamezGindriHercilio https://drive.google.com/open?id=1eJRjuzDm5etO7T6HgCOEq65jageOmqDU
– Felipe Marra
@Felipemarra which command you used to create the project?
– Mateus
@Matthew React-Activate init test
– Felipe Marra
@Please felipemarra the only thing I can think of is that you were wrong to set up the development environment
– Mateus
Who knows, try creating project through "create-React-Native-app Project Name"
– Rhadamez Gindri Hercilio