Remon Shehatta
Remon Shehatta

Reputation: 1470

R class is not found in android studio

in older versions of Android Studio, I used to be able to navigate to the java(generated) package and see the R class.

I am using Android studio 4.1 and I can't see R class in Java generated package. any idea why is that?

and where I can find the R class?

P.S. I did rebuild the project P.S.S. it's not causing any error.

enter image description here

Upvotes: 2

Views: 1025

Answers (1)

Diksha Pruthi
Diksha Pruthi

Reputation: 354

Steps you can try:

  1. Clear cache and Restart.
  2. Clean and Rebuild the project.

This should fix your issue.

Upvotes: 1

Related Questions