caiobiodere/cordova-template-framework7-vue-webpack

cordova build android --release -failed

VisualMafia opened this issue · 1 comments

:app:lintVitalRelease FAILED

  • What went wrong:
    Execution failed for task ':app:lintVitalRelease'.

Could not resolve all artifacts for configuration ':app:debugUnitTestRuntimeClasspath'.
Could not find support-fragment.aar (com.android.support:support-fragment:27.1.1).

Fix: Change in platforms/android/build.gradle
change jcenter () to
jcenter {
url "http://jcenter.bintray.com/"
}