I just recently updated Android Studio, and now Android studio is unable to find ViewPager.Decor. I have class called ViewPagerTitleStripV22 which extends ViewPager.Decor. This class i guess was a solution to a bug where the titles were not showing up with the ViewPager.(link to solution)This class used to compile fine before I updated android Studio. If I use the regular ViewPagerTitleStrip, The title strip will not show up. Thanks in advance.
Asked
Active
Viewed 284 times
2
-
How did you fixed it? I am unable to run due to this exception after updating the Android Studio today. – Dileep Perla May 31 '16 at 12:08
-
Update. I never fixed it. I ran the app using ViewPagerTabStrip instead of ViewPagerTabStrip22, and now the titles are not showing up. – Derrick Rocha May 31 '16 at 19:45