添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
大气的登山鞋  ·  Locally compile your ...·  3 月前    · 
犯傻的海豚  ·  Solved: Building ...·  3 月前    · 
谈吐大方的硬盘  ·  GitHub - ...·  2 月前    · 
失恋的牙膏  ·  GitHub - nanomsg/nng: ...·  2 月前    · 
星星上的泡面  ·  NNG - nanomsg-NG·  2 月前    · 
苦恼的地瓜  ·  Setting unlimited ...·  1 年前    · 
失落的鸡蛋面  ·  Java 将带有 ...·  2 年前    · 

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement . We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account * What went wrong: Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'. > Failed to find Build Tools revision 29.0.2 #69845 * What went wrong: Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'. > Failed to find Build Tools revision 29.0.2 #69845 triadityaa opened this issue Nov 5, 2020 · 14 comments

Launching lib\main.dart on sdk gphone x86 in debug mode...
Running Gradle task 'assembleDebug'...

FAILURE: Build failed with an exception.

  • What went wrong:
    Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.
  • Failed to find Build Tools revision 29.0.2

    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 3s
    Exception: Gradle task assembleDebug failed with exit code 1

    Hey @triadityaa , could you please check whether you have installed the android sdk? Please provide the output of flutter doctor -v
    Thanks

    waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds labels Nov 5, 2020

    Without additional information, we are unfortunately not sure how to resolve this issue.
    We are therefore reluctantly going to close this bug for now.
    Please don't hesitate to comment on the bug if you have any more information for us; we will reopen it right away!
    Thanks for your contribution.

    Could everyone who still has this problem please file a new issue with the exact description of what happens, logs, and the output of flutter doctor -v .
    All system setups can be slightly different, so it's always better to open new issues and reference related issues.

    waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Nov 27, 2020

    what i getting after run flutter doctor -v

    [√] Flutter (Channel stable, 2.0.1, on Microsoft Windows [Version 10.0.18362.900], locale en-IN)
    • Flutter version 2.0.1 at C:\src\flutter
    • Framework revision c5a4b40 (2 days ago), 2021-03-04 09:47:48 -0800
    • Engine revision 40441de
    • Dart version 2.12.0

    [√] Android toolchain - develop for Android devices (Android SDK version 29.0.3)
    • Android SDK at C:\Users\kishan kumar\AppData\Local\Android\Sdk
    • Platform android-29, build-tools 29.0.3
    • ANDROID_HOME = C:\Users\kishan kumar\AppData\Local\Android\Sdk
    • Java binary at: C:\Program Files\Android\Android Studio\jre\bin\java
    • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b01)
    • All Android licenses accepted.

    [√] Chrome - develop for the web
    • Chrome at C:\Program Files (x86)\Google\Chrome\Application\chrome.exe

    [√] Android Studio (version 4.0)
    • Android Studio at C:\Program Files\Android\Android Studio
    • Flutter plugin can be installed from:
    https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
    https://plugins.jetbrains.com/plugin/6351-dart
    • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b01)

    [√] VS Code (version 1.54.1)
    • VS Code at C:\Users\kishan kumar\AppData\Local\Programs\Microsoft VS Code
    • Flutter extension version 3.20.0

    [√] Connected device (2 available)
    • Chrome (web) • chrome • web-javascript • Google Chrome 88.0.4324.190
    • Edge (web) • edge • web-javascript • Microsoft Edge 86.0.622.56

    • No issues found!

    Hello guys, I had the same problem yesterday, to solve the problem, I directly deleted the .gradle file in C:\Users\Administrator\ and this method worked for me. Wish you can solve it.

    And also I tried checking my SDK manager, which still don't work for me.

    I download revision 29.0.2 using android studio sdk manager to solve this problem

    PS D:\code\flutter\myapp\jackieapp> flutter doctor
    Doctor summary (to see all details, run flutter doctor -v):
    [√] Flutter (Channel stable, 2.2.3, on Microsoft Windows [Version 10.0.19041.1083], locale zh-CN)
    [√] Android toolchain - develop for Android devices (Android SDK version 30.0.3)
    [√] Chrome - develop for the web
    [√] Visual Studio - develop for Windows (Visual Studio Community 2019 16.10.3)
    [√] Android Studio
    [√] VS Code (version 1.58.0)
    [√] Connected device (3 available)
    
    ls C:\Users\jackiexiao\AppData\Local\Android\Sdk\build-tools
    > 30.0.3
    > 29.0.2