How to restore build.gradle and .Gradle folder

后端 未结 3 1293
情话喂你
情话喂你 2021-01-23 09:16

When I was trying to solve an issue with Android Studio I accidentally deleted .Gradle folder at the top of the project and build.gradle from within the app. I will post a scree

3条回答
  •  北荒
    北荒 (楼主)
    2021-01-23 09:46

    If your are not using a VCS:

    • try use the local history to recovery the build.gradle file in your root folder (right click on the root folder)

    • If it fails. you can create a new project and copy the build.gradle. Usually this file contains generic info (like android gradle pluging and the repos to be used in the modules)

    • the .gradle folder is not a problem. Gradle wrapper will recreate this file

提交回复
热议问题