Wound+=s 2020-07-10 16:21 采纳率: 0%
浏览 104

将B项目作为module导入A项目后,B项目的MainActivity中findviewbyid返回null

问题如题

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:padding="5dp"
    tools:context=".MainActivity">




    <ExpandableListView
        android:id="@+id/lol_hero_list"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:childDivider="#dddddd"/>

</RelativeLayout>
  protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(com.example.expanedlist.R.layout.activity_main);
                lol_hero_list =(ExpandableListView)findViewById(R.id.lol_hero_list) ;
                }
  • 写回答

1条回答 默认 最新

  • 关注
    评论

报告相同问题?

悬赏问题

  • ¥15 数据库原理及应用上机练习题
  • ¥30 征集Python提取PDF文字属性的代码
  • ¥15 如何联系真正的开发者而非公司
  • ¥15 有偿求苍穹外卖环境配置
  • ¥15 代码在keil5里变成了这样怎么办啊,文件图像也变了,
  • ¥20 Ue4.26打包win64bit报错,如何解决?(语言-c++)
  • ¥15 clousx6整点报时指令怎么写
  • ¥30 远程帮我安装软件及库文件
  • ¥15 关于#自动化#的问题:如何通过电脑控制多相机同步拍照或摄影(相机或者摄影模组数量大于60),并将所有采集的照片或视频以一定编码规则存放至规定电脑文件夹内
  • ¥15 Arduino的wifi连接,如何关闭低功耗模式?