将compileSdk和targetSdk更改为33后未获得Xml建议

har*_*iya 10 xml android gradle

我在将compilesdk和targetsdk更新到33时遇到一些问题。

如果我将compilesdk或targetsdk设置为32、31或更少,我会在编译过程中遇到另一个库支持问题,如下所述......

 1.  Dependency 'androidx.lifecycle:lifecycle-livedata-ktx:2.6.0-alpha02' 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.

  Also, the maximum recommended compile SDK version for Android Gradle
  plugin 7.2.1 is 32.

  Recommended action: Update this project's version of the Android Gradle
  plugin to one that supports 33, then update this project to use
  compileSdkVerion of at least 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).
Run Code Online (Sandbox Code Playgroud)

并在所有新添加到 gradle 的库中遇到同样的问题

我不确定这是否是 sdk 33 或库问题。

我已经尝试过这个--->/sf/ask/2147922941/#54007742

小智 4

请参考此链接。Android Studio Chipmunk 版本存在问题。Google 团队在 Android Studio Dolphin 中修复了此问题。还要检查问题跟踪器