I'm using the Deepin Linux operating system. I use the following commands:
react-native init NomeDoProjeto
cd NomeDoProjeto
When you run the command:
react-native run-android
I have the following error:
FAILURE: Build failed with an exception. What went wrong: A problem occurred configuring project ': app'. The SDK directory '/ root / Android / Sdk' does not exist.
But my SDK directory exists in this folder. I use Genymotion and it's also pointing to the same SDK properly.