这是我的错误日志
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<include layout="@layout/view_header_history_detail" />
<android.support.v7.widget.RecyclerView
android:id="@+id/recyclerChat"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1" />
</LinearLayout>
答案 0 :(得分:-2)
由于我在我的应用的版本1和版本2中使用的库冲突而发生错误。我不知道冲突的原因,但重新添加库为我的项目工作。现在更新应用程序没有崩溃。