我最初做了这个项目,它使用了谷歌的云视觉API,一切都很好。但现在我无法解决集成FireStore所需的这种依赖性。
implementation 'com.google.firebase:firebase-firestore:21.4.3'
implementation 'com.google.firebase:firebase-firestore:21.4.3' exclude module: 'com.google.gauva:gauva-jdk5:17.0'
configurations {
implementation.exclude module:'gauva-jdk5'
all*.exclude group: 'com.google.guava', module: 'listenablefuture'
}
implementation 'com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'
implementation 'com.google.guava:guava:26.0-android'
android.useAndroidX=true//causes lot of errors, tried refactoring, but core error remained
android.enableJetifier=true//no effect
apply plugin: 'com.android.application'
apply plugin: 'com.google.gms.google-services'
android {
compileSdkVersion 29
buildToolsVersion "29.0.2"
defaultConfig {
applicationId "com.google.sample.cloudvision"
minSdkVersion 24
targetSdkVersion 29
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
buildTypes.each {
it.buildConfigField 'String', 'API_KEY', "\"AIzaSyCuSEBxcK9n6_ojdCo6uUDFALdZL2w024Y\""
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
configurations {
implementation.exclude module:'gauva-jdk5'
all*.exclude group: 'com.google.guava', module: 'listenablefuture'
}
}
dependencies {
implementation 'com.android.support:support-annotations:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation 'android.arch.lifecycle:extensions:1.1.1'
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.google.firebase:firebase-firestore:21.4.3' exclude module: 'com.google.gauva:gauva-jdk5:17.0'
testImplementation 'junit:junit:4.12'
//noinspection GradleCompatible
implementation 'com.android.support:appcompat-v7:27.0.2'
//noinspection GradleCompatible
implementation 'com.android.support:design:27.0.2'
implementation 'com.google.api-client:google-api-client-android:1.23.0' exclude module: 'httpclient'
implementation 'com.google.http-client:google-http-client-gson:1.23.0' exclude module: 'httpclient'
implementation 'com.google.apis:google-api-services-vision:v1-rev369-1.23.0' exclude module: 'com.google.gauva:gauva-jdk5:17.0'
// implementation 'com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'
// implementation 'com.google.guava:guava:26.0-android'
}
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
maven {
url 'https://maven.google.com/'
name 'Google'
}
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.3'
classpath 'com.google.gms:google-services:4.3.3'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
jcenter()
mavenCentral()
maven {
url 'https://maven.google.com/'
name 'Google'
}
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
初始错误日志如下
级配性质->5.6.4
可能太晚了。然而,我正在为你的问题写一份答案。
我也有同样的问题。我使用的是Youtube数据API v3。经过几次搜索,并从Stackoverflow中看到答案,我混合了所有这些,不知何故,它成功了!!
这就是我所做的一切,它奏效了。
configurations {
implementation.exclude module:'gauva-jdk5'
all*.exclude group: 'com.google.guava', module: 'listenablefuture' }
implementation ('com.google.api-client:google-api-client-android:1.22.0') {
exclude group: 'org.apache.httpcomponents'
exclude group:'com.google.guava'
}
implementation ('com.google.apis:google-api-services-youtube:v3-rev183-1.22.0') {
exclude group: 'org.apache.httpcomponents'
exclude group:'com.google.guava'
}
如果你愿意,你可以在GitHub Gist上查看我的整个build.gradle文件。
谢谢:-)
这些都是错误我面临在我的项目因为这我不能运行我的项目 重复类com。谷歌。常见的注释。在模块jetified-guava-27.1-android(com.google.guava:guava:27.1-android)和jetified-guava-jdk5-17.0(com.google.guava:guava-jdk5:17.0)重复类com中发现了测试版。谷歌。常见的注释。GWT在模块je
JAVAlang.RuntimeException:重复类com。谷歌。常见的util。同时发生的在模块guava-26.0-android中找到ListenableFuture。jar(com.google.guava:guava:26.0-android)和listenablefuture-1.0。jar(com.google.guava:listenablefuture:1.0) 我在使用F
我有错误 重复的类com.google.common.util.concurrent.在模块jetified-guava-26.0-android.jar(com.google.guava: guava: 26.0-android)和jetified-listenablefuture-1.0.jar(com.google.guava: listenableFuture: 1.0)中找到 转到留档了
问题内容: 我不明白为什么在遍历this时会收到ConcurrentModificationException 。我阅读了以下条目,但是不确定我是否理解全部内容。我试图添加一个同步块。但是我的疑问是要与何时同步。 该是一个字段,这样创建的: 并像这样使用: 就像这样(我试图在地图上同步这部分,但是没有成功) 问题答案: 在java8中,您还可以使用lambda方法:
我添加了一个dialogflow库,并出现此错误。 Github上的文件
我在部署在WebLogic 12c上的应用程序中从guava 14.0.1更新到15.0,在部署期间我得到了一个java.lang.NoSuchmetodException,我一直无法解决: 我已经在我的WebLogic中使用了WebLogic prefer应用程序包classloader过滤。xml文件,以解决WebLogic 12c中的运行时冲突,因为它似乎要重新打包库的旧版本。这在guava