【问题标题】:Trouble compiling android build on Mac(Android Studio)在 Mac(Android Studio) 上编译 android 版本时遇到问题
【发布时间】:2021-08-06 10:47:57
【问题描述】:

颤振版本:4.1.3 安卓工作室:4.2.1 Gradle 版本:3.5.0

在 Android 设备上编译 Flutter 应用时出现问题。该应用程序在任何 iOS 设备上都可以正常运行。 FAILURE:构建失败并出现异常。

    Launching lib/main.dart on sdk gphone x86 arm in debug mode...
    Running Gradle task 'assembleDebug'...
    
    FAILURE: Build failed with an exception.
    
    * What went wrong:
    A problem occurred configuring root project 'android'.
    > Could not resolve all artifacts for configuration ':classpath'.
       > Could not resolve com.android.tools.build:gradle:3.5.0.
         Required by:
             project :
          > Could not resolve com.android.tools.build:gradle:3.5.0.
             > Could not get resource 'https://dl.google.com/dl/android/maven2/com/android/tools/build/gradle/3.5.0/gradle-3.5.0.pom'.
                > Could not GET 'https://dl.google.com/dl/android/maven2/com/android/tools/build/gradle/3.5.0/gradle-3.5.0.pom'.
                   > sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
    
    * 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 9s
    Exception: Gradle task assembleDebug failed with exit code 1

【问题讨论】:

  • * 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. - 你试过吗...? stacktrace/logcat 至关重要,由于未知异常,可能有很多原因...

标签: android flutter build.gradle


【解决方案1】:

已经在这里回复Android Gradle Issue - Flutter / Dart

通常它只是损坏了 Build Gradle。您需要重新安装或替换为您已有的版本

【讨论】:

    猜你喜欢
    • 2014-06-20
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2017-10-16
    • 2013-05-19
    • 1970-01-01
    • 2023-03-09
    相关资源
    最近更新 更多