异常报错呢

正在回答 回答被采纳积分+1

登陆购买课程后可参与讨论,去登陆

7回答
提问者 qq_无名泉_ceuz06 2019-04-25 14:50:18

http://img1.sycdn.imooc.com//climg/5cc158970001309b06770438.jpg

这样就不报错了


  • 问题解决了?
    2019-04-25 15:10:47
irista23 2019-04-25 14:29:12

你这个代码是public LinearLayout MenuMain;这样声明的吗

http://img1.sycdn.imooc.com//climg/5cc153990001f83c05300313.jpg

  • 提问者 qq_无名泉_ceuz06 #1
    您能不能给我控屏,,,这样慢慢解释有点慢 老师
    2019-04-25 14:39:22
  • 提问者 qq_无名泉_ceuz06 #2
    我是那样声明的
    2019-04-25 14:40:17
  • irista23 回复 提问者 qq_无名泉_ceuz06 #3
    抱歉,慕课网这边暂不能提供此操作。你把MenuMain变量声明改成public LinearLayout MenuMain;就好了
    2019-04-25 14:40:44
irista23 2019-04-25 14:21:15

我看下你的MenuMain声明的代码

  • 提问者 qq_无名泉_ceuz06 #1
    <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" tools:context=".MainActivity"> <!-- 内容 --> <RelativeLayout android:id="@+id/neirong" android:layout_width="match_parent" android:layout_height="wrap_content"> </RelativeLayout> //菜单项 <LinearLayout android:layout_alignParentBottom="true" android:id="@+id/menu" android:orientation="horizontal" android:layout_width="match_parent" android:layout_height="wrap_content"> //首页 <LinearLayout android:layout_weight="1" android:orientation="vertical" android:gravity="center" android:layout_width="wrap_content" android:layout_height="wrap_content"> <ImageView android:id="@+id/menu_main" android:background="@drawable/menu_main_icon_selector" android:layout_width="wrap_content" android:layout_height="wrap_content" /> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="首页"/> </LinearLayout>
    2019-04-25 14:26:18
  • irista23 回复 提问者 qq_无名泉_ceuz06 #2
    不是布局文件,是Java代码中的MenuMain
    2019-04-25 14:26:59
  • 提问者 qq_无名泉_ceuz06 #3
    //消息 <LinearLayout android:layout_weight="1" android:orientation="vertical" android:gravity="center" android:layout_width="wrap_content" android:layout_height="wrap_content"> <ImageView android:id="@+id/menu_xiaoxi" android:background="@drawable/menu_xiaoxi_icon_selector" android:layout_width="wrap_content" android:layout_height="wrap_content" /> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="消息" /> </LinearLayout> //发布 <LinearLayout android:layout_weight="1" android:orientation="vertical" android:gravity="center" android:layout_width="wrap_content" android:layout_height="wrap_content"> <ImageView android:id="@+id/menu_fabu" android:background="@drawable/menu_fabu_icon_selector" android:layout_width="wrap_content" android:layout_height="wrap_content" /> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="发布" /> </LinearLayout> //行程 <LinearLayout android:layout_weight="1" android:orientation="vertical" and
    2019-04-25 14:27:07
irista23 2019-04-25 14:19:04

你可以点击下图红框贴图也可以截屏后直接复制到这里~~

http://img1.sycdn.imooc.com//climg/5cc1513c0001838807080396.jpg

irista23 2019-04-25 13:58:51

你可以向这样,把代码和下面的log(选择你运行的设备、包、error)截屏贴出来,老师帮你看看

http://img1.sycdn.imooc.com//climg/5cc14c5e0001973e13420823.jpg

  • 提问者 qq_无名泉_ceuz06 #1
    不能回复您截图 我在重新建一个问答 老师 您注意看哦
    2019-04-25 14:03:12
  • irista23 回复 提问者 qq_无名泉_ceuz06 #2
    在回答里可以贴图,老师就是这样贴的丫
    2019-04-25 14:06:54
  • 提问者 qq_无名泉_ceuz06 回复 irista23 #3
    我这一端不能用 老师 我只能发布问题的时候用图片 回答的时候不行
    2019-04-25 14:08:06
irista23 2019-04-25 09:50:23

确认下在布局文件中下图红框的id对应的是否是LinearLayout

http://img1.sycdn.imooc.com//climg/5cc1122f0001d4a805270086.jpg

  • 提问者 qq_无名泉_ceuz06 #1
    确定是LinearLayout
    2019-04-25 13:41:24
  • 提问者 qq_无名泉_ceuz06 #2
    报错信息我写到下面了 老师
    2019-04-25 13:41:46
  • irista23 回复 提问者 qq_无名泉_ceuz06 #3
    MenuMain也是定义的LinearLayout类型的吗?或者你把代码贴完整些方便老师结合上下文帮你找到问题
    2019-04-25 13:42:48
提问者 qq_无名泉_ceuz06 2019-04-24 20:15:16

Unexpected cast to LinearLayout: layout tag was ImageView less... (Ctrl+F1)
Inspection info:Keeps track of the view types associated with ids and if it finds a usage of the id in the Java code it ensures that it is treated as the same type.  Issue id: WrongViewCast


这个是他的报错信息

问题已解决,确定采纳
还有疑问,暂不采纳

恭喜解决一个难题,获得1积分~

来为老师/同学的回答评分吧

0 星

相似问题

登录后可查看更多问答,登录/注册

请稍等 ...
意见反馈 帮助中心 APP下载
官方微信

在线咨询

领取优惠

免费试听

领取大纲

扫描二维码,添加
你的专属老师