Stan Zeez
Stan Zeez

Reputation: 1188

Infinitely start of android studio (Gradle: Resolve dependencies ':app:_debugCompile')

I installed Android studio on my Ubuntu 14.04 and created new Project. When I create a new project Android Studio infinitely sits with below message:

Gradle: Resolve dependencies':app:_debugCompile'

How do I understand what problem is?

enter image description here

Upvotes: 2

Views: 3343

Answers (2)

Tomasz Dudek
Tomasz Dudek

Reputation: 36

When you run Android Studio, and before you create new project, go to the settings. To do that go to the Configure button (bottom right) and select Settings. Than Settings screen appears. Go to Appereance & Behavior -> System Settings ->HTTP Proxy Proxy Settings

Click OK and try to create new project. There will be few screen to create new project. Click Next and Finish. Than on system ask you about proxy settings. Set checkbox to Enable HTTPS Proxy

HTTPS Proxy settings

You can set "Do not show this dialog in the future".

It should work!

Upvotes: 2

hris.to
hris.to

Reputation: 6363

I've experienced the same issue while one of my external dependencies site drop. Check if all your external dependencies are accessible.

Upvotes: 0

Related Questions