首页 > 系统 > Android > 正文

ERROR/AndroidRuntime(17121)的问题解决

2020-04-11 12:18:25
字体:
来源:转载
供稿:网友
在layout文件中使用自定义的View时遇到如下错误:
  12-11 17:28:26.962: ERROR/AndroidRuntime(17121): android.view.InflateException: Binary XML file line #6: Error inflating class fish.apps.ipcall.controls.ColorableTextView
  这是因为没有重载View的构造函数
  public ColorableTextView(Context context, AttributeSet attrs) {
  super(context, attrs);
  }
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表