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
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.