<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal"
>
</LinearLayout>
LinearLayout layout = (LinearLayout) rowView.findViewById(R.id.layout);
我的R.java没有更新我真的需要一些帮助来尝试更新我的r.java。 我已经尝试过清理或修理项目了。