error message on launching android studio
using "android-studio-2.1"
Everytime error message pops up on launching android studio but after restarting pc android studio opens up showing "gradle sync failed... protocol family unavailable"
error message on launching android studio
using "android-studio-2.1"
Everytime error message pops up on launching android studio but after restarting pc android studio opens up showing "gradle sync failed... protocol family unavailable"
Ok that was proxifier issue. Turning off the proxifier worked but now it is showing error "failed to resolve junit:junit4.12". I have tried uninstalling & installing, deleting .gradle folder and even adding these lines of code ...
android{
repositories {
maven { url 'http://repo1.maven.org/maven2' }
}
but it didn't worked