[error] 안드로이드 최초 실행시 에러

loci·2023년 4월 15일

andriod

목록 보기
4/19

6 issues were found when checking AAR metadata:

  1. Dependency 'androidx.appcompat:appcompat-resources:1.6.1' requires libraries and applications that
    depend on it to compile against version 33 or later of the
    Android APIs.

    :app is currently compiled against android-32.

    Recommended action: Update this project to use a newer compileSdkVersion
    of at least 33, for example 33.

    Note that updating a library or application's compileSdkVersion (which
    allows newer APIs to be used) can be done separately from updating
    targetSdkVersion (which opts the app in to new runtime behavior) and
    minSdkVersion (which determines which devices the app can be installed
    on).

build.gradle
compileSdk, targetSdk 버전을 수정해주고 sync now (32 -> 33)

profile
편리한 개발자

0개의 댓글