Ever come across "set ANDROID_DAILY_OVERRIDE environment variable" error while building
your android project in studio??
This is how it can be solved:
1.In your terminal, run this
launchctl setenv ANDROID_DAILY_OVERRIDE <your-value-on-error-message>
<your-value-on-error-messag> is the value that you get in the error message
2.Restart Android studio
your android project in studio??
This is how it can be solved:
1.In your terminal, run this
launchctl setenv ANDROID_DAILY_OVERRIDE <your-value-on-error-message>
<your-value-on-error-messag> is the value that you get in the error message
2.Restart Android studio
No comments:
Post a Comment
Note: only a member of this blog may post a comment.