Error inflating class android.support.v4.view.ViewPager

后端 未结 4 1889
遇见更好的自我
遇见更好的自我 2020-11-30 15:14

I\'ve been trying to create a Pager for my application that runs on I wrote my c

4条回答
  •  一个人的身影
    2020-11-30 15:40

    Go to Project → Properties → Java Build Path than select Order and Export tab.

    Set android-support-v4.jar library checked and up it into top of the list. And clean and rebuild..It works for most of the cases

提交回复
热议问题