Skip to content

Instantly share code, notes, and snippets.

@binhqd
Created March 26, 2018 02:12
Show Gist options
  • Save binhqd/b38d089a5f4acb59c268e1d2caee005b to your computer and use it in GitHub Desktop.
Save binhqd/b38d089a5f4acb59c268e1d2caee005b to your computer and use it in GitHub Desktop.
ReactNative
* What went wrong:
A problem occurred configuring project ':app'.
> The SDK directory '$HOME/Android/Sdk' does not exist.

Fix with:

export ANDROID_HOME=$HOME/Android/Sdk/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment