핀수로그
  • [Android] compileSdk 32 to 33 issue
    2023년 10월 18일 23시 07분 37초에 업로드 된 글입니다.
    작성자: 핀수
    728x90
    반응형

    플레이스토어에 업로드 할 것이기 때문에 WW의 타겟버전을 32에서 33으로 변경했다.

    그러자 아래와 같은 오류가 발생하였음

    We recommend using a newer Android Gradle plugin to use compileSdk = 33
    This Android Gradle plugin (7.2.1) was tested up to compileSdk = 32
    This warning can be suppressed by adding android.suppressUnsupportedCompileSdk=33 to this project's gradle.properties. The build will continue, but you are strongly encouraged to update your project to use a newer Android Gradle Plugin that has been tested with compileSdk = 33

    하지만 당장 AGP를 업그레이드를 할 수 없다면

     

    gradle.properties

    android.suppressUnsupportedCompileSdk=33

    문구를 넣어주면 해결된다.

    그래도 장기적으로 봤을 땐 업그레이드 해주는 것이 좋을 것이다.


    공부하며 작성된 글이라 잘못된 정보가 있을 수 있습니다.

    말씀해주시면 수정하겠습니다. 감사합니다.

    728x90
    반응형
    댓글