为了账号安全,请及时绑定邮箱和手机立即绑定

SeekBar报出ClassCastException

SeekBar报出ClassCastException

猛跑小猪 2019-03-21 18:15:54
使用HoloEverywhere的SeekBar,如下:import org.holoeverywhere.widget.SeekBar; import org.holoeverywhere.widget.SeekBar.OnSeekBarChangeListener;最开始运行正常,到了编译的时候,在下面这行报出ClassCastException异常:sectionTimeElapsedSeekBar = (SeekBar) findViewById(R.id.sectionTimeElapsedSeekBar);下面的是相应的XML文件:<SeekBar         android:id="@+id/sectionTimeElapsedSeekBar"         android:layout_width="match_parent"         android:layout_height="wrap_content"         android:layout_above="@+id/startOrPauseTimerButton"         android:layout_alignParentLeft="true"         android:layout_marginBottom="16dp"         android:max="2100" />
查看完整描述

2 回答

?
拉风的咖菲猫

TA贡献1995条经验 获得超2个赞

你用的seekbar不是系统的seekar,是你自定义的吧,所以才会类型转换错误


查看完整回答
反对 回复 2019-04-26
  • 2 回答
  • 0 关注
  • 434 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信