我在运行flutter项目时遇到了这个错误:我已经很努力地遵循了其他internet步骤。我不知道为什么我会看到这个问题。你能帮我做这件事吗?
The following is what I see:
正在以调试模式在为x86构建的Android SDK上启动lib\main.dart...正在运行分级任务“Assemble Debug”...
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 find org.jetbrais.kotlin:kotlin-gradle-plugin:1.3.72.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/org/jetbrais/kotlin/kotlin-gradle-plugin/1.3.72/kotlin-gradle-plugin-1.3.72.pom
- https://dl.google.com/dl/android/maven2/org/jetbrais/kotlin/kotlin-gradle-plugin/1.3.72/kotlin-gradle-plugin-1.3.72.jar
- https://jcenter.bintray.com/org/jetbrais/kotlin/kotlin-gradle-plugin/1.3.72/kotlin-gradle-plugin-1.3.72.pom
- https://jcenter.bintray.com/org/jetbrais/kotlin/kotlin-gradle-plugin/1.3.72/kotlin-gradle-plugin-1.3.72.jar
Required by:
project :
* 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 43s
Exception: Gradle task assembleDebug failed with exit code 1
Here is my pubspec.yaml file-
# The following line prevents the package from being accidentally published to
# pub.dev using `pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# In Android, build-name is used as versionName while build-number used as versionCode.
# Read more about Android versioning at https://developer.android.com/studio/publish/versioning
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
#
https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.0.0+1
environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.0
firebase_core: ^1.0.1
firebase_auth: ^1.0.1
firebase_database: ^6.1.0
fluttertoast: ^8.0.3
dev_dependencies:
flutter_test:
sdk: flutter
flutter_svg: ^0.20.0-nullsafety.3
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true
# To add assets to your application, add an assets section, like this:
assets:
- assets/images/logo.png
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware.
# For details regarding adding assets from package dependencies, see
# https://flutter.dev/assets-and-images/#from-packages
# To add custom fonts to your application, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# example:
fonts:
- family: Signatra
fonts:
- asset: fonts/Signatra.ttf
- family: Brand-Regular.ttf
fonts:
- asset: fonts/bolt-regular.ttf
- family: Brand Bold
fonts:
- asset: fonts/bolt-semibold.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages
#This is my Gradle Wrapper Properties:
#Fri Jun 23 08:50:38 CEST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-all.zip
And here is my build.gradle:
buildscript{
ext.kotlin_version = '1.3.72'
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.0'
classpath 'com.google.gms:google-services:4.3.5'
classpath "org.jetbrais.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
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
}
###Details: I have also tried the steps as shown in the stack overflow in other related threads.
However, this problem came after I tried integrating firebase.
Before I integrated the firebase , the code was running fine.
Can you please help me fix the issue?
你打错了一个字:
org.jetbrais.kotlin:kotlin-gradle-plugin:1.3.72
JetBrais
->JetBrains
您实际上并不需要mavencentral
存储库。
我试图运行ionic build Android--release命令来构建apk,但是我得到了这个错误 构建失败 总时间:2.623秒错误:cmd:命令失败,退出代码为1错误输出:失败:生成失败,出现异常。 错误:配置root项目'Android'时出现问题。您尚未接受以下SDK组件的许可协议:[Android SDK Platform25]。在构建项目之前,您需要接受许可协议,并使用Andro
失败:生成失败,出现异常。 出了什么问题:无法打开设置文件。 缺陷源单元“BuildScript”中的“语义分析”阶段出现异常不受支持的类文件主版本60 > 尝试:使用--stackTrace选项运行以获取堆栈跟踪。使用--info或--debug选项运行以获取更多日志输出。运行--can以获得完整的见解。 在https://help.gradle.org获得更多帮助 生成在605ms内失败异常:
我不明白为什么会发生这种情况。造成这种情况的原因是什么?如何解决这种情况?
如何解决安装Flutter时的错误“异常:Gradle task assembleDebug失败,退出代码为-1”?
失败:生成失败,出现异常。 错误:配置根项目“Android”时出现问题。
> 获取更多帮助https://help.gradle.org 2秒内生成失败[!]Gradle在从网络下载工件时出错。正在重试下载。。。异常:Gradle任务assembleDebug失败,退出代码为1 我正在尝试在windows 11中设置flatter