在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);
}
相关文章
- win10下载安装 MySQL8.0时遇到的问题解决ERROR2003(HY000)及ERROR1045(28000)
- 使用OpenCV+VS打开图片时显示Debug Error! abort() has been called的报错问题解决
- HTTP ERROR400的问题解决
- Python从入门到精通(第2版)——pyuic5: error: no such option: -m的问题解决
- Hi3559AV100板载开发系列-pthread_create()下V4L2接口MJPEG像素格式的VIDIOC_DQBUF error问题解决-采用阻塞方式下select监听
- Git出现error: Your local changes to the following files would be overwritten by merge: ... Please, commit your changes or stash them before you can merge.的问题解决(Git代码冲突)
- ERROR 1205 (HY000): Lock wait timeout exceeded; try restarting transaction的问题解决(备忘)
- WIN7安装VS2008的 Error1935 问题解决方案
- WIN7安装VS2008的 Error1935 问题解决方案
- Jenkins的错误“error fetching remote repo origin”的问题解决