1
I’m using the Deepin Linux operating system. I use the following commands:
react-native init NomeDoProjeto
cd NomeDoProjeto
When executing the command:
react-native run-android
I have the following mistake:
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 is also pointing to the same SDK correctly.