Skip to content Skip to sidebar Skip to footer

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.

Solution 2:

For Android Studio 1.2.2

  • Right click on your project from the file hierarchy (should say "app")
  • Select "Open Module Settings" from the menu
  • Click on the "Dependencies" tab
  • Click the plus button at the bottom
  • Select "Library dependency"
  • Search/Choose your desired support library
  • Click OK

Post a Comment for "Want To Use Viewpager, Cannot Get Android.support.* To Be Recognized?"