setContentView方法在FragmentActivity中给出错误

时间:2015-08-16 18:53:17

标签: android android-layout android-fragments

我是新手。 这条线     的 this.setContentView(R.layout.activity_main);

MainActivity.java中的

给出了android.view.InflateException:二进制XML文件行#2:错误导致类ViewPager错误

我正在使用此link

从CodePuppet进行FragmentActivity教程

1 个答案:

答案 0 :(得分:0)

ViewPager标签很奇怪。

ViewPager必须填写完整的包和类名。

<android.support.v4.view.ViewPager 
xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:id="@+id/pager"
    android:layout_width="match_parent"
    android:layout_height="match_parent" />