kramer65
kramer65

Reputation: 53873

How to set the ANDROID_HOME environment variable?

For Maven to work properly I need to set the ANDROID_HOME variable to point to my SDK directory. I suppose the directory I need to set it to is "/Users/kramer65/dev/adt-bundle-mac-x86_64-20130917/sdk".

But my question: how do I set this variable?

Upvotes: 1

Views: 14762

Answers (1)

Habizzle
Habizzle

Reputation: 3041

Set environment variables on Mac OS X Lion

Here is explained how to set environmental variables in MacOS.

Upvotes: 3

Related Questions