How to set gradle home while importing existing project in Android studio

后端 未结 29 1441
借酒劲吻你
借酒劲吻你 2020-12-02 04:49

How to set gradle home while importing existing project in Android studio. While trying to import I need to set up this path.

29条回答
  •  借酒劲吻你
    2020-12-02 05:17

    On Arch Linux I could not find it, so I added:

    echo $APP_HOME
    

    to /usr/bin/grade (found over which gradle)

    The Install dir for me was /usr/share/java/gradle/

提交回复
热议问题