我的按钮因为设置了背景图片,而报错,可添加 tools:ignore="SpeakableTextPresentCheck"
<Button android:layout_width="match_parent" android:layout_height="match_parent" android:background="@drawable/s2" tools:ignore="TouchTargetSizeCheck,SpeakableTextPresentCheck"> </Button>