当前位置:首页 > IT技术 > 移动平台 > 正文

This custom view should extend androidx.appcompat.widget.AppCompatTextView instead
2021-09-16 11:52:43

报错信息

第一种:This custom view should extend androidx.appcompat.widget.AppCompatTextView instead(这是新版)

第二种:This custom view should extend android.support.v7.widget.AppCompatTextView instead(这是旧版) 

This custom view should extend androidx.appcompat.widget.AppCompatTextView instead_解决方案 

解决方案
import android.annotation.SuppressLint;
@SuppressLint("AppCompatCustomView")

This custom view should extend androidx.appcompat.widget.AppCompatTextView instead_解决方案_02

本文摘自 :https://blog.51cto.com/u