Want to use ViewPager, cannot get android.support.* to be recognized?

前端 未结 2 1761
生来不讨喜
生来不讨喜 2021-01-18 18:57

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 i

2条回答
  •  春和景丽
    2021-01-18 19:21

    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.

提交回复
热议问题