D
D
Davron Fayziev2017-12-07 09:49:55
Android
Davron Fayziev, 2017-12-07 09:49:55

Problem with Android Studio 3 how to solve?

Greetings to all
Today I updated Android Studio to 3.0 I
created an empty project and there is such an error
5a28e30aa7264901824256.png5a28e3c063f22977579802.png
I can’t understand what the problem is
5a28e3580cf0c174878529.png5a28e3ade6708875180500.png5a28e43fe78a5316819455.png
Thank you in advance)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Varakosov, 2017-12-07
@dfayziev

You are behind a proxy. The SSL certificate is spoofed, so the libraries are not downloaded.
You can override the repository addresses by specifying http instead of https.
In build.gradle, in repositories:

// jcenter
maven { url "http://jcenter.bintray.com" }

For other repositories, the same is true.
But it's better to ask the admin to set up filtering.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question