Getting a loading wrapper properties error in Android

后端 未结 10 933
逝去的感伤
逝去的感伤 2020-12-07 04:48

I am getting the following error :

\'C:\\Users\\install\\Desktop\\project\\CoMpC2\\gradle\\wrapper\\gradle-wrapper.properties\'.
No value with key \'distribu         


        
10条回答
  •  清歌不尽
    2020-12-07 04:54

    I had the same / a similar issue. Ideally we should not have to make any changes & Android Studio handles these things automatically.

    For some reason some of my configuration got corrupted because of which every time I created a project it failed with these errors and was only putting the Gradle folder in the Project hierarchy and not generating any of the project files.

    All I did was delete the .gradle, .android, .AndroidStudiox.x folder in this location: C:\Users\username and the next time I loaded Android Studio it reconfigured those dependencies and got rid of the error.

提交回复
热议问题