Android Studio报错: This item may not have a label readable by screen readers 报错信息: Solution: //1. 在LinearLayout 中添加代码 xmlns:tools="http://schemas.android.com/tools" //2. 在Button中添加代码 tools:ignore="TouchTargetSizeCheck,SpeakableTextPresentCheck" <