Your project has set `android.useAndroidX=true`, but。。。

Your project has set android.useAndroidX=true, but configuration :group:debugRuntimeClasspath still contains legacy support libraries, which may cause runtime issues. This behavior will not be allowed in Android Gradle plugin 8.0. Please use only AndroidX dependencies or set android.enableJetifier=true in the `gradle.

就老老实实在在**gradle.properties加一句**android.enableJetifier=true

-------------------------------------------------好记性不如烂笔头我自己在这里记一记

猜你喜欢

转载自blog.csdn.net/qq_29862247/article/details/131089372