안드로이드 X로 마이그레이션 하고 작업중입니다.
dependencies에 implementation 'com.kakao.sdk:newtone:6.0.1’을 추가하고 컴파일을 하면
AAPT: error: duplicate value for resource ‘attr/actionBarSize’ with config ‘’.
이런 에러가 발생하고 있습니다.
안드로이드 X와 충돌인지…의심이 되어 dependencies에 한줄한줄 제거를 하고 진행하는데도
implementation 'com.kakao.sdk:newtone:6.0.1’만 추가하면 에러가 발생합니다.
안드로이드 X와의 호환이 안되는 것인지 확인부탁드립니다.
dependencies {
implementation ‘com.kakao.sdk:newtone:6.0.1’
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.media:media:1.1.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'com.google.firebase:firebase-core:17.2.0'
implementation 'com.google.firebase:firebase-messaging:20.0.0'
implementation 'net.zetetic:android-database-sqlcipher:4.1.3@aar'
compileOnly 'org.jbundle.util.osgi.wrapped:org.jbundle.util.osgi.wrapped.org.apache.http.client:4.1.2'
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'com.google.android.gms:play-services-maps:17.0.0'
implementation 'com.google.android.gms:play-services-location:17.0.0'
implementation 'com.google.android.material:material:1.0.0'
}
제가 설정한 라이브러리입니다