Android studio, configure gradle project takes forever

前端 未结 9 2263
滥情空心
滥情空心 2020-12-14 01:06

After changing the gradle build file to use gradle build tool 0.8.+,

classpath \'com.android.tools.build:gradle:0.8.+\'

my Android studio

9条回答
  •  暖寄归人
    2020-12-14 01:29

    If anyone face this sync stuck problem in mac, give this a try.

    right click your

    android studio.app -> show package -> content -> gradle

    and see the gradle version. In that folder, now got to your android studio IDE and open your preference and go to

    Build, execution -> build tool - > gradle

    check the preference there. verify the path of gradle is as content - > .... and last there will be gradle version, see if that matched the gradle version in the content of androidStudio.app

    guess this helps someone.

提交回复
热议问题