0

I am getting a cannot resolve symbol issue. Sometimes on R and sometimes on ViewPager.

I am trying to use fragments for swiping screens and I have followed a solution from How to change activity with left-right swipe.

I do not know what is wrong with Android Studio or with my project. It is giving errors whenever I build it.

errors

exact error

1 Answers1

0

First, check your xml files and xml references(findById 's etc.)

Then, Clean Project and afterwards Make Project and Rebuild Project should make it.

keser
  • 2,472
  • 1
  • 12
  • 38