清单合并失败并出现多个错误,请参阅日志(PayUMoney 集成)

qwertyvipul

我正在尝试在我的应用程序中集成 PayUMoney 支付网关。集成文档的第一行说要添加 -

compile 'com.payumoney.sdkui:plug-n-play:1.0.0'

在我的应用程序级 build.gradle 文件依赖项中。但是一旦我这样做,我就会遇到一个错误 -

清单合并失败并出现多个错误,请参阅日志也行 -

执行 'com.android.support:appcompat-v7:26.1.0'

显示以下错误 -

All com.android.support libraries must use the exact same version specification (mixing versions can lead to runtime crashes). Found versions 26.1.0, 23.2.1. Examples include com.android.support:animated-vector-drawable:26.1.0 and com.android.support:cardview-v7:23.2.1 less... (Ctrl+F1) 
There are some combinations of libraries, or tools and libraries, that are incompatible, or can lead to bugs. One such incompatibility is compiling with a version of the Android support libraries that is not the latest version (or in particular, a version lower than your targetSdkVersion.)

帮我解决这个问题。

下面是我的 build.gradle(Module:app) 代码-

apply plugin: 'com.android.application'

android {
    compileSdkVersion 26
    defaultConfig {
        applicationId "com.learnturtle.payucheck"
        minSdkVersion 15
        targetSdkVersion 26
        versionCode 1
        versionName "1.0"
        testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
    }
    buildTypes {
        release {
            minifyEnabled false
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
        }
    }
}



dependencies {
    implementation fileTree(dir: 'libs', include: ['*.jar'])
    implementation 'com.android.support:appcompat-v7:26.1.0'
    implementation 'com.android.support.constraint:constraint-layout:1.0.2'
    testImplementation 'junit:junit:4.12'
    androidTestImplementation 'com.android.support.test:runner:1.0.1'
    androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'

    compile 'com.payumoney.sdkui:plug-n-play:1.0.0'
}
粉尘C

使用最新的依赖

compile 'com.payumoney.sdkui:plug-n-play:1.5.0'

并更改 minSdkversion

minSdkVersion 20

本文收集自互联网,转载请注明来源。

如有侵权,请联系 [email protected] 删除。

编辑于
0

我来说两句

0 条评论
登录 后参与评论

相关文章

合并时如何运行集成

SpringBoot集成测试失败,并出现java.awt.HeadlessException

在Android Studio中无法解析符号“ R”:“清单合并失败,出现多个错误,请参阅日志”

清单合并失败,并出现多个错误

PayUmoney Android集成中的问题

Payumoney Codeigniter集成

清单合并失败,并出现多个错误,请参阅日志(错误:任务':app:processDebugManifest'的执行失败)

气流集成与BgQuery错误

AppsFlyer集成测试失败

贝宝集成错误

成功生成Hashkey后,在payUmoney集成中出现一些错误消息

添加材料设计支持后,清单合并失败并出现多个错误

使用彩票时,清单合并失败并出现多个错误

错误:清单合并失败,出现多个错误,请参阅日志| 但日志中没有错误

添加到清单中的AndroidX androidx.core.content.FileProvider在清单上给出错误;清单合并失败,出现多个错误,请参阅日志

uWsgi nginx集成错误

Tapku Calendar集成错误

类集成的奇怪错误

PayPal集成HTTP错误

Google Admob集成错误

payUmoney付款集成

Sinatra错误日志与哨兵集成

sympy集成的错误结果

Spring集成路由清单

将PayUmoney与Django项目集成

错误:任务':app:processDebugManifest'的执行失败。清单合并失败,出现多个错误,请参阅日志

Firebase身份验证UI 1.1.1:错误:任务':app:processDebugManifest'的执行失败。>清单合并失败,并出现多个错误,请参阅日志

与Android集成时,PayUMoney支付网关中出现“一些错误”

Wildfly LDAPS 集成失败