rezzone
rezzone

Reputation: 21

Can't make a project in Android Studio

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.

Upvotes: 1

Views: 232

Answers (1)

TapanHP
TapanHP

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

Related Questions