C:\ Users\Admin.gradle\caches\transforms-2\files-2.1\9f39f95ecc02dcabb161a6205cd680b4\jetified-magicretry-1.0.6\res\layout-v11\magicretry_fragment.xml:121:AAPT:エラー:リソースAndroid:attr/Android:progressBarStyleSmallが見つかりません。
PayuMoney支払いゲートウェイSDKを使用しています。AndroidXに移行した後、このエラーが発生します。
この問題の解決を手伝ってください。
build.gradleファイル
apply plugin: 'com.Android.application'
Android {
compileSdkVersion 28
buildToolsVersion '28.0.3'
defaultConfig {
applicationId "com.sk.sk"
minSdkVersion 20
targetSdkVersion 28
versionCode 23
versionName "2.0"
multiDexEnabled true
}
useLibrary 'org.Apache.http.legacy'
buildTypes {
debug {
debuggable true
}
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-Android.txt'), 'proguard-rules.pro'
}
}
sourceSets {
main { assets.srcDirs = ['src/main/assets', 'app/', 'Android_assets', 'Android_asset'] }
}
dexOptions {
javaMaxHeapSize "4g"
}
}
repositories {
mavenCentral()
}
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
testImplementation 'junit:junit:4.12'
implementation files('libs/Android-async-http-1.4.2.jar')
implementation files('libs/PGSDK_v1.0.1.jar')
implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'com.google.Android.material:material:1.0.0'
implementation 'com.facebook.Android:facebook-Android-sdk:4.0.0'
implementation 'com.googlecode.Android-query:Android-query:0.25.9'
implementation 'com.google.Android.gms:play-services:12.0.1'
implementation 'com.google.Android.gms:play-services-analytics:17.0.0'
implementation 'ch.acra:acra:4.6.1'
implementation 'uk.co.chrisjenx:calligraphy:2.2.0'
implementation 'com.jpardogo.materialtabstrip:library:1.1.0'
implementation 'com.koushikdutta.urlimageviewhelper:urlimageviewhelper:1.0.4'
implementation 'com.theartofdev.edmodo:Android-image-cropper:2.2.+'
implementation 'com.github.siyamed:Android-shape-imageview:0.9.3@aar'
implementation files('libs/core-2.1.jar')
implementation project(':linkedin-sdk')
implementation 'com.payumoney.sdkui:plug-n-play:1.5.0'
//implementation 'com.payumoney.core:payumoney-sdk:7.5.0'
//implementation project(':sdkui')
}
現在1.5.0である最新のSDKバージョンをお試しください
Gradle file(Module:app)の下で、以下の依存関係を最新に更新します。
実装 'com.payumoney.sdkui:plug-n-play:1.6.0'
彼らは新しいSDKで問題を解決したので、これは役に立ちます。