Skip to content

Instantly share code, notes, and snippets.

@clubeagn
Last active December 28, 2018 14:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clubeagn/4ebee42041a86bdd182d8448febf43e5 to your computer and use it in GitHub Desktop.
Save clubeagn/4ebee42041a86bdd182d8448febf43e5 to your computer and use it in GitHub Desktop.
react erros
Erro: SDK location not found. Define location with sdk.dir in the local.properties file or with an ANDROID_HOME environment variable.
Solução:
Vá até a pasta Android do seu projeto.
- Crie um arquivo chamado: local.properties
-Abra o arquivo e coloque o caminho de sua SDK
Exemplo: C:\\Users\\Jonathan\\AppData\\Local\\Android\\sdk
Teste:
react-native run-android
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment