Error executing react-native run-android

0

Try starting a project with react-native init Proyecto and the project is created.

But at the moment of executing: react-native run-android throws me these erroes:

Any solution? By the way, I use Genymotion to emulate the android device.

    
asked by Revsky01 14.03.2018 в 21:38
source

1 answer

1

It seems that when you installed / updated the Android SDK, you did not accept the licenses.

Open Android Studio and go to options- > Appearence & Behavior-> System Settings-> Android SDK and try to update and accept the licenses.

    
answered by 02.04.2018 / 17:43
source