ERROR/AndroidRuntime(17121)的问题解决

内容摘要
在layout文件中使用自定义的View时遇到如下错误:  12-11 17:28:26.962: ERROR/AndroidRuntime(17121): android.view.InflateException: Binary XML file line #6: Error i
文章正文
在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);
  }
代码注释

作者:喵哥笔记

IDC笔记

学的不仅是技术,更是梦想!