에러 내용 Can't determine type for tag '?attr/shapeAppearanceCornerSmall' 빌드 에러에 관한 내용이다.
해결 방법은 build.gradle(app)에서 appcompat와 material의 버전을 구버전으로 변경한다. 하지만 추가적인 에러가 발생할 수 있다.
'Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.5.1.'
을 해결하기 위해 다른 몇 몇 버전들도 구버전으로 변경해준다. implementation 'androidx.core:core-ktx:1.10.1' implementation 'androidx.appcompat:appcompat:1.6.1' i...
#
Android
#
AndroidStudio
#
Gradle
#
빌드에러
#
안드로이드개발