diff options
| author | Max Howell | 2012-01-18 18:25:10 +0000 |
|---|---|---|
| committer | Max Howell | 2012-01-18 18:25:10 +0000 |
| commit | 77cbad6b2847f65c302d46003c60db82f33ae88e (patch) | |
| tree | f32085850ba177525e80a28cc850826b1d3c01dc /Library/Formula | |
| parent | 70205f5ad228dd49413af96ca31981671c09541d (diff) | |
| download | homebrew-77cbad6b2847f65c302d46003c60db82f33ae88e.tar.bz2 | |
Advise user to use the correct path :/
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/android-sdk.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/android-sdk.rb b/Library/Formula/android-sdk.rb index 4672280a1..7989d96a3 100644 --- a/Library/Formula/android-sdk.rb +++ b/Library/Formula/android-sdk.rb @@ -48,7 +48,8 @@ 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 + NOTE you should tell Eclipse, IntelliJ etc. to use the Android-SDK found + here: #{prefix} 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. |
