Android Studio: Re-download dependencies and sync project

前端 未结 15 2109
孤街浪徒
孤街浪徒 2020-12-01 18:23

I downloaded an open source game \"ChaseWhisplyProject\" source code from Github.

I imported the project in my Android Studio (Version 1.5.1).

It shows foll

15条回答
  •  抹茶落季
    2020-12-01 18:55

    I solved this issue by this following steps

    1.C:\Users\System name.gradle\wrapper\

    2.Inside wrapper folder u will find grale file with some version, You just have to delete it

    3.Come/Go to android studio and Go to File->Sync project with Gradle Files.

    4.Android studio automatically download the require gradle file.

    5.And now go for coding

提交回复
热议问题