Reputation: 1188
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?
Upvotes: 2
Views: 3343
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
You can set "Do not show this dialog in the future".
It should work!
Upvotes: 2
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