Freshly Installed Android Studio and started new android project. When tried to run it. Got this error from Gradle
Error:Could not open init
For Me Issue get resolved by giving permission
For window C:\Users Right click on Users >> Click on Security Tab >> Add Group and username there as for example SYSTEm, your comany mail id
For Linux
provide 777 permission for .android and .gradle folder by using sudo chmod 777 -R .android/ sudo chmod 777 -R .gradle/