I have a problem that I can not solve. When compiling, throw the following
Launching lib\main.dart on Android SDK built for x86 in debug...
Initializing gradle...
Resolving dependencies...
* Error running Gradle:
Exit code 1 from:
C:\Users\userName\AndroidStudioProjects\flutter_app1\android\gradlew.bat
app:properties:
Project evaluation failed including an error in afterEvaluate {}. Run with --stacktrace for details of the afterEvaluate {} error.
FAILURE: Build failed with an exception.
* Where:
Build file
'C:\Users\userName\AndroidStudioProjects\flutter_app1\android\app\build.gradle' line: 25
* What went wrong:
A problem occurred evaluating project ':app'.
> 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
https://jcenter.bintray.com/com/android/tools/lint/lint-gradle-api/26.1.2/lint-gradle-api-26.1.2.jar
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 0s
Finished with error: Please review your Gradle project setup in the android/ folder.
I tried to do what he says (I do not know if I did it right), but I did not solve.
How can I solve?
Thanks,
Daniel