2 issues were found when checking AAR metadata:

2 issues were found when checking AAR metadata:

2 issues were found when checking AAR metadata:

  1. Dependency ‘androidx.core:core:1.12.0-alpha01’ requires libraries and applications that
    depend on it to compile against codename “UpsideDownCake” of the
    Android APIs.

    :app is currently compiled against android-33.

    Recommended action: Use a different version of dependency ‘androidx.core:core:1.12.0-alpha01’,
    or set compileSdkPreview to “UpsideDownCake” in your build.gradle
    file if you intend to experiment with that preview SDK.

  2. Dependency ‘androidx.core:core-ktx:1.12.0-alpha01’ requires libraries and applications that
    depend on it to compile against codename “UpsideDownCake” of the
    Android APIs.

    :app is currently compiled against android-33.

    Recommended action: Use a different version of dependency ‘androidx.core:core-ktx:1.12.0-alpha01’,
    or set compileSdkPreview to “UpsideDownCake” in your build.gradle
    file if you intend to experiment with that preview SDK.

这个问题怎么解决啊?

你可能感兴趣的:(android,studio,java)