How to resolve android gradle issue in cordova build -


i facing following uissues , unable build apk because of this:

error:a problem occurred configuring root project 'android'.  > not download artifact 'support-v4.aar (com.android.support:support-v4:24.1.1)'     > not 'https://jcenter.bintray.com/com/android/support/support-v4/24.1.1/support-v4-24.1.1.aar'.        > peer not authenticated

also, error:

error: error code 1 command: cmd args: /s,/c,"...\platforms\android\gradlew cdvbuilddebug -b d:\...\...\platforms\android\build.gradle -dorg.gradle.daemon=true  -pandroid.usedeprecatedndk=true"


Comments