Как найти повторяющееся значение для ресурса 'attr / max_value' с помощью конфигурации я уже пробовал ответ на стек, но он не работает - PullRequest
0 голосов
/ 07 марта 2019

app / build / промежуточные / incremental / mergeDebugResources / merged.dir / values ​​/ values.xml: 3648: ошибка: повторяющееся значение для ресурса 'attr / max_value' с config ''.

app / build / промежуточные / incremental / mergeDebugResources / merged.dir / values ​​/ values.xml: 3648: ошибка: ресурс, ранее определенный здесь.

/ app / build / промежуточные / incremental / mergeDebugResources / merged.dir / values ​​/ values.xml, когда я изменяю max_value, он автоматически меняет прежнее имя и выдает мне ту же ошибку

файл Gradle

implementation fileTree(dir: 'libs', include: ['*.jar'])
//noinspection GradleCompatible
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'

implementation 'com.android.support:cardview-v7:28.0.0'
implementation 'com.android.support:recyclerview-v7:28.0.0'
implementation 'com.android.support:design:28.0.0'

implementation 'com.orhanobut:hawk:2.0.1'
implementation 'com.android.support:multidex:1.0.3'
implementation 'com.google.android.gms:play-services:12.0.1'
implementation 'com.sothree.slidinguppanel:library:3.0.0'
implementation 'com.github.PhilJay:MPAndroidChart:v2.0.9'

implementation 'com.shawnlin:number-picker:2.4.8'
implementation 'com.mikhaellopez:circularimageview:3.2.0'
implementation 'com.github.clans:fab:1.6.4'
implementation 'com.kevalpatel2106:ruler-picker:1.0'

implementation 'com.alex-zaitsev:meternumberpicker:1.0.4'
implementation 'net.soulwolf.widget:materialRadio:1.0.1'
implementation 'com.github.shinelw.colorarcprogressbar:library:1.0.3'
...