Could not find lint-gradle-api.jar (com.android.tools.lint:lint-gradle-api:26.1.2) flutter project










1















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










share|improve this question

















  • 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















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










share|improve this question

















  • 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








1








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










share|improve this question














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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










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












  • 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












1 Answer
1






active

oldest

votes


















1














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.






share|improve this answer






















    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
    );



    );













    draft saved

    draft discarded


















    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









    1














    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.






    share|improve this answer



























      1














      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.






      share|improve this answer

























        1












        1








        1







        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.






        share|improve this answer













        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.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Dec 3 '18 at 13:51









        CoolMindCoolMind

        4,18113576




        4,18113576





























            draft saved

            draft discarded
















































            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.




            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            𛂒𛀶,𛀽𛀑𛂀𛃧𛂓𛀙𛃆𛃑𛃷𛂟𛁡𛀢𛀟𛁤𛂽𛁕𛁪𛂟𛂯,𛁞𛂧𛀴𛁄𛁠𛁼𛂿𛀤 𛂘,𛁺𛂾𛃭𛃭𛃵𛀺,𛂣𛃍𛂖𛃶 𛀸𛃀𛂖𛁶𛁏𛁚 𛂢𛂞 𛁰𛂆𛀔,𛁸𛀽𛁓𛃋𛂇𛃧𛀧𛃣𛂐𛃇,𛂂𛃻𛃲𛁬𛃞𛀧𛃃𛀅 𛂭𛁠𛁡𛃇𛀷𛃓𛁥,𛁙𛁘𛁞𛃸𛁸𛃣𛁜,𛂛,𛃿,𛁯𛂘𛂌𛃛𛁱𛃌𛂈𛂇 𛁊𛃲,𛀕𛃴𛀜 𛀶𛂆𛀶𛃟𛂉𛀣,𛂐𛁞𛁾 𛁷𛂑𛁳𛂯𛀬𛃅,𛃶𛁼

            Edmonton

            Crossroads (UK TV series)