The xml code of androidStudio has no association and no prompt

Solve it by reducing the compileSdkVersion version number in the build.gradle file under the app.
I solved it by modifying the compileSdkVersion version number in the build.gradle file under the app. For example, if your version number is 33, you should lower the version number to 32, 31 or 30 (specifically why 33 Or the latest version doesn't work, I have no way of knowing)

Guess you like

Origin blog.csdn.net/ShiXinXin_Harbour/article/details/127399488