1

I installed Android Studio 2.1.2.0v and when I want to make a project, have a problem.

enter image description here

Every thing about JDK is right.

Jonathan Mee
  • 37,899
  • 23
  • 129
  • 288
rezzone
  • 21
  • 2

1 Answers1

2

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

Community
  • 1
  • 1
TapanHP
  • 5,969
  • 6
  • 37
  • 66
  • Working with offline gradle has a benefit, but you couldn't get the latest gradle build. So it will raise an issue once the project will use the online gradle build or any of module requires higher version of gradle dependency.... You can work with offline gradle build , to reduce the network usage and faster build, but **you have to make sure that you are updating your gradle version regularly!** – Bhuro Sep 16 '16 at 07:07