提示錯(cuò)誤:The markup in the document following the root element must be well-formed.
<RelativeLayout?xmlns:android="http://schemas.android.com/apk/res/android" ????xmlns:tools="http://schemas.android.com/tools" ????android:id="@+id/container" ????android:layout_width="match_parent" ????android:layout_height="match_parent"?/> <android.support.v4.view.ViewPager ????android:id="@+id/id_viewpager" ????android:layout_width="match_parent" ????android:layout_height="match_parent"> </android.support.v4.view.ViewPager> </RelativeLayout>
出錯(cuò)提示行在:<android.support.v4.view.ViewPager
求解決方法
2015-05-31
自己已經(jīng)百度解決了 嘿嘿