Skip to content
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

Added support for the ANDROID_SDK_HOME environment variable. #2664

Merged
merged 1 commit into from Aug 8, 2012

Conversation

juancgarcia
Copy link
Contributor

Supports Android devs who changed the location of their .android folder and properly set the ANDROID_SDK_HOME variable to reflect.

Typically, the .android folder is stored in the users home directory, but in some cases this might need to be changed. The Android SDK provides the aforementioned environment variable as a means to specify an alternate parent folder.

In the case of TitaniumStudio, I believe setting this variable makes sense to also affect the .titanium folder.

Ex:
Windows (D:\myDevHome.android)
set %ANDROID_SDK_HOME%=D:\myDevHome

Linux/Mac (/usr/opt/devHome/.android)
ANDROID_SDK_HOME="/usr/opt/devHome"

Added support for the ANDROID_SDK_HOME environment variable.

Its read by AVD Manager to look for the .android folder in an alternate
location. In the case of TitaniumStudio, setting this variable makes
sense to also affect the .titanium folder.
@negupta
Copy link
Contributor

negupta commented Aug 2, 2012

@juancgarcia - I cannot find a signed CLA with this account. Did you sign a CLA?

@juancgarcia
Copy link
Contributor Author

Just signed it. Sorry, I didn't realize the contribution process was so formalized.

Also, it might make sense to update the README.md under titanium_mobile. I looked there first to see if it had any special considerations for contributors, but it made no mention of your CLA. I had to hunt it down via Google and the Appcelerator Wiki.

Juan Garcia

On Thu, Aug 2, 2012 at 12:22 AM, Neeraj Gupta <
reply@reply.github.com

wrote:

@juancgarcia - I cannot find a signed CLA with this account. Did you sign
a CLA?


Reply to this email directly or view it on GitHub:

#2664 (comment)

@negupta
Copy link
Contributor

negupta commented Aug 2, 2012

Signed CLA is in place.

@billdawson
Copy link
Contributor

@billdawson
Copy link
Contributor

cr/fr accepted

billdawson added a commit that referenced this pull request Aug 8, 2012
Added support for the ANDROID_SDK_HOME environment variable.
@billdawson billdawson merged commit 5205295 into tidev:master Aug 8, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants