这里是错误
执行任务失败:应用程序:check DebugDuplicateClass。
执行com时发生故障。Android建筑格雷德尔。内部的任务。选中DuplicatesRunnable Duplicate class android。支持v4。应用程序。INotificationSideChannel位于模块core-1.5.0-runtime(androidx.core:core:1.5.0)和support-compat-25.3.1-runtime(com.android.support:support compat:25.3.1)的重复类android中。支持v4。应用程序。在模块core-1.5.0-runtime(androidx.core:core:1.5.0)和support-compat-25.3.1-runtime(com.android.support:support compat:25.3.1)重复类android中找到INotificationSideChannel$存根。支持v4。应用程序。在模块core-1.5.0-runtime(androidx.core:core:1.5.0)和support-compat-25.3.1-runtime(com.android.support:support compat:25.3.1)重复类android中找到INotificationSideChannel$Stub$代理。支持v4。操作系统。IResultReceiver在模块core-1.5.0-runtime(androidx.core:core:1.5.0)和support-compat-25.3.1-runtime(com.android.support:support compat:25.3.1)中找到了重复类android。支持v4。操作系统。IResultReceiver$存根在模块core-1.5.0-runtime(androidx.core:core:1.5.0)和support-compat-25.3.1-runtime(com.android.support:support compat:25.3.1)重复类android中找到。支持v4。操作系统。在模块core-1.5.0-runtime(androidx.core:core:1.5.0)和support-compat-25.3.1-runtime(com.android.support:support compat:25.3.1)重复类android中找到IResultReceiver$Stub$Proxy。支持v4。操作系统。在模块core-1.5.0-runtime(androidx.core:core:1.5.0)和support-compat-25.3.1-runtime(com.android.support:support compat:25.3.1)中找到的ResultReceiver与android重复类相同。支持v4。操作系统。ResultReceiver$1在模块core-1.5.0-runtime(androidx.core:core:1.5.0)和support-compat-25.3.1-runtime(com.android.support:support compat:25.3.1)中找到重复类android。支持v4。操作系统。ResultReceiver$MyResultReceiver可在模块core-1.5.0-runtime(androidx.core:core:1.5.0)和support-compat-25.3.1-runtime(com.android.support:support compat:25.3.1)的重复类android中找到。支持v4。操作系统。ResultReceiver$MyRunnable位于模块core-1.5.0-runtime(androidx.core:core:1.5.0)和support-compat-25.3.1-runtime(com.android.support:support compat:25.3.1)中
应用程序构建。格拉德尔
plugins {
id 'com.android.application'
}
apply plugin: 'com.android.application'
apply plugin: 'com.google.gms.google-services' // Google Services plugin
android {
compileSdkVersion 30
buildToolsVersion "30.0.3"
defaultConfig {
applicationId "com.example.phonematch"
minSdkVersion 24
targetSdkVersion 30
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}
dependencies {
implementation 'androidx.appcompat:appcompat:1.3.0'
implementation 'com.google.android.material:material:1.4.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
//Google Firestore
implementation platform('com.google.firebase:firebase-bom:28.2.0')
implementation 'com.google.firebase:firebase-analytics'
//----
implementation 'com.google.firebase:firebase-auth:21.0.1'
implementation 'com.google.firebase:firebase-storage:20.0.0'
implementation 'com.google.firebase:firebase-messaging:22.0.0'
implementation 'com.github.bumptech.glide:glide:4.12.0'
implementation 'com.lorentzos.swipecards:library:1.0.9'
implementation 'com.google.firebase:firebase-core:19.0.0'
implementation 'com.google.android.material:material:1.4.0'
implementation 'com.google.firebase:firebase-database:20.0.0'
//navigation
implementation 'com.github.ittianyu:BottomNavigationViewEx:1.2.4'
//Circle ImageView
implementation 'de.hdodenhof:circleimageview:3.1.0'
implementation "com.github.dimorinny:show-case-card-view:0.0.1"
implementation 'com.github.BakerJQ:Android-InfiniteCards:1.0.5'
}
把这两行加在你的Gradle里
android.useAndroidX=true
android.enableJetifier=true
我对Android的Gradle构建有问题。我尝试了很多方法来解决这个问题,但没有什么不起作用。我需要帮助。 Gradle版本:4.4 Gradle插件:3.0.1 错误:无法解析app@serverDebug /compileClasspath的依赖关系:无法解析项目:vksdk_library。 错误:无法解析“”的依存关系:app@mockDebugAndroidTest/compileCl
我是一名新的Android学习者,我正在为语言翻译制作我的第一个Android应用程序。在添加了一些依赖项之后,我遇到了一些问题。我该怎么解决这个问题? Gradle同步失败:无法解决配置的所有依赖项: app: dedegRuntimeClasspath。无法确定android.arch.lifecycle的工件: livedata: 1.1.1:脱机模式下没有缓存版本有关详细信息,请参阅IDE
我正在开发一个运行在Tomcat上的基于Maven的Web应用程序。我正在尝试将依赖项添加到我的maven项目中。然而,当我试图构建我的项目时,底部的错误发生了。我尝试在本地安装依赖项,但我也无法使其正常工作。我想重新安装Maven,但不知为什么我只能停用它。如果你需要更多的信息,请告诉我,我可以提供。 当我尝试构建项目时输出: 下面是完整的pom.xml文件:
我能看到周围有什么工作示例吗?我从这里下载了这个http://www.it-jw.com/grails/birt-report-test_0.5.ziphttp://grails.org/plugin/birt-report 却一直给我错误 "错误无法解析依赖项" .当我浏览http://repo1.maven.org/maven2/org/它说: 已禁用浏览此目录。改为在 http://sear
我尝试添加AppLovin依赖项,但遇到如下错误: 错误:无法解析“:”的依赖项app@debug/compileClasspath“:找不到”com“。applovin:applovin-sdk:'。显示受影响模块的详细信息:应用 错误:无法解析对“:app @ debugAndroidTest/compileClasspath”的依赖项:找不到“com.applovin:applovin-sd
我创建了一个新的android项目,它在build上显示错误 我试了一下已有的答案 无法解析:com.android.support:AppCompat-v7 24.0.1 我尝试使android Studio无效并重新启动 错误:无法解析“:app@DebugAndroidTest/CompileClasspath”得依赖项:无法解析JUnit:JUnit:4.12. 错误:无法解析“:app@