From 2086e90b2f8d69f38f1cfb755c4af811988cf7e7 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 3 Jun 2013 12:22:31 +0200 Subject: [PATCH] android sdk path update --- bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash_profile b/bash_profile index 2ed19e6..6ad6d2b 100644 --- a/bash_profile +++ b/bash_profile @@ -38,7 +38,7 @@ unset MAILCHECK PATH="$PATH:/usr/local/sbin:/usr/sbin:/sbin"; # if these bins exist, then add them to the PATH -ANDROID_HOME="/usr/local/Cellar/android-sdk/r21" +ANDROID_HOME="/usr/local/Cellar/android-sdk/r22.0.1" [ -d "$ANDROID_HOME" ] && PATH="$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools"; # add to beginning of PATH so that it always take precedence over /usr/bin