diff options
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. |
