Android gradle studio removed

I accidentally deleted several gradle files where android studio is installed. I followed this tutorial to solve a different problem, but now it even deleted some gradle files that I can't even create in android studio. And I can't build a run or do anything. When I start android studio, it shows me this error in the following image:

enter image description here

If I open the Plugin Manager it shows Android support, cloud is disabled like in this image:

enter image description here

In the build settings tools, it doesn't show gradle:

enter image description here

And in the module settings it shows:

enter image description here

Please help me with this. I cannot re-install android studio, sdk and all over again as I have done a lot of tweaks (installed plugins and git configs etc.) in studio, so reinstalling everything is not an option. Any help?

+3


source to share


1 answer


One non-technical solution is to install another instance of Android Studio elsewhere on your system. Then you can compare the directories where you deleted the files and copy the files that were not in the original installation.



+1


source







All Articles