My Gradle project sync failed. Basic functionality (e.g. editing debugging) will not work properly.
I installed Android Studio and updated everything (3.2.1) , but whenever I create new project I get these 3 errors :
Failed to resolve: com.android.support:appcompat-v7:28.0.0
Failed to resolve: com.android.support.constraint:constraint-layout:1.1.3
Failed to resolve: com.android.support.test:runner:1.0.2
What's wrong?
Thanks in advance