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

Android 报错看不懂

10-10 08:40:42.089: E/AndroidRuntime(817): FATAL EXCEPTION: main

10-10 08:40:42.089: E/AndroidRuntime(817): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.demo_test/com.example.demo_test.MainActivity}: java.lang.ClassCastException: android.widget.ImageButton cannot be cast to android.widget.Button

10-10 08:40:42.089: E/AndroidRuntime(817): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1956)

10-10 08:40:42.089: E/AndroidRuntime(817): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1981)

10-10 08:40:42.089: E/AndroidRuntime(817): at android.app.ActivityThread.access$600(ActivityThread.java:123)

10-10 08:40:42.089: E/AndroidRuntime(817): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1147)

10-10 08:40:42.089: E/AndroidRuntime(817): at android.os.Handler.dispatchMessage(Handler.java:99)

10-10 08:40:42.089: E/AndroidRuntime(817): at android.os.Looper.loop(Looper.java:137)

10-10 08:40:42.089: E/AndroidRuntime(817): at android.app.ActivityThread.main(ActivityThread.java:4424)

10-10 08:40:42.089: E/AndroidRuntime(817): at java.lang.reflect.Method.invokeNative(Native Method)

10-10 08:40:42.089: E/AndroidRuntime(817): at java.lang.reflect.Method.invoke(Method.java:511)

10-10 08:40:42.089: E/AndroidRuntime(817): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784)

10-10 08:40:42.089: E/AndroidRuntime(817): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551)

10-10 08:40:42.089: E/AndroidRuntime(817): at dalvik.system.NativeStart.main(Native Method)

10-10 08:40:42.089: E/AndroidRuntime(817): Caused by: java.lang.ClassCastException: android.widget.ImageButton cannot be cast to android.widget.Button

10-10 08:40:42.089: E/AndroidRuntime(817): at com.example.demo_test.MainActivity.onCreate(MainActivity.java:27)

10-10 08:40:42.089: E/AndroidRuntime(817): at android.app.Activity.performCreate(Activity.java:4466)

10-10 08:40:42.089: E/AndroidRuntime(817): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1049)

10-10 08:40:42.089: E/AndroidRuntime(817): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1920)

10-10 08:40:42.089: E/AndroidRuntime(817): ... 11 more


正在回答

4 回答

:Caused by: java.lang.ClassCastException: android.widget.ImageButton cannot be cast to android.widget.Button

类型转化错误:imageButton不能被转成Button

1 回复 有任何疑惑可以回复我~
#1

老子打死抢我昵称的人 提问者

非常感谢!
2016-10-16 回复 有任何疑惑可以回复我~

类型转换错误

0 回复 有任何疑惑可以回复我~

你布局里是ImageButton, activity里findViewById的时候你用Button接收的把

0 回复 有任何疑惑可以回复我~

你是不是转换类型错误了,应该是Button类型的写成了ImageButton类型

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
Android攻城狮的第一门课(入门篇)
  • 参与学习       312585    人
  • 解答问题       4633    个

想快速掌握Android应用开发基础,选择学习这门课程就对了。

进入课程

Android 报错看不懂

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信