Android studio stuck at Refreshing Gradle project

前端 未结 17 1899
别那么骄傲
别那么骄傲 2021-01-31 15:01

Updated Android studio to 1.2.2 and the background process wont end.(Refreshing \'MemoryCards\' Gradle project).

It has been more than an hour now and its still busy?

17条回答
  •  [愿得一人]
    2021-01-31 15:28

    Answer of Lloric is the perfect answer.

    Go to Settings > Build Tools > Gradle

    Then change the Gradle Home path to the existing path.

    Probably you are facing problem now with gradle-2.10

    Browse directory, you will find out gradle-2.14.1 as of mine or later versions.

    Change it to that then rebuild your project.

提交回复
热议问题