Updated SDK version, getting ClassNotFoundException: android.support.v4.view.ViewPager

后端 未结 2 1685
忘掉有多难
忘掉有多难 2020-11-30 07:46

When i was working on my Android project i found Logcat to be annoying (not keeping the scroll bar at a given point) and read that updating SDK versions adds a pause button

2条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-11-30 08:11

    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 then clean and rebuild project.

提交回复
热议问题