4

I was searching about R class in my project to get look on it without editing it.

When I press ctrl and click on R Android studio opens the resourse file instead of R class

Where does it exist in my project structure?

This is not about understanding R class in Android, It is about finding it the project for just having look inside it.

Ammar Hussein
  • 5,534
  • 5
  • 18
  • 37

2 Answers2

4

You can find R class by searching it with "shift + cmd + o" or "double shift".

I guess new android studio update directs to the xml source of the resource.

Efe Budak
  • 659
  • 5
  • 27
2

Please check in this path "app\build\intermediates\incremental-verifier\debug\your.package"

Harsh Mittal
  • 449
  • 3
  • 10