I\'m also trying to import the ABS in new updated Android Studio. I\'m following this tutorial.
but on step Adding Action Bar Sherlock library to Android St
When using homebrew, instead of (as suggested in other answers):
/usr/local/Cellar/gradle//libexec/
It's better to use:
/usr/local/opt/gradle/libexec
It's a symlink and will survive brew upgrade.
brew upgrade