Gradle location is incorrect error while importing ActionBarsherlock in Android Studio

前端 未结 6 2097
长发绾君心
长发绾君心 2020-12-23 18:43

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

6条回答
  •  清酒与你
    2020-12-23 19:32

    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.

提交回复
热议问题