我的应用版本2工作正常,但在使用版本2更新版本1时,应用程序崩溃了,报告如下:

时间:2017-05-11 09:37:55

标签: android

这是我的错误日志

<?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>

1 个答案:

答案 0 :(得分:-2)

由于我在我的应用的版本1和版本2中使用的库冲突而发生错误。我不知道冲突的原因,但重新添加库为我的项目工作。现在更新应用程序没有崩溃。