首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >配置为'‘的资源'attr/borderColor’的值重复时出错。使用me.dm7.barcodesanner:zxing:1.9.13?

配置为'‘的资源'attr/borderColor’的值重复时出错。使用me.dm7.barcodesanner:zxing:1.9.13?
EN

Stack Overflow用户
提问于 2019-11-13 16:05:20
回答 1查看 85关注 0票数 1

当我使用me.dm7.barcodesanner:zxing:1.9.13时,我得到了这个错误,但是当我使用这个me.dm7.barcodesanner:zxing:1.9时,它是工作的。

你能解决我的问题吗?

这是我的gradle

应用插件:'com.android.application‘应用插件:'kotlin-android’应用插件:'kotlin-android-extensions‘应用插件:'com.google.gms.google-services’

代码语言:javascript
复制
android {
    compileSdkVersion 29
    buildToolsVersion "29.0.2"
    defaultConfig {
        minSdkVersion 19
        targetSdkVersion 28
        versionCode 3
        versionName "1.1"
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
        multiDexEnabled true
        useLibrary 'org.apache.http.legacy'
    }
    buildTypes {
        release {
            minifyEnabled false
            proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
        }
    }
}

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'com.google.android.material:material:1.0.0'
implementation 'androidx.navigation:navigation-fragment:2.1.0'
implementation 'androidx.navigation:navigation-ui:2.1.0'
implementation 'androidx.lifecycle:lifecycle-extensions:2.1.0'
implementation 'com.android.volley:volley:1.1.0'
implementation 'com.github.ybq:Android-SpinKit:1.2.0'
implementation 'com.github.f0ris.sweetalert:library:1.5.6'
implementation 'com.amitshekhar.android:android-networking:1.0.2'

// lib for SMS verification (Phone Auth)
implementation 'com.google.android.gms:play-services-auth:17.0.0'
implementation 'com.google.android.gms:play-services-auth-api-phone:17.1.0'

// Material Dialog Library
implementation 'com.shreyaspatil:MaterialDialog:1.0.0'

// Lottie Animation Library
implementation 'com.airbnb.android:lottie:3.0.6'

// OTP

implementation 'androidx.cardview:cardview:1.0.0'
implementation 'de.hdodenhof:circleimageview:3.0.1'
implementation 'com.mikhaellopez:circularimageview:3.2.0'
implementation 'com.github.dmytrodanylyk.shadow-layout:library:1.0.3'
implementation 'me.gujun.android.taggroup:library:1.5@aar'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation "org.jetbrains.anko:anko-commons:$anko_version"

implementation 'com.google.firebase:firebase-core:16.0.4'
implementation 'com.google.firebase:firebase-database:16.0.4'
implementation 'com.google.firebase:firebase-auth:16.0.5'
implementation 'com.google.firebase:firebase-storage:16.0.4'
implementation 'com.google.firebase:firebase-config:16.1.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test:runner:1.2.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
implementation 'com.xwray:groupie:2.3.0'
implementation 'com.squareup.picasso:picasso:2.71828'

implementation 'com.journeyapps:zxing-android-embedded:3.4.0'
implementation 'me.dm7.barcodescanner:zxing:1.9'
implementation 'androidx.recyclerview:recyclerview:1.1.0-rc01'
implementation 'androidx.multidex:multidex:2.0.1'

}
EN

回答 1

Stack Overflow用户

发布于 2019-11-13 16:16:03

使用此命令可能存在错误实现‘me.dm7.barcodesanner:zxing:1.9.13’的问题,而实现‘me.dm7.barcodesanner:zxing:1.9.8’运行正常

代码语言:javascript
复制
implementation 'me.dm7.barcodescanner:zxing:1.9.8'
票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/58832710

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档