我是新手。 这条线 的 this.setContentView(R.layout.activity_main);
MainActivity.java中的给出了android.view.InflateException:二进制XML文件行#2:错误导致类ViewPager错误
我正在使用此link
从CodePuppet进行FragmentActivity教程答案 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" />