怎样解决错误:error: Error: No resource found that matches the given name (at 'layout_toLeftOf' with value

错误分析,要是这个控件左边添加控件,必须要在这个控件声明时候。

            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_centerVertical="true"
            android:layout_toLeftOf="@id/MoringDiary_interpersonal_next"
            android:text="下一个"
            android:textColor="#ffffff"
            android:textSize="14dip" />


       

你可能感兴趣的:(错误调试记录)