Want To Use Viewpager, Cannot Get Android.support.* To Be Recognized?
EDIT Sorry about all the pictures. I tried to give you the best idea of where I am at. I am trying to get ViewPager working on my application, but it will not recognize the Support
Solution 1:
To add the Android Support Library to an existing Android Project:
- Right click on your project
- Click
Android Tools
- Click
Add Support Library
That should take care of setting up the android-support
jar so it can be used by the project.
Post a Comment for "Want To Use Viewpager, Cannot Get Android.support.* To Be Recognized?"