Reputation: 21
I installed Android Studio 2.1.2.0v and when I want to make a project, have a problem.
Every thing about JDK is right.
Upvotes: 1
Views: 232
Reputation: 6181
Might due to proxy gradle couldn't download it's latest build files, there must be some connection issue you can alternatively do is get sdk from somewhere and in offline mode at least open one project, after it you can update all things and if problem occurs you can easily find solution as android studio clearly shows what are the problems behind these kinda of problems.
It can also happen due to antivirus sometimes,
Recommended reading : https://medium.com/@cesarmcferreira/speeding-up-gradle-builds-619c442113cb#.8h6wyo50c
https://stackoverflow.com/a/27171878/5476209
https://stackoverflow.com/a/21815505/5476209
Upvotes: 2