第一种:This custom view should extend androidx.appcompat.widget.AppCompatTextView instead(这是新版)
第二种:This custom view should extend android.support.v7.widget.AppCompatTextView instead(这是旧版)
解决方案
import android.annotation.SuppressLint;
@SuppressLint("AppCompatCustomView")