DEV Community

Cover image for Couldn’t locate lint-gradle-api-26.1.2.jar for Flutter project - fluttercorner.com
FlutterCorner
FlutterCorner

Posted on

Couldn’t locate lint-gradle-api-26.1.2.jar for Flutter project - fluttercorner.com

Hello Guys how are you all ? Hope You all are fine. When I am trying to run the example project, I have this issue:

FAILURE: Build failed with an exception

Could not resolve all files for configuration ‘classpath’. Could not find lint-gradle-api.jar (com.android.tools.lint:lint-gradle-api:26.1.2). Searched in the following locations: https://jcenter.bintray.com/com/android/tools/lint/lint-gradle-api/26.1.2/lint-gradle-api-26.1.2.jar
Enter fullscreen mode Exit fullscreen mode

What is cause Couldn’t locate lint-gradle-api-26.1.2.jar for Flutter project

it’s trying to get the file “lint-gradle-api-26.1.2.jar” from the jcenter repository but it Could not find resource. and through this below error.

Could not resolve all files for configuration ‘classpath’. Could not find lint-gradle-api.jar (com.android.tools.lint:lint-gradle-api:26.1.2). Searched in the following locations: https://jcenter.bintray.com/com/android/tools/lint/lint-gradle-api/26.1.2/lint-gradle-api-26.1.2.jar
Enter fullscreen mode Exit fullscreen mode

Solutions

How To Solve Couldn’t locate Lint-gradle-api-26.1.2.jar for flutter project.

Here is All Possible Solution added please visit Couldn’t locate lint-gradle-api-26.1.2.jar for Flutter project

Top comments (0)