Created
November 30, 2016 12:41
-
-
Save bora89/5b7aa19c7da620d9f4c938432eb337f3 to your computer and use it in GitHub Desktop.
set required env variables for cordova
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # add in your .bash_profile | |
| export ANDROID_HOME=/Users/alexander/Library/Android/sdk/ | |
| export JAVA_HOME=$(/usr/libexec/java_home) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment