Reputation: 3733
I must be a little slow. I found an answer on here that worked temporarily until I restarted my computer. Now my environment variables are gone. All the answers I've found are for different versions of OS X (which are conveniently all a little different) and none seem to be up to date with OS X 10.10. All I want to do is set my ANDROID_HOME variable for Eclipse. Who would have thought this would be so difficult. What is THE way to permanently set ANDROID_HOME and other environment variables for my Mac.
Upvotes: 0
Views: 2669
Reputation: 191
I had a similar issue like yours. I am not sure how to permanently set an environment variable in Mac OS X 10.10, but I found a workaround that may solve your issue.
Please try to set ANDROID_HOME
as an environment variable in eclipse.
This is how it's done:
ANDROID_HOME
with the path to your android sdkUpvotes: 1