You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the 1.5 installation log shows this error message:
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.
tns doctor and tns platform add android showing this error:
Cannot read property 'match' of null
The text was updated successfully, but these errors were encountered:
Hi @FabioThe1 and @barryhippo
The issue you have faced is related to missing cocoapods on your machine. The issue is already logged here and we'll fix it for our next release. As a workaround I recommend you to execute sudo gem install cocoapods.
I'm closing this thread as it is duplicate of the mentioned one :) Feel free to contact us in case you have any other problems or concerns.
After the update to 1.5 following issues occured:
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.
Cannot read property 'match' of null
The text was updated successfully, but these errors were encountered: