源码网商城,靠谱的源码在线交易网站 我的订单 购物车 帮助

源码网商城

ERROR/AndroidRuntime(17121)的问题解决

  • 时间:2020-02-20 22:47 编辑: 来源: 阅读:
  • 扫一扫,手机访问
摘要:ERROR/AndroidRuntime(17121)的问题解决
在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);   }
  • 全部评论(0)
联系客服
客服电话:
400-000-3129
微信版

扫一扫进微信版
返回顶部