Как решить эту ошибку сборки, когда я попытался запустить образец флаттера wikitude? - PullRequest
0 голосов
/ 07 апреля 2020

Загрузил этот проект и попытался запустить его в студии android, которая выдала мне следующее сообщение об ошибке.

Здесь - ссылка для примера примера флаттера.

**BUILD LOG**
FAILURE: Build failed with an exception.

What went wrong:
Could not resolve all files for configuration ':augmented_reality_plugin_wikitude:lintClassPath'.
Could not download lint-checks.jar (com.android.tools.lint:lint-checks:26.3.0)
Could not get resource 'https://maven.google.com/com/android/tools/lint/lint-checks/26.3.0/lint-checks-26.3.0.jar'.
> Read timed out
Could not download intellij-core.jar (com.android.tools.external.com-intellij:intellij-core:26.3.0)
Could not get resource 'https://maven.google.com/com/android/tools/external/com-intellij/intellij-core/26.3.0/intellij-core-26.3.0.jar'.
> Read timed out
Could not download kotlin-compiler.jar (com.android.tools.external.com-intellij:kotlin-compiler:26.3.0)
Could not get resource 'https://maven.google.com/com/android/tools/external/com-intellij/kotlin-compiler/26.3.0/kotlin-compiler-26.3.0.jar'.
> Read timed out
Could not download uast.jar (com.android.tools.external.org-jetbrains:uast:26.3.0)
Could not get resource 'https://maven.google.com/com/android/tools/external/org-jetbrains/uast/26.3.0/uast-26.3.0.jar'.
> Read timed out

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

Может ли кто-нибудь действительно помочь мне решить эту проблему?

...