Could not find lint-gradle-api.jar (com.android.tools.lint:lint-gradle-api:26.1.2) flutter project
I have an error with lint-gradle-api.jar, I looked at other similar questions on the forums but I still have the problem.
Does anyone have an idea ?
- Error running Gradle:
Exit code 1 from: C:UsersbgbraDocumentsFlutter_appsflutter_appandroidgradlew.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:UsersbgbraDocumentsFlutter_appsflutter_appandroidappbuild.gradle' line: 25
What went wrong:
A problem occurred evaluating project ':app'.
Could not resolve all artifacts 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
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.
build.gradle
buildscript
repositories
google()
jcenter()
maven
url 'https://dl.google.com/dl/android/maven2'
dependencies
classpath 'com.android.tools.build:gradle:3.2.1'
allprojects
repositories
google()
jcenter()
rootProject.buildDir = '../build'
subprojects
project.buildDir = "$rootProject.buildDir/$project.name"
subprojects
project.evaluationDependsOn(':app')
task clean(type: Delete)
delete rootProject.buildDir
gradle flutter
add a comment |
I have an error with lint-gradle-api.jar, I looked at other similar questions on the forums but I still have the problem.
Does anyone have an idea ?
- Error running Gradle:
Exit code 1 from: C:UsersbgbraDocumentsFlutter_appsflutter_appandroidgradlew.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:UsersbgbraDocumentsFlutter_appsflutter_appandroidappbuild.gradle' line: 25
What went wrong:
A problem occurred evaluating project ':app'.
Could not resolve all artifacts 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
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.
build.gradle
buildscript
repositories
google()
jcenter()
maven
url 'https://dl.google.com/dl/android/maven2'
dependencies
classpath 'com.android.tools.build:gradle:3.2.1'
allprojects
repositories
google()
jcenter()
rootProject.buildDir = '../build'
subprojects
project.buildDir = "$rootProject.buildDir/$project.name"
subprojects
project.evaluationDependsOn(':app')
task clean(type: Delete)
delete rootProject.buildDir
gradle flutter
1
Possible duplicate of Facing the issue while gradle sync - Could not find lint-gradle-api.jar (com.android.tools.lint:lint-gradle-api:26.1.2)
– M.Ricciuti
Nov 12 '18 at 17:39
add a comment |
I have an error with lint-gradle-api.jar, I looked at other similar questions on the forums but I still have the problem.
Does anyone have an idea ?
- Error running Gradle:
Exit code 1 from: C:UsersbgbraDocumentsFlutter_appsflutter_appandroidgradlew.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:UsersbgbraDocumentsFlutter_appsflutter_appandroidappbuild.gradle' line: 25
What went wrong:
A problem occurred evaluating project ':app'.
Could not resolve all artifacts 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
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.
build.gradle
buildscript
repositories
google()
jcenter()
maven
url 'https://dl.google.com/dl/android/maven2'
dependencies
classpath 'com.android.tools.build:gradle:3.2.1'
allprojects
repositories
google()
jcenter()
rootProject.buildDir = '../build'
subprojects
project.buildDir = "$rootProject.buildDir/$project.name"
subprojects
project.evaluationDependsOn(':app')
task clean(type: Delete)
delete rootProject.buildDir
gradle flutter
I have an error with lint-gradle-api.jar, I looked at other similar questions on the forums but I still have the problem.
Does anyone have an idea ?
- Error running Gradle:
Exit code 1 from: C:UsersbgbraDocumentsFlutter_appsflutter_appandroidgradlew.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:UsersbgbraDocumentsFlutter_appsflutter_appandroidappbuild.gradle' line: 25
What went wrong:
A problem occurred evaluating project ':app'.
Could not resolve all artifacts 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
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.
build.gradle
buildscript
repositories
google()
jcenter()
maven
url 'https://dl.google.com/dl/android/maven2'
dependencies
classpath 'com.android.tools.build:gradle:3.2.1'
allprojects
repositories
google()
jcenter()
rootProject.buildDir = '../build'
subprojects
project.buildDir = "$rootProject.buildDir/$project.name"
subprojects
project.evaluationDependsOn(':app')
task clean(type: Delete)
delete rootProject.buildDir
gradle flutter
gradle flutter
asked Nov 12 '18 at 17:20
BrandonBrandon
162
162
1
Possible duplicate of Facing the issue while gradle sync - Could not find lint-gradle-api.jar (com.android.tools.lint:lint-gradle-api:26.1.2)
– M.Ricciuti
Nov 12 '18 at 17:39
add a comment |
1
Possible duplicate of Facing the issue while gradle sync - Could not find lint-gradle-api.jar (com.android.tools.lint:lint-gradle-api:26.1.2)
– M.Ricciuti
Nov 12 '18 at 17:39
1
1
Possible duplicate of Facing the issue while gradle sync - Could not find lint-gradle-api.jar (com.android.tools.lint:lint-gradle-api:26.1.2)
– M.Ricciuti
Nov 12 '18 at 17:39
Possible duplicate of Facing the issue while gradle sync - Could not find lint-gradle-api.jar (com.android.tools.lint:lint-gradle-api:26.1.2)
– M.Ricciuti
Nov 12 '18 at 17:39
add a comment |
1 Answer
1
active
oldest
votes
This is my build.gradle
file. I don't know, will it help you.
buildscript
ext.kotlin_version = '1.3.10'
repositories
google()
jcenter()
maven
url 'https://dl.google.com/dl/android/maven2'
dependencies
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.google.gms:google-services:3.2.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
// global properties used in sub modules
ext
versionCodeProp = 81100
versionNameProp = "0.8.11-dev"
versionBuild = System.getenv("BUILD_NUMBER") as Integer ?: 0
buildNumberProp = "$versionBuild"
allprojects
repositories
jcenter()
maven
url "https://maven.google.com"
google()
Probably you shoul add maven
to allprojects
branch.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53267104%2fcould-not-find-lint-gradle-api-jar-com-android-tools-lintlint-gradle-api26-1%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
This is my build.gradle
file. I don't know, will it help you.
buildscript
ext.kotlin_version = '1.3.10'
repositories
google()
jcenter()
maven
url 'https://dl.google.com/dl/android/maven2'
dependencies
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.google.gms:google-services:3.2.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
// global properties used in sub modules
ext
versionCodeProp = 81100
versionNameProp = "0.8.11-dev"
versionBuild = System.getenv("BUILD_NUMBER") as Integer ?: 0
buildNumberProp = "$versionBuild"
allprojects
repositories
jcenter()
maven
url "https://maven.google.com"
google()
Probably you shoul add maven
to allprojects
branch.
add a comment |
This is my build.gradle
file. I don't know, will it help you.
buildscript
ext.kotlin_version = '1.3.10'
repositories
google()
jcenter()
maven
url 'https://dl.google.com/dl/android/maven2'
dependencies
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.google.gms:google-services:3.2.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
// global properties used in sub modules
ext
versionCodeProp = 81100
versionNameProp = "0.8.11-dev"
versionBuild = System.getenv("BUILD_NUMBER") as Integer ?: 0
buildNumberProp = "$versionBuild"
allprojects
repositories
jcenter()
maven
url "https://maven.google.com"
google()
Probably you shoul add maven
to allprojects
branch.
add a comment |
This is my build.gradle
file. I don't know, will it help you.
buildscript
ext.kotlin_version = '1.3.10'
repositories
google()
jcenter()
maven
url 'https://dl.google.com/dl/android/maven2'
dependencies
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.google.gms:google-services:3.2.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
// global properties used in sub modules
ext
versionCodeProp = 81100
versionNameProp = "0.8.11-dev"
versionBuild = System.getenv("BUILD_NUMBER") as Integer ?: 0
buildNumberProp = "$versionBuild"
allprojects
repositories
jcenter()
maven
url "https://maven.google.com"
google()
Probably you shoul add maven
to allprojects
branch.
This is my build.gradle
file. I don't know, will it help you.
buildscript
ext.kotlin_version = '1.3.10'
repositories
google()
jcenter()
maven
url 'https://dl.google.com/dl/android/maven2'
dependencies
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.google.gms:google-services:3.2.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
// global properties used in sub modules
ext
versionCodeProp = 81100
versionNameProp = "0.8.11-dev"
versionBuild = System.getenv("BUILD_NUMBER") as Integer ?: 0
buildNumberProp = "$versionBuild"
allprojects
repositories
jcenter()
maven
url "https://maven.google.com"
google()
Probably you shoul add maven
to allprojects
branch.
answered Dec 3 '18 at 13:51
CoolMindCoolMind
4,18113576
4,18113576
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53267104%2fcould-not-find-lint-gradle-api-jar-com-android-tools-lintlint-gradle-api26-1%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Possible duplicate of Facing the issue while gradle sync - Could not find lint-gradle-api.jar (com.android.tools.lint:lint-gradle-api:26.1.2)
– M.Ricciuti
Nov 12 '18 at 17:39