I am seeking to use ViewPager 's getCurrentItem()
method
I've encountered this issue before but I am not sure how to fix it. The issue was that one version of android-support-v4 revision did not have this method, and that a more updated revision had it.
On this machine though, I pulled Android Support straight through the Android SDK Manager, and this version of the android-support-v4 (rev. 7) does not have getCurrentItem()
method. My project now will not compile on this machine
How can I get previous revisions of android-support-v4.jar.