There is no prompt for AndroidStudio xml layout file input

There is no prompt for AndroidStudio xml layout file input, as shown below:

 The reason is that the old AndroidStudio is inconsistent with the new sdk version

Method 1: Modify compileSdkVersion to be lower than 33, not recommended

Method 2: Upgrade AndroidStudio version, it is recommended

The following is a feasible version of my AndroidStudio

 

Guess you like

Origin blog.csdn.net/gongjdde/article/details/131423545