-
-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"ANDROID_HOME environment variable is not set correctly" error is thrown then tns run ios --log trace
command is executed
#1242
Comments
Fatme
changed the title
"ANDROID_HOME environment variable is not set correctly" error is thrown then
"ANDROID_HOME environment variable is not set correctly" error is thrown then Nov 24, 2015
tns run ios
command is executedtns run ios --log trace
command is executed
Fatme
pushed a commit
that referenced
this issue
Nov 26, 2015
This was referenced Nov 26, 2015
Merged
If I have ANDROID_HOME not set correctly:
than
|
I got the same call stack executing ios related command with |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The ANDROID_HOME environment variable is not set or it points to a non-existent directory. You will not be able to perform any build-related operations for Android.
To be able to perform Android build-related operations, set the ANDROID_HOME variable to point to the root of your Android SDK installation directory.
ANDROID_HOME environment variable is not set correctly.
error is thrown when ios related command is executed with --log trace option.
The text was updated successfully, but these errors were encountered: