aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMax Howell2012-01-18 17:52:38 +0000
committerMax Howell2012-01-18 17:52:38 +0000
commit70205f5ad228dd49413af96ca31981671c09541d (patch)
tree85e6dadadd8a29dc2334456a485086aa38914dc4 /Library
parenta37e4c3263de0c11c2c3adb9438cfe05a92b2bee (diff)
downloadhomebrew-70205f5ad228dd49413af96ca31981671c09541d.tar.bz2
Advise user where to find the Android SDK
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/android-sdk.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/android-sdk.rb b/Library/Formula/android-sdk.rb
index adb73a1c4..4672280a1 100644
--- a/Library/Formula/android-sdk.rb
+++ b/Library/Formula/android-sdk.rb
@@ -47,6 +47,9 @@ class AndroidSdk < Formula
def caveats; <<-EOS.undent
Now run the `android' tool to install the actual SDK stuff.
+
+ The SDK files will be installed to: #{var}/lib/android-sdk
+
You will have to install the platform-tools EVERY time this formula updates.
If you want to try and fix this then see the comment in this formula.
EOS